From e197412d6d354df19ced6dec7ec601495a4926ca Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 22:47:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb86a8e..d0165f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,11 +55,11 @@ export default function LandingPage() { testimonials={[ { name: "Sarah M.", handle: "Regular Customer", testimonial: "The portions are absolutely massive! Best breakfast in Syracuse.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/student-showing-ok-sign_1149-179.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/student-showing-ok-sign_1149-179.jpg?_wi=1" }, { name: "James T.", handle: "Visitor", testimonial: "Friendly staff and delicious home-cooked food. Coming back tomorrow!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -139,11 +139,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Maria Gonzalez", handle: "@mariag_reviews", testimonial: "The portions are HUGE! I couldn't finish my plate, but everything was delicious. The staff was so friendly and attentive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/student-showing-ok-sign_1149-179.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/student-showing-ok-sign_1149-179.jpg?_wi=2" }, { id: "2", name: "David Chen", handle: "@breakfast_hunter", testimonial: "Best breakfast in Syracuse hands down. I've been coming here for 3 years and they never disappoint. Worth the drive!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg?_wi=2" }, { id: "3", name: "Jennifer Blake", handle: "@jen_eats_local", testimonial: "Mother's Cupboard feels like eating at a friend's house. The home-style cooking is authentic and comforting. Love it!", rating: 5, -- 2.49.1