From d6f5d27543eae4a0306670d4c6c5ad1919a388ce Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 22:12:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a2ca1e..35333a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,8 +98,8 @@ export default function LandingPage() { { id: "1", name: "Sophia Miller", handle: "@sophia", testimonial: "An absolute gem! The flavors were truly transcendent.", imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg" }, { id: "2", name: "James Anderson", handle: "@janderson", testimonial: "Best dining experience in the city. Incredible service.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-restaurant-together_23-2148395393.jpg" }, { id: "3", name: "Elena Martinez", handle: "@emartinez", testimonial: "The atmosphere and food perfectly complemented each other.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173295.jpg" }, - { id: "4", name: "David Wilson", handle: "@dwilson", testimonial: "Every bite was a masterclass in taste and texture.", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg" }, - { id: "5", name: "Claire Jordan", handle: "@cjordan", testimonial: "Highly recommended for any special occasion.", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg" }, + { id: "4", name: "David Wilson", handle: "@dwilson", testimonial: "Every bite was a masterclass in taste and texture.", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg?_wi=1" }, + { id: "5", name: "Claire Jordan", handle: "@cjordan", testimonial: "Highly recommended for any special occasion.", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg?_wi=2" }, ]} title="Diners Love Us" description="Read what our cherished guests have to say about their dining experience." -- 2.49.1