diff --git a/src/lib/sections/Landing.svelte b/src/lib/sections/Landing.svelte index 3d9c62a..7a0ad5d 100644 --- a/src/lib/sections/Landing.svelte +++ b/src/lib/sections/Landing.svelte @@ -49,7 +49,7 @@
diff --git a/static/images/rocket-dark.png b/static/images/rocket-dark.png new file mode 100644 index 0000000..8d428ac Binary files /dev/null and b/static/images/rocket-dark.png differ diff --git a/static/images/rocket-dark.svg b/static/images/rocket-dark.svg deleted file mode 100644 index cd357e8..0000000 --- a/static/images/rocket-dark.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/static/images/rocket-light.png b/static/images/rocket-light.png new file mode 100644 index 0000000..3ca495d Binary files /dev/null and b/static/images/rocket-light.png differ diff --git a/static/images/rocket-light.svg b/static/images/rocket-light.svg deleted file mode 100644 index f4fbc1e..0000000 --- a/static/images/rocket-light.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/static/images/sections/applications-dark.png b/static/images/sections/applications-dark.png new file mode 100644 index 0000000..a461a33 Binary files /dev/null and b/static/images/sections/applications-dark.png differ diff --git a/static/images/sections/applications-dark.svg b/static/images/sections/applications-dark.svg deleted file mode 100644 index feda143..0000000 --- a/static/images/sections/applications-dark.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/static/images/sections/applications-light.png b/static/images/sections/applications-light.png new file mode 100644 index 0000000..cc28fd0 Binary files /dev/null and b/static/images/sections/applications-light.png differ diff --git a/static/images/sections/applications-light.svg b/static/images/sections/applications-light.svg deleted file mode 100644 index 8a24f42..0000000 --- a/static/images/sections/applications-light.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/static/images/sections/faq-long.svg b/static/images/sections/faq-long.svg deleted file mode 100644 index 22a134a..0000000 --- a/static/images/sections/faq-long.svg +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/images/sections/faq.png b/static/images/sections/faq.png new file mode 100644 index 0000000..80b8cf1 Binary files /dev/null and b/static/images/sections/faq.png differ diff --git a/static/images/sections/faq.svg b/static/images/sections/faq.svg deleted file mode 100644 index 2e2e09e..0000000 --- a/static/images/sections/faq.svg +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/images/sections/welcome-light.svg b/static/images/sections/welcome-light.svg deleted file mode 100644 index 2d2b497..0000000 --- a/static/images/sections/welcome-light.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/images/toggle.svg b/static/images/toggle.svg deleted file mode 100644 index 52833e8..0000000 --- a/static/images/toggle.svg +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tailwind.config.js b/tailwind.config.js index 06e6969..de7eb77 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -44,10 +44,12 @@ export default { }, backgroundImage: { 'welcome-dark': "url('/images/sections/welcome-dark.jpg')", - 'welcome-light': "url('/images/sections/welcome-light.svg')", - 'faq': "url('/images/sections/faq.svg')", - 'applications-light': "url('/images/sections/applications-light.svg')", - 'applications-dark': "url('/images/sections/applications-dark.svg')" + /* Seems like we're not using this + 'welcome-light': "url('/images/sections/welcome-light.jpg')", + */ + 'faq': "url('/images/sections/faq.png')", + 'applications-light': "url('/images/sections/applications-light.png')", + 'applications-dark': "url('/images/sections/applications-dark.png')" } } },