From af4b373c438de7ceaa042f870b5462d633413720 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 08:40:40 +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 f99bd7c..3f5c756 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,9 +58,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/happy-women-dinner-table_23-2148681859.jpg", imageAlt: "Restaurant ambiance"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-women-dinner-table_23-2148681859.jpg?_wi=1", imageAlt: "Restaurant ambiance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-women-dinner-table_23-2148681859.jpg", imageAlt: "Family dining"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-women-dinner-table_23-2148681859.jpg?_wi=2", imageAlt: "Family dining"}, ]} mediaAnimation="slide-up" rating={4.1} @@ -131,7 +131,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Rajesh K.", role: "Customer", company: "Ballari", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg?_wi=1"}, { id: "2", name: "Priya S.", role: "Customer", company: "Ballari", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-girl-posing-with-coat_23-2148135982.jpg"}, @@ -143,7 +143,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/ecstatic-caucasian-girl-sitting-cafe-eating-salad-blithesome-woman-enjoying-fresh-vegetables_197531-17191.jpg"}, { id: "5", name: "Vikram R.", role: "Regular", company: "Ballari", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg?_wi=2"}, ]} title="What Our Customers Say" description="Hear about the experiences of our local Ballari community." -- 2.49.1