From 72e84899fe20ce80bdf5f02bf20f1638e2c6ecb6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:08:57 +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 1f4812c..3256e4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,17 +112,17 @@ export default function LandingPage() { description="See what our neighbors are saying about their experience working with us." testimonials={[ { - id: "1", title: "Professional and Reliable", quote: "They showed up on time, did excellent work, and cleaned up after themselves. Can't ask for better service. Highly recommend!", name: "Sarah Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Johnson"}, + id: "1", title: "Professional and Reliable", quote: "They showed up on time, did excellent work, and cleaned up after themselves. Can't ask for better service. Highly recommend!", name: "Sarah Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { - id: "2", title: "Honest and Transparent", quote: "The quote was fair and they explained everything clearly. No surprises, no hidden fees. Great experience.", name: "Michael Chen", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Chen"}, + id: "2", title: "Honest and Transparent", quote: "The quote was fair and they explained everything clearly. No surprises, no hidden fees. Great experience.", name: "Michael Chen", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Michael Chen"}, { - id: "3", title: "Fast and Efficient", quote: "I called Monday and they were at my door Tuesday morning. Professional, efficient, and friendly. Will definitely call again.", name: "Emily Rodriguez", role: "Local Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emily Rodriguez"}, + id: "3", title: "Fast and Efficient", quote: "I called Monday and they were at my door Tuesday morning. Professional, efficient, and friendly. Will definitely call again.", name: "Emily Rodriguez", role: "Local Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Emily Rodriguez"}, { - id: "4", title: "Outstanding Quality", quote: "The workmanship is exceptional. They take pride in every detail. Best decision I made for my home.", name: "David Kim", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Kim"}, + id: "4", title: "Outstanding Quality", quote: "The workmanship is exceptional. They take pride in every detail. Best decision I made for my home.", name: "David Kim", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "David Kim"}, { id: "5", title: "Trustworthy Team", quote: "They treated my home with respect and completed the work exactly as promised. True professionals.", name: "Jennifer Martinez", role: "Senior Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", imageAlt: "Jennifer Martinez"}, { - id: "6", title: "Highly Recommended", quote: "I've recommended them to all my friends. Great service, fair pricing, and genuine care for their customers.", name: "Robert Thompson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Robert Thompson"}, + id: "6", title: "Highly Recommended", quote: "I've recommended them to all my friends. Great service, fair pricing, and genuine care for their customers.", name: "Robert Thompson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Robert Thompson"}, ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1