From 428291bce20401dc8ce680b782be57397c7fe93b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:20:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80880c3..d150f0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -225,6 +225,9 @@ export default function LandingPage() { { id: "q3", title: "Do you offer financing?", content: "Yes, we have 0% APR financing options available at checkout."}, ]} + buttons={[ + { text: "Get in Touch", href: "#contact" } + ]} title="Frequently Asked" description="Common questions about our services and products." faqsAnimation="slide-up" -- 2.49.1