From 1134fa24cadca794c257458e82d374b76723dbc1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 14:21:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa417b5..26bc083 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,15 +58,15 @@ export default function LandingPage() { testimonials={[ { name: "Amira Hassan", handle: "@amira_hassan", testimonial: "Sabzi Bazar has transformed how I shop for groceries. Fresh, convenient, and reliable!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg", imageAlt: "professional woman portrait business" + imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg?_wi=1", imageAlt: "professional woman portrait business" }, { name: "Mohammad Ali", handle: "@mohammad_ali", testimonial: "Best grocery delivery service in the city. My family loves the quality and freshness!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg", imageAlt: "man family father portrait" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg?_wi=1", imageAlt: "man family father portrait" }, { name: "Fatima Khan", handle: "@fatima_wellness", testimonial: "Premium organic produce delivered to my door. Sabzi Bazar is a game-changer!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", imageAlt: "woman health wellness advocate" + imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg?_wi=1", imageAlt: "woman health wellness advocate" } ]} useInvertedBackground={false} @@ -160,15 +160,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Amira Hassan", role: "Busy Professional", company: "Tech Industry", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg", imageAlt: "professional woman portrait business" + imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg?_wi=2", imageAlt: "professional woman portrait business" }, { id: "2", name: "Mohammad Ali", role: "Family Father", company: "Local Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg", imageAlt: "man family father portrait" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg?_wi=2", imageAlt: "man family father portrait" }, { id: "3", name: "Fatima Khan", role: "Health Conscious", company: "Wellness Advocate", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", imageAlt: "woman health wellness advocate" + imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg?_wi=2", imageAlt: "woman health wellness advocate" }, { id: "4", name: "Ahmed Ibrahim", role: "Senior Citizen", company: "Retired", rating: 5, -- 2.49.1