From 9ec5e70c94fe9841b359c977f40a4ce2777b44fe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 04:00:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24e0ff2..fe2ae3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,15 +57,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Food Critic, Artisan Weekly", testimonial: "The finest pastries I've ever experienced. Every bite reveals meticulous craftsmanship.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg?_wi=1" }, { name: "James Chen", handle: "Chef, Michelin-starred Restaurant", testimonial: "Impeccable quality. Their sourdough is a masterpiece of technique and flavor.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-businessman-model-dressed-elegant-blue-suit-with-glasses_158538-4406.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-businessman-model-dressed-elegant-blue-suit-with-glasses_158538-4406.jpg?_wi=1" }, { name: "Emma Rodriguez", handle: "Food Blogger, Culinary Stories", testimonial: "Pure elegance on a plate. This is what premium baking looks like.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indian-person-working-freelance-laptop-website-analyzing-online-report-browsing-internet-from-home-dong-remote-work-wireless-computer-send-email-research-plan-webinar-study_482257-50278.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/indian-person-working-freelance-laptop-website-analyzing-online-report-browsing-internet-from-home-dong-remote-work-wireless-computer-send-email-research-plan-webinar-study_482257-50278.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -130,13 +130,13 @@ export default function LandingPage() {