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