From ab3b4379a3741731c7cdd0c4ded65f7539c7ec90 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:21:36 +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 18f9a18..2aad999 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -172,6 +172,9 @@ export default function LandingPage() { ]} sideTitle="Frequently Asked" faqsAnimation="slide-up" + buttons={[ + { text: "Still have questions? Call us", href: "tel:9495241761" } + ]} /> @@ -225,4 +228,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1