diff --git a/public/assets/images/home/about.jpg b/public/assets/images/home/about.jpg new file mode 100644 index 0000000..2b971bc Binary files /dev/null and b/public/assets/images/home/about.jpg differ diff --git a/src/styles/aboutSection.module.css b/src/styles/aboutSection.module.css index ed8840c..b633569 100644 --- a/src/styles/aboutSection.module.css +++ b/src/styles/aboutSection.module.css @@ -119,7 +119,8 @@ width: 100%; height: 100%; /* Use the requested image */ - background-image: url('/assets/images/home/whereNew.webp'); + /* background-image: url('/assets/images/home/about.jpg'); */ + background-image: url('/assets/images/home/about.jpg'); background-attachment: fixed; background-position: center; background-repeat: no-repeat; @@ -128,7 +129,7 @@ /* On larger screens, adjust positioning */ @media (min-width: 1024px) { - background-size: auto 92vh; - background-position: right center; + background-size: 38vw; + background-position: 80%; } } \ No newline at end of file