From 9186dd4f5ddfc42d490a8184bd7160deef699be2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:29:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e7f9f6d..2b5511f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,9 +62,11 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/master-painting-piece-wood-atelier-high-quality-photo_114579-12207.jpg", imageAlt: "Professional interior painting service"}, + imageSrc: "http://img.b2bpic.net/free-photo/master-painting-piece-wood-atelier-high-quality-photo_114579-12207.jpg", imageAlt: "Professional interior painting service" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-blue-accent-wall_23-2151995376.jpg", imageAlt: "Expert exterior house painting"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-blue-accent-wall_23-2151995376.jpg", imageAlt: "Expert exterior house painting" + }, ]} mediaAnimation="slide-up" rating={5} @@ -86,6 +88,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/side-view-men-working-with-masks_23-2148751983.jpg" imageAlt="Professional painting team" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -148,13 +151,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Maria Rodriguez", role: "Homeowner", testimonial: "Camacho Painting transformed our entire home. The attention to detail was incredible, and the team was professional and courteous throughout the project. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-relaxed-tall-muscular-young-model-wearing-plain-heather-gray-longsleeve-t-shirt-slim-gray-jeans-leaning-wooden-stepladder-isolated-white_346278-1036.jpg", imageAlt: "Maria Rodriguez"}, + id: "1", name: "Maria Rodriguez", role: "Homeowner", testimonial: "Camacho Painting transformed our entire home. The attention to detail was incredible, and the team was professional and courteous throughout the project. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-relaxed-tall-muscular-young-model-wearing-plain-heather-gray-longsleeve-t-shirt-slim-gray-jeans-leaning-wooden-stepladder-isolated-white_346278-1036.jpg", imageAlt: "Maria Rodriguez" + }, { - id: "2", name: "John Mitchell", role: "Business Owner", testimonial: "We hired Camacho Painting for our office renovation. They completed the work on time, within budget, and the quality is exceptional. Our clients have noticed the transformation!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1597.jpg", imageAlt: "John Mitchell"}, + id: "2", name: "John Mitchell", role: "Business Owner", testimonial: "We hired Camacho Painting for our office renovation. They completed the work on time, within budget, and the quality is exceptional. Our clients have noticed the transformation!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1597.jpg", imageAlt: "John Mitchell" + }, { - id: "3", name: "Sarah Thompson", role: "Homeowner", testimonial: "From the initial consultation to the final brushstroke, everything was perfect. The team was respectful of our space, cleaned up thoroughly, and the results exceeded our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-listening-music-headphones-using-smartphone-outdoor-hipster-portrait_1296-728.jpg", imageAlt: "Sarah Thompson"}, + id: "3", name: "Sarah Thompson", role: "Homeowner", testimonial: "From the initial consultation to the final brushstroke, everything was perfect. The team was respectful of our space, cleaned up thoroughly, and the results exceeded our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-listening-music-headphones-using-smartphone-outdoor-hipster-portrait_1296-728.jpg", imageAlt: "Sarah Thompson" + }, { - id: "4", name: "David Chen", role: "Property Manager", testimonial: "We've used Camacho Painting for multiple properties. They're reliable, professional, and their work quality is consistently excellent. Best painters we've worked with!", imageSrc: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086839.jpg", imageAlt: "David Chen"}, + id: "4", name: "David Chen", role: "Property Manager", testimonial: "We've used Camacho Painting for multiple properties. They're reliable, professional, and their work quality is consistently excellent. Best painters we've worked with!", imageSrc: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086839.jpg", imageAlt: "David Chen" + }, ]} animationType="slide-up" /> @@ -170,7 +177,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Sherwin-Williams", "Benjamin Moore", "Behr Paint", "Valspar", "Glidden", "Rust-Oleum"]} + "Sherwin-Williams", "Benjamin Moore", "Behr Paint", "Valspar", "Glidden", "Rust-Oleum" + ]} speed={40} showCard={true} buttonAnimation="slide-up" -- 2.49.1