From 1ee8528f0dae14fab8db063d94ed39a3e526a117 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:17:13 +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 91e1c0e..51bf242 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -175,9 +175,9 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Martinez", role: "Homeowner, West Cookeville", testimonial: "Sanchez Roofing replaced our entire roof last year. The team was professional, punctual, and the quality is outstanding. They even cleaned up after themselves. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Sarah Martinez testimonial"}, + id: "1", name: "Sarah Martinez", role: "Homeowner, West Cookeville", testimonial: "Sanchez Roofing replaced our entire roof last year. The team was professional, punctual, and the quality is outstanding. They even cleaned up after themselves. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", imageAlt: "Sarah Martinez testimonial"}, { - id: "2", name: "James Peterson", role: "Property Manager, Cookeville", testimonial: "We manage 12 commercial properties and Sanchez Roofing is our go-to contractor. They handle maintenance, repairs, and major installations with professionalism and competitive pricing.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "James Peterson testimonial"}, + id: "2", name: "James Peterson", role: "Property Manager, Cookeville", testimonial: "We manage 12 commercial properties and Sanchez Roofing is our go-to contractor. They handle maintenance, repairs, and major installations with professionalism and competitive pricing.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "James Peterson testimonial"}, { id: "3", name: "Maria Garcia", role: "Business Owner, Downtown Cookeville", testimonial: "After a storm damaged our commercial roof, Sanchez Roofing responded quickly with emergency repairs. They coordinated with insurance and got us back to normal fast. Great service!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Maria Garcia testimonial"}, { -- 2.49.1