From 344ca038cc2a48a372764724e84c1dd83460f1ed Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 09:25:41 +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 a7f6e81..00bb6f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fried-piece-steak-plate_140725-5663.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fried-piece-steak-plate_140725-5663.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -140,7 +140,7 @@ export default function LandingPage() { description: "Kids' menu and accessible amenities available.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-young-couple-playing-target-shooting-game-while-date_23-2149274371.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-young-couple-playing-target-shooting-game-while-date_23-2149274371.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -157,7 +157,7 @@ export default function LandingPage() { name: "Chicken Fried Steak", price: "$18", variant: "Popular", - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-2402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-2402.jpg?_wi=1", }, { id: "p2", @@ -216,21 +216,21 @@ export default function LandingPage() { title: "Great Drinks", description: "Cold beer, cocktails, and spirits.", buttonIcon: "Martini", - imageSrc: "http://img.b2bpic.net/free-photo/fried-piece-steak-plate_140725-5663.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-piece-steak-plate_140725-5663.jpg?_wi=2", imageAlt: "A front view fried meat with greens inside dark plate on the brown wooden desk meal food dinner", }, { title: "Accessible", description: "Wheelchair accessible and inclusive.", buttonIcon: "Accessibility", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-couple-playing-target-shooting-game-while-date_23-2149274371.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-couple-playing-target-shooting-game-while-date_23-2149274371.jpg?_wi=2", imageAlt: "A front view fried meat with greens inside dark plate on the brown wooden desk meal food dinner", }, { title: "Events & Private", description: "Space for your next group gathering.", buttonIcon: "Users", - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-2402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-2402.jpg?_wi=2", imageAlt: "A front view fried meat with greens inside dark plate on the brown wooden desk meal food dinner", }, ]} -- 2.49.1