From 2a24eeb2888e28116315f85e21e5c6cc07f454d6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 17:14:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b063733..46d56b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Follow on Instagram", href: "https://instagram.com" } ]} buttonAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e9xy6u" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e9xy6u&_wi=1" imageAlt="Beautiful brunch spread with gourmet plates and warm lighting" showDimOverlay={true} showBlur={true} @@ -78,7 +78,7 @@ export default function LandingPage() { title: "Expert Coffee", description: "Specialty coffee served by passionate baristas who take their craft seriously.", icon: Coffee } ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u1l452" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u1l452&_wi=1" imageAlt="Warm and inviting interior of The Hidden Gem Cafe" mediaAnimation="blur-reveal" imagePosition="right" @@ -139,11 +139,11 @@ export default function LandingPage() { }, { id: 2, - title: "Intimate & Cozy Venue", description: "Small enough to be personal, large enough to accommodate groups. Every guest receives genuine attention and warm hospitality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u1l452", imageAlt: "Cozy interior with comfortable seating" + title: "Intimate & Cozy Venue", description: "Small enough to be personal, large enough to accommodate groups. Every guest receives genuine attention and warm hospitality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u1l452&_wi=2", imageAlt: "Cozy interior with comfortable seating" }, { id: 3, - title: "Fresh, Quality Ingredients", description: "We source locally wherever possible. Every dish reflects our commitment to excellence and sustainability.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e9xy6u", imageAlt: "Fresh ingredients in beautiful plating" + title: "Fresh, Quality Ingredients", description: "We source locally wherever possible. Every dish reflects our commitment to excellence and sustainability.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e9xy6u&_wi=2", imageAlt: "Fresh ingredients in beautiful plating" } ]} textboxLayout="default" @@ -156,22 +156,22 @@ export default function LandingPage() {