From 25160f5dc5e530bf5878caf02762da956a1091b3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:17:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 567189a..b932f1e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -165,19 +165,19 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Sarah Mitchell", handle: "@sarahhome", testimonial: "HomeServe Pro fixed our burst pipe in under an hour. The technician was professional, courteous, and the pricing was exactly as quoted. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Mitchell" + id: "1", name: "Sarah Mitchell", handle: "@sarahhome", testimonial: "HomeServe Pro fixed our burst pipe in under an hour. The technician was professional, courteous, and the pricing was exactly as quoted. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { - id: "2", name: "James Rodriguez", handle: "@jamesrodriguez", testimonial: "After our air conditioning failed in the middle of summer, HomeServe responded within 24 hours. They got us up and running efficiently. Great service!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "James Rodriguez" + id: "2", name: "James Rodriguez", handle: "@jamesrodriguez", testimonial: "After our air conditioning failed in the middle of summer, HomeServe responded within 24 hours. They got us up and running efficiently. Great service!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=1", imageAlt: "James Rodriguez" }, { - id: "3", name: "Emily Chen", handle: "@emilychen", testimonial: "The electrical rewiring project was completed on time and within budget. The team was meticulous and left everything clean. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Emily Chen" + id: "3", name: "Emily Chen", handle: "@emilychen", testimonial: "The electrical rewiring project was completed on time and within budget. The team was meticulous and left everything clean. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Emily Chen" }, { - id: "4", name: "David Thompson", handle: "@dthompson", testimonial: "Had a basement flooding issue and HomeServe came through with expert advice and quick action. They prevented further damage. Outstanding work!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "David Thompson" + id: "4", name: "David Thompson", handle: "@dthompson", testimonial: "Had a basement flooding issue and HomeServe came through with expert advice and quick action. They prevented further damage. Outstanding work!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=2", imageAlt: "David Thompson" }, { - id: "5", name: "Maria Garcia", handle: "@mgarcia", testimonial: "The team was punctual, professional, and friendly during our bathroom renovation. I'll definitely be calling them for future projects!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Maria Garcia" + id: "5", name: "Maria Garcia", handle: "@mgarcia", testimonial: "The team was punctual, professional, and friendly during our bathroom renovation. I'll definitely be calling them for future projects!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Maria Garcia" }, { id: "6", name: "Robert Walsh", handle: "@rwalsh", testimonial: "From the first phone call to project completion, HomeServe Pro was transparent and reliable. They're my go-to service company now!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Robert Walsh" -- 2.49.1