diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e023aa..20b75bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,6 +132,9 @@ export default function LandingPage() { } ]} animationType="slide-up" + buttons={[ + { text: "Get Free Quote", href: "contact" } + ]} /> @@ -189,4 +192,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file