From 7cafead07237da93fe9d4a8c7afca7c6fad5a622 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 14:54:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de369ef..0da221d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171420.jpg?_wi=1", imageAlt: "Crispy fried wings", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { imageAlt: "Fresh fried fish fillet", }, { - imageSrc: "http://img.b2bpic.net/free-photo/sauce-near-nuggets-beer_23-2147765506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sauce-near-nuggets-beer_23-2147765506.jpg?_wi=1", imageAlt: "Golden shrimp platter", }, { @@ -105,14 +105,14 @@ export default function LandingPage() { title: "Fresh Catch", description: "Hand-breaded fresh fish fillets, cooked to golden perfection.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-chopping-board_23-2148784891.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-chopping-board_23-2148784891.jpg?_wi=1", imageAlt: "Fresh breaded fish platter", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/chicken-pieces-skewers-served-with-french-fries-mayonnaise-ketchup_141793-1878.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-pieces-skewers-served-with-french-fries-mayonnaise-ketchup_141793-1878.jpg?_wi=1", imageAlt: "Close up of fried fish texture", }, - imageSrc: "http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171420.jpg?_wi=2", imageAlt: "restaurant menu board food", }, { @@ -163,7 +163,7 @@ export default function LandingPage() { quote: "Absolutely fire. Fresh food even when busy.", tag: "Wings", avatarSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171420.jpg?_wi=3", imageAlt: "happy customer portrait smiling", }, { @@ -174,7 +174,7 @@ export default function LandingPage() { quote: "Clean, fast, and great service.", tag: "Fish", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-chopping-board_23-2148784891.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-chopping-board_23-2148784891.jpg?_wi=2", imageAlt: "happy customer portrait smiling", }, { @@ -185,7 +185,7 @@ export default function LandingPage() { quote: "Worth a 2-hour drive!", tag: "Shrimp", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-holding-basket-with-potato-cips-blue-wall-remote-film-cinema-movie-theater_140725-71753.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-pieces-skewers-served-with-french-fries-mayonnaise-ketchup_141793-1878.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-pieces-skewers-served-with-french-fries-mayonnaise-ketchup_141793-1878.jpg?_wi=2", imageAlt: "happy customer portrait smiling", }, { @@ -207,7 +207,7 @@ export default function LandingPage() { quote: "Always perfectly crispy and hot.", tag: "Quality", avatarSrc: "http://img.b2bpic.net/free-photo/oyster_74190-5824.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/sauce-near-nuggets-beer_23-2147765506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sauce-near-nuggets-beer_23-2147765506.jpg?_wi=2", imageAlt: "happy customer portrait smiling", }, ]} -- 2.49.1