diff --git a/public/assets/images/home/whereNew.webp b/public/assets/images/home/whereNew.webp new file mode 100644 index 0000000..4bc7ad6 Binary files /dev/null and b/public/assets/images/home/whereNew.webp differ diff --git a/src/styles/aboutSection.module.css b/src/styles/aboutSection.module.css index fc117fd..91beb79 100644 --- a/src/styles/aboutSection.module.css +++ b/src/styles/aboutSection.module.css @@ -119,7 +119,7 @@ width: 100%; height: 100%; /* Use the requested image */ - background-image: url('/assets/images/home/whereNew.jpg'); + background-image: url('/assets/images/home/whereNew.webp'); background-attachment: fixed; background-position: center; background-repeat: no-repeat; @@ -128,7 +128,7 @@ /* On larger screens, adjust positioning */ @media (min-width: 1024px) { - background-size: cover; + background-size: 1230px; background-position: center; } } \ No newline at end of file