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"