From 51bc85a2784a867454d0d0577b9a365370204927 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:49:12 +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 6a355ee..d7049f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -173,11 +173,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Rajesh Kumar", role: "Shop Owner", company: "Kumar's Electronics", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Rajesh Kumar testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1", imageAlt: "Rajesh Kumar testimonial" }, { id: "2", name: "Priya Sharma", role: "Business Manager", company: "Sharma Restaurant Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-female-barista-standing-inside-coffee-counter_93675-134691.jpg", imageAlt: "Priya Sharma testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/young-female-barista-standing-inside-coffee-counter_93675-134691.jpg?_wi=1", imageAlt: "Priya Sharma testimonial" }, { id: "3", name: "Amit Patel", role: "Event Organizer", company: "Nashik Events Co.", rating: 5, @@ -189,11 +189,11 @@ export default function LandingPage() { }, { id: "5", name: "Vikram Singh", role: "Marketing Head", company: "Local Real Estate", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Vikram Singh testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2", imageAlt: "Vikram Singh testimonial" }, { id: "6", name: "Anita Reddy", role: "Corporate Manager", company: "Trading Enterprise", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-female-barista-standing-inside-coffee-counter_93675-134691.jpg", imageAlt: "Anita Reddy testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/young-female-barista-standing-inside-coffee-counter_93675-134691.jpg?_wi=2", imageAlt: "Anita Reddy testimonial" } ]} carouselMode="buttons" -- 2.49.1