From 6515c9af41c608889feefea9f5c5d33d0549e2bf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:31:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index efe134a..54fc2de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -182,6 +182,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "Join 500+ Happy Customers", href: "#contact" } + ]} testimonials={[ { id: "testimonial-1", name: "Jennifer Martinez", role: "Homeowner", testimonial: "Busy B Handyman fixed our bathroom plumbing issue quickly and professionally. The attention to detail was incredible, and they cleaned up after themselves. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-green-shirt-smilin-with-happy-face-showing-thumbs-up-making-call-me-gesture_141793-54515.jpg", imageAlt: "Jennifer Martinez" -- 2.49.1