From 24f5b8554f9f6c7d3931894efe4c2e55c12de529 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 19:13:37 +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 8f02995..0a35b93 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