From ef7cb23a1234c3eba5c166cf63cfd3455e0eed86 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:10:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 65c4b50..e8c7c78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,19 +130,19 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Maria Garcia", role: "Homeowner", testimonial: "Very professional workers. They arrived within an hour and fixed our leak quickly. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Maria Garcia", icon: Star + id: "1", name: "Maria Garcia", role: "Homeowner", testimonial: "Very professional workers. They arrived within an hour and fixed our leak quickly. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1", imageAlt: "Maria Garcia", icon: Star }, { id: "2", name: "David Rodriguez", role: "Family of 4", testimonial: "Great service with lower than expected price. They know exactly what they're doing and treated our home with respect.", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-colleagues-hugging_1262-21066.jpg", imageAlt: "David Rodriguez", icon: Star }, { - id: "3", name: "Jennifer Martinez", role: "Homeowner", testimonial: "No mess, no hassle. They cleaned up after themselves and the work was done right. 4.4 stars is well deserved!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Jennifer Martinez", icon: Star + id: "3", name: "Jennifer Martinez", role: "Homeowner", testimonial: "No mess, no hassle. They cleaned up after themselves and the work was done right. 4.4 stars is well deserved!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2", imageAlt: "Jennifer Martinez", icon: Star }, { id: "4", name: "Carlos Flores", role: "Property Manager", testimonial: "We call J's Plumbing for all our properties. Same-day service, fair pricing, and professional every single time.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", imageAlt: "Carlos Flores", icon: Star }, { - id: "5", name: "Rosa Santos", role: "Homeowner", testimonial: "Friendly and kind. They explained everything they were doing and answered all my questions. Very trustworthy.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Rosa Santos", icon: Star + id: "5", name: "Rosa Santos", role: "Homeowner", testimonial: "Friendly and kind. They explained everything they were doing and answered all my questions. Very trustworthy.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=3", imageAlt: "Rosa Santos", icon: Star }, { id: "6", name: "Miguel Morales", role: "Homeowner", testimonial: "Family-owned business that truly cares. They treat your home like it's their own. That's the kind of service we need more of.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Miguel Morales", icon: Star -- 2.49.1