From 843fc1276c2a725b62d807b6b192985d791ea672 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:42:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c4204f0..7648027 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,6 +44,7 @@ export default function LandingPage() { @@ -151,19 +152,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Rajesh Patel", role: "Family Manager", company: "Local Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2", imageAlt: "Rajesh Patel testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Rajesh Patel testimonial" }, { id: "2", name: "Priya Sharma", role: "Regular Guest", company: "Botad", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Priya Sharma testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Priya Sharma testimonial" }, { id: "3", name: "Amit Desai", role: "Student", company: "K.B. College", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businesswoman-mockup-psd-smiling-closeup-port_53876-143277.jpg?_wi=2", imageAlt: "Amit Desai testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businesswoman-mockup-psd-smiling-closeup-port_53876-143277.jpg", imageAlt: "Amit Desai testimonial" }, { id: "4", name: "Sneha Verma", role: "Celebration Host", company: "Botad", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "Sneha Verma testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Sneha Verma testimonial" } ]} /> -- 2.49.1