From bfd677370015f35e05cfbbfad1b32f49bcfb9c2d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:09:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24c863b..d121ee8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -174,13 +174,13 @@ export default function HomePage() { tagAnimation="none" testimonials={[ { - id: "1", title: "A Decade of Trusted Service", quote: "Darren and his team have been coming to me for almost a decade. Their professionalism, reliability, and attention to detail are second to none. I wouldn't trust anyone else with my heating system. Highly recommended.", name: "Martin Lynch", role: "Homeowner, Cork", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Martin Lynch testimonial"}, + id: "1", title: "A Decade of Trusted Service", quote: "Darren and his team have been coming to me for almost a decade. Their professionalism, reliability, and attention to detail are second to none. I wouldn't trust anyone else with my heating system. Highly recommended.", name: "Martin Lynch", role: "Homeowner, Cork", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Martin Lynch testimonial"}, { - id: "2", title: "Fast Service, Excellent Results", quote: "We needed a boiler replacement and Darren made the entire process smooth and easy. Fast service, fair pricing, and great workmanship. I've already recommended him to several neighbors. Would definitely use again.", name: "Robert O'Shea", role: "Homeowner, Cork", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert O'Shea testimonial"}, + id: "2", title: "Fast Service, Excellent Results", quote: "We needed a boiler replacement and Darren made the entire process smooth and easy. Fast service, fair pricing, and great workmanship. I've already recommended him to several neighbors. Would definitely use again.", name: "Robert O'Shea", role: "Homeowner, Cork", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Robert O'Shea testimonial"}, { - id: "3", title: "Absolutely Outstanding Service", quote: "Absolutely outstanding! Darren and his team were so professional, lovely to deal with, and incredibly knowledgeable. They explained everything clearly and finished on time. Five stars deserved. Thank you!", name: "Cara Dillon", role: "Homeowner, Cork", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Cara Dillon testimonial"}, + id: "3", title: "Absolutely Outstanding Service", quote: "Absolutely outstanding! Darren and his team were so professional, lovely to deal with, and incredibly knowledgeable. They explained everything clearly and finished on time. Five stars deserved. Thank you!", name: "Cara Dillon", role: "Homeowner, Cork", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", imageAlt: "Cara Dillon testimonial"}, { - id: "4", title: "Best Decision for Our Home", quote: "After getting quotes from several companies, we chose Darren O'Callaghan. It was the best decision. Professional, punctual, and the work quality is exceptional. Our whole family is very happy with the new heating system.", name: "Jennifer Walsh", role: "Homeowner, Cork", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Jennifer Walsh testimonial"}, + id: "4", title: "Best Decision for Our Home", quote: "After getting quotes from several companies, we chose Darren O'Callaghan. It was the best decision. Professional, punctual, and the work quality is exceptional. Our whole family is very happy with the new heating system.", name: "Jennifer Walsh", role: "Homeowner, Cork", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", imageAlt: "Jennifer Walsh testimonial"}, ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1