diff --git a/src/app/page.tsx b/src/app/page.tsx index 9177fb7..c72e55e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -176,6 +176,10 @@ export default function LandingPage() { ]} title="Frequently Asked Questions" description="Common inquiries regarding shipping, returns, and product support." + buttons={[ + { + text: "Get Help", href: "#contact"} + ]} faqsAnimation="slide-up" /> @@ -247,4 +251,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file