Update src/app/page.tsx

This commit is contained in:
2026-03-04 03:52:17 +00:00
parent 743ec10b56
commit 1b2c3c37f1

View File

@@ -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"
}
]}
/>