diff --git a/src/app/page.tsx b/src/app/page.tsx index 44f0aee..3e74a3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/traveller-texting-messages-before-skiing_482257-76509.jpg", imageAlt: "Cozy coffee shop with warm lighting and comfortable seating" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3kHYi03TNsSDsRM9Ab1CVno1c/uploaded-1773728189798-ncpyqr7o.jpg", imageAlt: "Cozy coffee shop with warm lighting and comfortable seating" } ]} ariaLabel="Hero section - Cozy Haven Coffee Shop" @@ -64,7 +64,8 @@ export default function LandingPage() {