From 1dbd974b792868556e041b50507bfca573e4890a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 06:13:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dacf8ba..338afdb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@elena_dining", testimonial: "The freshest oysters I have ever had. A truly transformative experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-with-cucumber-rolls_140725-6657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-with-cucumber-rolls_140725-6657.jpg?_wi=1", imageAlt: "upscale seafood restaurant interior", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@vane_eats", testimonial: "The ambiance combined with the culinary art makes this a staple.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg?_wi=1", imageAlt: "upscale seafood restaurant interior", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@derek_wu", testimonial: "Everything was impeccable from start to finish. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg?_wi=1", imageAlt: "upscale seafood restaurant interior", }, { @@ -95,11 +95,11 @@ export default function LandingPage() { handle: "@sophia_clarke", testimonial: "Simply the best seafood in town. Will definitely be back.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fisherwoman-showing-her-successful-catch_273609-12446.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fisherwoman-showing-her-successful-catch_273609-12446.jpg?_wi=1", imageAlt: "upscale seafood restaurant interior", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fried-shrimps-with-cucumber-rolls_140725-6657.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fried-shrimps-with-cucumber-rolls_140725-6657.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320496.jpg", @@ -213,7 +213,7 @@ export default function LandingPage() { handle: "@elena_dining", testimonial: "Simply exquisite.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg?_wi=2", }, { id: "2", @@ -221,7 +221,7 @@ export default function LandingPage() { handle: "@foodie_thorne", testimonial: "Unmatched quality and service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg?_wi=2", }, { id: "3", @@ -229,7 +229,7 @@ export default function LandingPage() { handle: "@vane_eats", testimonial: "A culinary masterpiece.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fisherwoman-showing-her-successful-catch_273609-12446.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fisherwoman-showing-her-successful-catch_273609-12446.jpg?_wi=2", }, { id: "4", -- 2.49.1