diff --git a/apps/site/src/app/(home)/sections/Landing/Landing.module.css b/apps/site/src/app/(home)/sections/Landing/Landing.module.css index 7bce9c6d..5bd99f5e 100644 --- a/apps/site/src/app/(home)/sections/Landing/Landing.module.css +++ b/apps/site/src/app/(home)/sections/Landing/Landing.module.css @@ -1,5 +1,5 @@ .landingSection { - background-image: url("~@/assets/backgrounds/landing-background.png"); + background-image: url("~@/assets/backgrounds/landing-background.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover; @@ -19,7 +19,7 @@ .fogLeft, .fogRight { - animation-delay: 0.5s; + animation-delay: 1.5s; animation-duration: 4s; animation-fill-mode: forwards; animation-timing-function: ease; diff --git a/apps/site/src/assets/backgrounds/landing-background.jpg b/apps/site/src/assets/backgrounds/landing-background.jpg new file mode 100644 index 00000000..197ffc1f Binary files /dev/null and b/apps/site/src/assets/backgrounds/landing-background.jpg differ diff --git a/apps/site/src/assets/backgrounds/landing-background.png b/apps/site/src/assets/backgrounds/landing-background.png deleted file mode 100644 index 863a9fce..00000000 Binary files a/apps/site/src/assets/backgrounds/landing-background.png and /dev/null differ