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