From 7d07f37d9628145303311a3e500f21bb437e6ed2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:25:02 +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 406b37a..24c18ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@elena_foodie", testimonial: "The best dining experience I've had in years. Absolute perfection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-soup-with-shrimp-glass-red-wine_140725-5413.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-soup-with-shrimp-glass-red-wine_140725-5413.jpg?_wi=1", imageAlt: "elegant fine dining restaurant interior", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@sarah_eats", testimonial: "A true hidden gem. Every dish was a masterpiece.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-smartphone-beer_23-2147680764.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-smartphone-beer_23-2147680764.jpg?_wi=1", imageAlt: "happy customer dining restaurant portrait", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@david_lifestyle", testimonial: "Simply outstanding. Will definitely be coming back.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891048.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891048.jpg?_wi=1", imageAlt: "customer laughing elegant restaurant table", }, { @@ -99,7 +99,7 @@ export default function LandingPage() { handle: "@anna_k", testimonial: "An incredible atmosphere for special occasions. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517419.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517419.jpg?_wi=1", imageAlt: "refined couple dining luxury restaurant", }, ]} @@ -113,7 +113,7 @@ export default function LandingPage() { href: "tel:+1234567890", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/pumpkin-soup-with-shrimp-glass-red-wine_140725-5413.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pumpkin-soup-with-shrimp-glass-red-wine_140725-5413.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/smiling-woman-with-smartphone-beer_23-2147680764.jpg", @@ -186,21 +186,21 @@ export default function LandingPage() { name: "Elena M.", handle: "@elena_foodie", testimonial: "The best dining experience I've had in years. Absolute perfection.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-smartphone-beer_23-2147680764.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-smartphone-beer_23-2147680764.jpg?_wi=2", }, { id: "t2", name: "Mark D.", handle: "@mark_travels", testimonial: "Sophisticated atmosphere, incredible flavors, and impeccable service.", - imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891048.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891048.jpg?_wi=2", }, { id: "t3", name: "Sarah P.", handle: "@sarah_eats", testimonial: "A true hidden gem. Every dish was a masterpiece.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517419.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517419.jpg?_wi=2", }, { id: "t4", -- 2.49.1