From 1b2c3c37f12e46ff8f7a2ffa9ce3ed14e4e5ebae Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:52:17 +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 54e0679..ec0ac52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,16 +103,16 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "Independence, MO", testimonial: "Marcos completely transformed our home with a fresh coat of paint. Professional, clean, and on time. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", handle: "Independence, MO", testimonial: "Marcos completely transformed our home with a fresh coat of paint. Professional, clean, and on time. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", handle: "Independence, MO", testimonial: "Best exterior painting job we've had done. Attention to detail is incredible. Will definitely use again.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", handle: "Independence, MO", testimonial: "Best exterior painting job we've had done. Attention to detail is incredible. Will definitely use again.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen" }, { - id: "3", name: "Emily Rodriguez", handle: "Independence, MO", testimonial: "Professional crew, fair pricing, and beautiful results. Can't ask for more. Thank you Marcos!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez" + id: "3", name: "Emily Rodriguez", handle: "Independence, MO", testimonial: "Professional crew, fair pricing, and beautiful results. Can't ask for more. Thank you Marcos!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez" }, { - id: "4", name: "David Kim", handle: "Independence, MO", testimonial: "Our deck looks brand new thanks to Marcos Painting. Expert refinishing work. Highly satisfied with the service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim" + id: "4", name: "David Kim", handle: "Independence, MO", testimonial: "Our deck looks brand new thanks to Marcos Painting. Expert refinishing work. Highly satisfied with the service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim" } ]} />