From 4cd4ab91247ed8c7932f7621fc567af4cd4a778f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 14:39:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index afaecb5..d31f2df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,35 +67,35 @@ export default function LandingPage() { handle: "@elena.foodie", testimonial: "The most incredible dining experience I've had in years. Every dish was perfection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg?_wi=1", }, { name: "Mark Henderson", handle: "@m.henderson", testimonial: "Exceptional service and an atmosphere that truly transports you. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-with-arms-crossed-leaning-bar-counter_107420-65491.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-with-arms-crossed-leaning-bar-counter_107420-65491.jpg?_wi=1", }, { name: "Sarah Miller", handle: "@s_miller", testimonial: "Lumière is a hidden gem. The flavors are subtle, complex, and beautifully presented.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/married-couple-facing-camera_23-2148060459.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/married-couple-facing-camera_23-2148060459.jpg?_wi=1", }, { name: "David Thorne", handle: "@dave.thorne", testimonial: "An absolute masterpiece of a menu. We'll be back every single season.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-table-restaurant_23-2148014493.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-table-restaurant_23-2148014493.jpg?_wi=1", }, { name: "Lisa Wang", handle: "@l.wang", testimonial: "The attention to detail in every plate is simply mind-blowing. Five stars.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-delicious-food_23-2149073429.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-delicious-food_23-2149073429.jpg?_wi=1", }, ]} buttons={[ @@ -243,7 +243,7 @@ export default function LandingPage() { quote: "I've traveled the world and this is easily one of the top ten meals I've ever had.", name: "Elena Rossi", role: "Food Critic", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg?_wi=2", }, { id: "t2", @@ -251,7 +251,7 @@ export default function LandingPage() { quote: "The lighting, the music, the flavors—everything works in perfect harmony.", name: "Mark Henderson", role: "Architect", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-with-arms-crossed-leaning-bar-counter_107420-65491.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-with-arms-crossed-leaning-bar-counter_107420-65491.jpg?_wi=2", }, { id: "t3", @@ -259,7 +259,7 @@ export default function LandingPage() { quote: "The staff were knowledgeable and friendly, the food was spectacular. A complete joy.", name: "Sarah Miller", role: "Entrepreneur", - imageSrc: "http://img.b2bpic.net/free-photo/married-couple-facing-camera_23-2148060459.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/married-couple-facing-camera_23-2148060459.jpg?_wi=2", }, { id: "t4", @@ -267,7 +267,7 @@ export default function LandingPage() { quote: "My go-to spot for anniversaries. It never disappoints, year after year.", name: "David Thorne", role: "Artist", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-table-restaurant_23-2148014493.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-table-restaurant_23-2148014493.jpg?_wi=2", }, { id: "t5", @@ -275,7 +275,7 @@ export default function LandingPage() { quote: "They pay such close attention to the smallest details. A true culinary landmark.", name: "Lisa Wang", role: "Designer", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-delicious-food_23-2149073429.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-delicious-food_23-2149073429.jpg?_wi=2", }, ]} title="Stories from Guests" -- 2.49.1