diff --git a/thoughts-frontend/app/globals.css b/thoughts-frontend/app/globals.css index 2234b7d..bc2d8d3 100644 --- a/thoughts-frontend/app/globals.css +++ b/thoughts-frontend/app/globals.css @@ -183,7 +183,7 @@ body { @apply bg-background text-foreground; - background-image: url("/background.jpeg"); + background-image: url("/background.avif"); background-size: cover; background-position: center; background-attachment: fixed; diff --git a/thoughts-frontend/public/background.avif b/thoughts-frontend/public/background.avif new file mode 100644 index 0000000..7148d0c Binary files /dev/null and b/thoughts-frontend/public/background.avif differ diff --git a/thoughts-frontend/public/background.jpeg b/thoughts-frontend/public/background.jpeg deleted file mode 100644 index b57814a..0000000 Binary files a/thoughts-frontend/public/background.jpeg and /dev/null differ diff --git a/thoughts-frontend/public/file.svg b/thoughts-frontend/public/file.svg deleted file mode 100644 index 004145c..0000000 --- a/thoughts-frontend/public/file.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/thoughts-frontend/public/globe.svg b/thoughts-frontend/public/globe.svg deleted file mode 100644 index 567f17b..0000000 --- a/thoughts-frontend/public/globe.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/thoughts-frontend/public/next.svg b/thoughts-frontend/public/next.svg deleted file mode 100644 index 5174b28..0000000 --- a/thoughts-frontend/public/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/thoughts-frontend/public/vercel.svg b/thoughts-frontend/public/vercel.svg deleted file mode 100644 index 7705396..0000000 --- a/thoughts-frontend/public/vercel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/thoughts-frontend/public/window.svg b/thoughts-frontend/public/window.svg deleted file mode 100644 index b2b2a44..0000000 --- a/thoughts-frontend/public/window.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file