From 17f7b6a6f704fa70249fbdfa7cf39622fbd65332 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:12:05 +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 a546531..9c1ede2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,7 +128,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Rajesh Kumar", role: "Homeowner, Jogeshwari", testimonial: "Very good work, genuine service and quick response. Fixed my pipe leak within 2 hours. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Rajesh Kumar" + id: "1", name: "Rajesh Kumar", role: "Homeowner, Jogeshwari", testimonial: "Very good work, genuine service and quick response. Fixed my pipe leak within 2 hours. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Rajesh Kumar" }, { id: "2", name: "Priya Sharma", role: "Building Manager, Malad", testimonial: "Affordable price and very professional team. They handle emergency calls perfectly. Best plumber in the area.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Priya Sharma" @@ -137,13 +137,13 @@ export default function LandingPage() { id: "3", name: "Vikram Patel", role: "Restaurant Owner, Goregaon", testimonial: "Supportive staff and fast service. They fixed our restaurant's plumbing issue during peak hours without disruption.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Vikram Patel" }, { - id: "4", name: "Anjali Desai", role: "Homeowner, Oshiwara", testimonial: "18 years in business shows in their work quality. Honest pricing, no hidden charges. Trust them completely!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Anjali Desai" + id: "4", name: "Anjali Desai", role: "Homeowner, Oshiwara", testimonial: "18 years in business shows in their work quality. Honest pricing, no hidden charges. Trust them completely!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1", imageAlt: "Anjali Desai" }, { - id: "5", name: "Arjun Singh", role: "Property Manager, Andheri", testimonial: "Emergency plumbing at 2 AM, they came within 30 minutes. Professional and reliable. 5 stars!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Arjun Singh" + id: "5", name: "Arjun Singh", role: "Property Manager, Andheri", testimonial: "Emergency plumbing at 2 AM, they came within 30 minutes. Professional and reliable. 5 stars!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Arjun Singh" }, { - id: "6", name: "Meera Nair", role: "Homeowner, Goregaon", testimonial: "Water tank installation was perfect. Great communication throughout the process. Will definitely call again!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Meera Nair" + id: "6", name: "Meera Nair", role: "Homeowner, Goregaon", testimonial: "Water tank installation was perfect. Great communication throughout the process. Will definitely call again!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", imageAlt: "Meera Nair" } ]} carouselMode="buttons" -- 2.49.1