From 804d3e5a82139dad5533e00f0a682d997daa7bd6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 12:19:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 289630b..29096ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-arrangement_23-2148868201.jpg", imageAlt: "Gourmet burger with fresh toppings"}, + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-arrangement_23-2148868201.jpg?_wi=1", imageAlt: "Gourmet burger with fresh toppings"}, { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/flavorful-hot-dogs-with-copy-space_23-2148242543.jpg", imageAlt: "Grilled hot dog"}, { @@ -80,7 +80,7 @@ export default function LandingPage() { tag="Since Day One" tagIcon={Anchor} tagAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/cityscape-sunny-day_181624-28719.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cityscape-sunny-day_181624-28719.jpg?_wi=1" imageAlt="Marina waterfront dining experience" buttons={[{ text: "Visit Us Today", href: "#contact" }]} buttonAnimation="slide-up" @@ -96,7 +96,7 @@ export default function LandingPage() { tag="Menu Highlights" tagIcon={Utensils} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-burger-arrangement_23-2148868201.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-burger-arrangement_23-2148868201.jpg?_wi=2" imageAlt="Menu items - burgers and food" mediaAnimation="slide-up" accordionItems={[ @@ -151,9 +151,9 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: "Open Daily", title: "10 AM - 5:30 PM", description: "Come by any day for great food and drinks", imageSrc: "http://img.b2bpic.net/free-photo/cityscape-sunny-day_181624-28719.jpg", imageAlt: "Marina waterfront location"}, + id: "1", value: "Open Daily", title: "10 AM - 5:30 PM", description: "Come by any day for great food and drinks", imageSrc: "http://img.b2bpic.net/free-photo/cityscape-sunny-day_181624-28719.jpg?_wi=2", imageAlt: "Marina waterfront location"}, { - id: "2", value: "Downtown", title: "Embarcadero Marina", description: "200 Marina Park Way, San Diego, CA 92101", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-16577.jpg", imageAlt: "Scenic marina location"}, + id: "2", value: "Downtown", title: "Embarcadero Marina", description: "200 Marina Park Way, San Diego, CA 92101", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-16577.jpg?_wi=1", imageAlt: "Scenic marina location"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -189,7 +189,7 @@ export default function LandingPage() {