From 338d8412a0e48b2c108b05d708f9c5d592731165 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 13:25:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dbf45ae..3f1bf5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,13 +169,13 @@ export default function LandingPage() { description="Trusted by homeowners and businesses throughout the community" testimonials={[ { - id: "1", name: "John Martinez", handle: "Homeowner", testimonial: "Exceptional work! Roofing Company Davie repaired our roof after hurricane damage. Professional team, fair pricing, and they finished ahead of schedule.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "person portrait professional headshot happy" + id: "1", name: "John Martinez", handle: "Homeowner", testimonial: "Exceptional work! Roofing Company Davie repaired our roof after hurricane damage. Professional team, fair pricing, and they finished ahead of schedule.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "person portrait professional headshot happy" }, { id: "2", name: "Sarah Johnson", handle: "Property Manager", testimonial: "We've trusted them for multiple properties. Their inspections are thorough, and their team is reliable, courteous, and always on time.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "person portrait customer professional smiling" }, { - id: "3", name: "Michael Chen", handle: "Business Owner", testimonial: "Complete roof replacement for our commercial building. Outstanding craftsmanship and project management. Highly recommended for any roofing needs.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "person portrait satisfied professional headshot" + id: "3", name: "Michael Chen", handle: "Business Owner", testimonial: "Complete roof replacement for our commercial building. Outstanding craftsmanship and project management. Highly recommended for any roofing needs.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "person portrait satisfied professional headshot" }, { id: "4", name: "Jennifer Williams", handle: "Homeowner", testimonial: "From the free estimate to final inspection, their professionalism was evident. Great communication and beautiful finished work. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "person portrait confident professional customer" -- 2.49.1