From 4cf84cf441f9bb056545a26a1a6e51a72f677427 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 00:09:04 +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 26db87d..1f0501b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -179,16 +179,16 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Charles M.", role: "Chicago, IL", testimonial: "Incredibly consultative, transparent and reliable… estimates are always prompt and clear and the work is very high quality.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Charles M.", icon: Quote + id: "1", name: "Charles M.", role: "Chicago, IL", testimonial: "Incredibly consultative, transparent and reliable… estimates are always prompt and clear and the work is very high quality.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Charles M.", icon: Quote }, { - id: "2", name: "R D.", role: "Chicago, IL", testimonial: "With repairs and improvements… my house is beginning to again feel like the home I bought. I highly recommend these guys.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "R D.", icon: Quote + id: "2", name: "R D.", role: "Chicago, IL", testimonial: "With repairs and improvements… my house is beginning to again feel like the home I bought. I highly recommend these guys.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "R D.", icon: Quote }, { - id: "3", name: "J W.", role: "Northbrook, IL", testimonial: "Respect for our time… willingness to advise and counsel… expedited our service call. Extremely reasonable. Rare find.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "J W.", icon: Quote + id: "3", name: "J W.", role: "Northbrook, IL", testimonial: "Respect for our time… willingness to advise and counsel… expedited our service call. Extremely reasonable. Rare find.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "J W.", icon: Quote }, { - id: "4", name: "M L.", role: "Wilmette, IL", testimonial: "Professional, punctual, and detail-oriented. Delivered exactly what was promised on time and within budget. Would hire again without hesitation.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "M L.", icon: Quote + id: "4", name: "M L.", role: "Wilmette, IL", testimonial: "Professional, punctual, and detail-oriented. Delivered exactly what was promised on time and within budget. Would hire again without hesitation.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "M L.", icon: Quote } ]} carouselMode="buttons" -- 2.49.1