From 9e1b5d3d68b2dd513567173110d39a987acbf287 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:31:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fa0364..04fb068 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,16 +52,16 @@ export default function LandingPage() { testimonials={[ { name: "Rajesh Kumar", handle: "Regular Customer", testimonial: "Very convenient grocery store in Larica Township. Quality products and friendly staff!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-shopper-satisfied-with-discount_1262-14986.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-shopper-satisfied-with-discount_1262-14986.jpg"}, { name: "Priya Sharma", handle: "Working Professional", testimonial: "Quick delivery and fresh vegetables. Best neighborhood grocery shop for busy families.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-bags-showing-thumb-up_1262-5695.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-bags-showing-thumb-up_1262-5695.jpg"}, { name: "Amit Gupta", handle: "Local Resident", testimonial: "Excellent service and competitive prices. Township Bazar is my go-to store!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg"}, { name: "Sneha Patel", handle: "Family Customer", testimonial: "Love shopping here. Fresh produce and same-day delivery makes life easier.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-bags-showing-thumb-up_1262-5695.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-bags-showing-thumb-up_1262-5695.jpg"}, ]} buttons={[ { text: "Call Now: 09153352893", href: "tel:09153352893" }, @@ -76,6 +76,7 @@ export default function LandingPage() {