From 342dbaac84e2418eb03498dc1c4c2196fac833cb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 06:34:56 +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 a1c1e32..e159fe1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,15 +71,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/soda-with-slice-lemon_1203-560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/soda-with-slice-lemon_1203-560.jpg?_wi=1", imageAlt: "Fresh seafood platter restaurant", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-oysters-ready-eat-still-life_23-2150202947.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-oysters-ready-eat-still-life_23-2150202947.jpg?_wi=1", imageAlt: "Seafood feast on table", }, { - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg?_wi=1", imageAlt: "Traditional clam bar setting", }, { @@ -145,7 +145,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/closeup-half-onion-cutting-board-with-fresh-vegetables-salad_169016-52041.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/soda-with-slice-lemon_1203-560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/soda-with-slice-lemon_1203-560.jpg?_wi=2", imageAlt: "freshly shucked oysters platter", }, { @@ -153,7 +153,7 @@ export default function LandingPage() { description: "A legendary family recipe passed down through generations of the Randazzo family.", bentoComponent: "reveal-icon", icon: Droplets, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-oysters-ready-eat-still-life_23-2150202947.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-oysters-ready-eat-still-life_23-2150202947.jpg?_wi=2", imageAlt: "freshly shucked oysters platter", }, { @@ -161,7 +161,7 @@ export default function LandingPage() { description: "We source the finest local catch daily to ensure the highest quality in every dish.", bentoComponent: "reveal-icon", icon: Fish, - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg?_wi=2", imageAlt: "freshly shucked oysters platter", }, ]} -- 2.49.1