From a8859ef9d00b61c6e1b02bc6a6398a49b72b4806 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 04:01:31 +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 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 -- 2.49.1