From 58b86c53b5fe82d1e1fe4db85c189ce184ca0830 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:11:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec17848..f0e87dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { tagIcon={Coffee} tagAnimation="slide-up" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/elevated-view-baked-croissant-fruits-tea-dryfruits-white-tablecloth_23-2147907266.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elevated-view-baked-croissant-fruits-tea-dryfruits-white-tablecloth_23-2147907266.jpg?_wi=1" imageAlt="Belle Café artistic brunch setting" buttons={[ { text: "Visit Us Today", href: "#contact" }, @@ -76,7 +76,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/man-enjoying-his-virtual-date_23-2149307285.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-enjoying-his-virtual-date_23-2149307285.jpg?_wi=1" imageAlt="Belle Café artistic interior with local art" imagePosition="right" bulletPoints={[ @@ -130,10 +130,10 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", value: "2,500+", title: "Monthly Visitors", description: "Locals and tourists discovering Belle Café", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-baked-croissant-fruits-tea-dryfruits-white-tablecloth_23-2147907266.jpg", imageAlt: "Busy café filled with satisfied customers" + id: "1", value: "2,500+", title: "Monthly Visitors", description: "Locals and tourists discovering Belle Café", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-baked-croissant-fruits-tea-dryfruits-white-tablecloth_23-2147907266.jpg?_wi=2", imageAlt: "Busy café filled with satisfied customers" }, { - id: "2", value: "50+", title: "Local Artists Featured", description: "Showcasing Christchurch's creative community", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-his-virtual-date_23-2149307285.jpg", imageAlt: "Gallery wall featuring local artworks" + id: "2", value: "50+", title: "Local Artists Featured", description: "Showcasing Christchurch's creative community", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-his-virtual-date_23-2149307285.jpg?_wi=2", imageAlt: "Gallery wall featuring local artworks" } ]} />