From 0b797d5d426916a62db699700c4f7e755c909c78 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 06:17:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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() {