From ac0d99962dde33b7b00548e3283880fc3deeeb51 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:26:57 +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 5a316fa..4f142d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,9 +107,9 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Margaret Thompson", role: "Homeowner", testimonial: "Bernard Tree did an excellent job transplanting our mature oak tree. Professional, efficient, and the tree thrived in its new location. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Margaret Thompson" }, { id: "2", name: "Robert Jensen", role: "Business Owner", testimonial: "We've used Bernard Tree for our commercial property maintenance for years. Steven and his team are reliable, knowledgeable, and always deliver quality work.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Robert Jensen" }, - { id: "3", name: "Patricia Williams", role: "Property Manager", testimonial: "Exceptional service from start to finish. The stump removal was thorough, and they left our yard spotless. Professional in every way.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Patricia Williams" }, + { id: "3", name: "Patricia Williams", role: "Property Manager", testimonial: "Exceptional service from start to finish. The stump removal was thorough, and they left our yard spotless. Professional in every way.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Patricia Williams" }, { id: "4", name: "David Foster", role: "Homeowner", testimonial: "The pruning work transformed our trees. They're healthier and look fantastic. Steven's expertise really shows in every detail of his work.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Foster" }, - { id: "5", name: "Susan Martinez", role: "Landscaper", testimonial: "I refer Bernard Tree to my clients all the time. They handle complex projects with professionalism and care. A true partner in the landscaping business.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Susan Martinez" }, + { id: "5", name: "Susan Martinez", role: "Landscaper", testimonial: "I refer Bernard Tree to my clients all the time. They handle complex projects with professionalism and care. A true partner in the landscaping business.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Susan Martinez" }, { id: "6", name: "James Anderson", role: "Homeowner", testimonial: "Fantastic tree removal service. They were safe, efficient, and respectful of our property. Best contractor work we've had done.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "James Anderson" } ]} /> -- 2.49.1