From 8e3ca538bd438d56463b245294be7ea7d0f2acda Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:04:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 47dd917..ce28021 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,13 +58,13 @@ export default function LandingPage() { testimonials={[ { name: "Marcus Johnson", handle: "Food Critic", testimonial: "The best grilled steaks in the city. An absolute must-visit!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg?_wi=1"}, { name: "Sarah Chen", handle: "Local Diner", testimonial: "Exceptional flavors and impeccable service every single time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19603.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19603.jpg?_wi=1"}, { name: "David Thompson", handle: "Chef & Friend", testimonial: "A masterclass in grilling. Consistently outstanding quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg?_wi=1"}, ]} testimonialRotationInterval={5000} /> @@ -118,11 +118,11 @@ export default function LandingPage() {