From f0ca29a706d7aaea37a9c5079c4d371de714d73f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 15:08:46 +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 1c4a317..c529a15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,7 +123,7 @@ export default function LandingPage() { testimonials={[ { id: "testimonial-1", name: "Sarah Johnson", role: "Pastry Enthusiast", company: "Bake & Beyond", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/man-baker-kitchen-by-pastry-cart_1303-32295.jpg", imageAlt: "Sarah Johnson enjoying a fresh croissant"}, + imageSrc: "https://img.b2bpic.net/free-photo/man-baker-kitchen-by-pastry-cart_1303-32295.jpg?_wi=1", imageAlt: "Sarah Johnson enjoying a fresh croissant"}, { id: "testimonial-2", name: "Michael Chen", role: "Family Chef", company: "Home Baking Co.", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/kids-cooking-having-fun-home_23-2149891145.jpg", imageAlt: "Michael Chen with his family at the bakery"}, @@ -132,7 +132,7 @@ export default function LandingPage() { imageSrc: "https://img.b2bpic.net/free-photo/close-up-colleagues-celebrating-office_23-2149295516.jpg", imageAlt: "Emma Rodriguez reviewing our artisan bread"}, { id: "testimonial-4", name: "David Thompson", role: "Cafe Owner", company: "Morning Brew Café", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/man-baker-kitchen-by-pastry-cart_1303-32295.jpg", imageAlt: "David Thompson sampling our signature sourdough"}, + imageSrc: "https://img.b2bpic.net/free-photo/man-baker-kitchen-by-pastry-cart_1303-32295.jpg?_wi=2", imageAlt: "David Thompson sampling our signature sourdough"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1