From 9942d653a336af91ece877246f363bf49e343b22 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:57:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9dce48e..756807f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -159,6 +159,9 @@ export default function LandingPage() { cardTagIcon={Heart} cardAnimation="slide-up" useInvertedBackground={false} + buttons={[ + { text: "Schedule Your Repair Today", href: "#contact" } + ]} /> @@ -203,4 +206,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1