From 47021aa26ef99768d01dd7d0668d5947af213ec5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 19:08:21 +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 9464ddd..2c1fdc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { }, { id: "2", name: "Jessica Chen", role: "Customer", company: "Anniversary Celebration", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-offering-glass-whiskey_23-2148037522.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-offering-glass-whiskey_23-2148037522.jpg?_wi=1" }, { id: "3", name: "Michael Torres", role: "Groom", company: "Wedding Day", rating: 5, @@ -79,7 +79,7 @@ export default function LandingPage() { }, { id: "4", name: "Emily Rodriguez", role: "Regular Customer", company: "Birthday Bouquets", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-offering-glass-whiskey_23-2148037522.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-offering-glass-whiskey_23-2148037522.jpg?_wi=2" } ]} title="Loved by Our Customers" -- 2.49.1