From 341aa7f10fa7e5730dc38a544be90cafccc8ff8b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 19:01:30 +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 0d32df2..5d78eed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,19 +52,19 @@ export default function LandingPage() { testimonials={[ { name: "James Lee", handle: "@jlee", testimonial: "The quality of meat is unmatched. A true BBQ experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/having-breakfast-home_1098-13946.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/having-breakfast-home_1098-13946.jpg?_wi=1"}, { name: "Sarah Park", handle: "@spark", testimonial: "My favorite BBQ spot in the city. The charcoal flavor is distinct.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg?_wi=1"}, { name: "Mark Kim", handle: "@mkim", testimonial: "Excellent service and an authentic menu. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5053.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5053.jpg?_wi=1"}, { name: "Elena Choi", handle: "@echoi", testimonial: "The atmosphere is incredible, perfect for a special night out.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-eat-salade-restaurant-waiting-woman-with-bouquet-roses_496169-302.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-eat-salade-restaurant-waiting-woman-with-bouquet-roses_496169-302.jpg?_wi=1"}, { name: "David Ryu", handle: "@dryu", testimonial: "Best short rib I have ever had. Authentic and delicious.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-making-barbecue_23-2149383061.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-making-barbecue_23-2149383061.jpg?_wi=1"}, ]} imageSrc="http://img.b2bpic.net/free-photo/raw-meat-plate-with-fork_23-2148917728.jpg" avatars={[ @@ -167,15 +167,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/having-breakfast-home_1098-13946.jpg"}, + id: "1", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/having-breakfast-home_1098-13946.jpg?_wi=2"}, { - id: "2", name: "Jane Smith", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg"}, + id: "2", name: "Jane Smith", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg?_wi=2"}, { - id: "3", name: "Sam Brown", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5053.jpg"}, + id: "3", name: "Sam Brown", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5053.jpg?_wi=2"}, { - id: "4", name: "Alex White", imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-eat-salade-restaurant-waiting-woman-with-bouquet-roses_496169-302.jpg"}, + id: "4", name: "Alex White", imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-eat-salade-restaurant-waiting-woman-with-bouquet-roses_496169-302.jpg?_wi=2"}, { - id: "5", name: "Beth Green", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-making-barbecue_23-2149383061.jpg"}, + id: "5", name: "Beth Green", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-making-barbecue_23-2149383061.jpg?_wi=2"}, ]} cardTitle="Guest Experiences" cardTag="Reviews"