From 1e20233b407356debe9a0ba295acb2db420c0f14 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:35:47 +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 946b299..44c3ffe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,10 +58,10 @@ const features = [ const testimonials = [ { - id: "1", name: "Robert Martinez", handle: "Homeowner", testimonial: "Tyler and his team transformed our backyard with an amazing deck. The attention to detail was incredible, and they finished on schedule. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/ambitious-handsome-young-stylish-mature-male-with-beard-big-blue-eyes-smiling-excited-pleased-grin-standing-trendy-suit-gray-wall-waiting-chance-show-skills-gray-wall_176420-22711.jpg", imageAlt: "Robert Martinez" + id: "1", name: "Robert Martinez", handle: "Homeowner", testimonial: "Tyler and his team transformed our backyard with an amazing deck. The attention to detail was incredible, and they finished on schedule. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/ambitious-handsome-young-stylish-mature-male-with-beard-big-blue-eyes-smiling-excited-pleased-grin-standing-trendy-suit-gray-wall-waiting-chance-show-skills-gray-wall_176420-22711.jpg?_wi=1", imageAlt: "Robert Martinez" }, { - id: "2", name: "Sarah Johnson", handle: "Property Manager", testimonial: "Professional, reliable, and affordable. They completed our bathroom remodel ahead of schedule without compromising quality. Our tenants love it.", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-propping-chin-clasped-hands_176474-94499.jpg", imageAlt: "Sarah Johnson" + id: "2", name: "Sarah Johnson", handle: "Property Manager", testimonial: "Professional, reliable, and affordable. They completed our bathroom remodel ahead of schedule without compromising quality. Our tenants love it.", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-propping-chin-clasped-hands_176474-94499.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { id: "3", name: "Michael Chen", handle: "Homeowner", testimonial: "We had new windows installed and doors replaced. The workmanship is outstanding, and they were respectful throughout the entire process.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149145121.jpg", imageAlt: "Michael Chen" @@ -70,10 +70,10 @@ const testimonials = [ id: "4", name: "Jennifer Williams", handle: "Homeowner", testimonial: "From initial quote to final handoff, The Community Builders exceeded expectations. Clear communication, fair pricing, and exceptional results.", imageSrc: "http://img.b2bpic.net/free-photo/baking-time-with-best-grandmother_329181-17830.jpg", imageAlt: "Jennifer Williams" }, { - id: "5", name: "David Anderson", handle: "Real Estate Professional", testimonial: "I've referred multiple clients to The Community Builders. They consistently deliver quality work that increases property value.", imageSrc: "http://img.b2bpic.net/free-photo/ambitious-handsome-young-stylish-mature-male-with-beard-big-blue-eyes-smiling-excited-pleased-grin-standing-trendy-suit-gray-wall-waiting-chance-show-skills-gray-wall_176420-22711.jpg", imageAlt: "David Anderson" + id: "5", name: "David Anderson", handle: "Real Estate Professional", testimonial: "I've referred multiple clients to The Community Builders. They consistently deliver quality work that increases property value.", imageSrc: "http://img.b2bpic.net/free-photo/ambitious-handsome-young-stylish-mature-male-with-beard-big-blue-eyes-smiling-excited-pleased-grin-standing-trendy-suit-gray-wall-waiting-chance-show-skills-gray-wall_176420-22711.jpg?_wi=2", imageAlt: "David Anderson" }, { - id: "6", name: "Lisa Thompson", handle: "Homeowner", testimonial: "Small or large, they treat every project with the same level of care. Our flooring installation was perfect, and the drywall work was flawless.", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-propping-chin-clasped-hands_176474-94499.jpg", imageAlt: "Lisa Thompson" + id: "6", name: "Lisa Thompson", handle: "Homeowner", testimonial: "Small or large, they treat every project with the same level of care. Our flooring installation was perfect, and the drywall work was flawless.", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-propping-chin-clasped-hands_176474-94499.jpg?_wi=2", imageAlt: "Lisa Thompson" }, ]; -- 2.49.1