diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e61bfb..0649cb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,6 +178,11 @@ export default function LandingPage() { title="Common Questions" description="Everything you need to know about shopping with us." faqsAnimation="slide-up" + buttons={[ + { + text: "Contact Support", href: "#contact" + } + ]} /> @@ -221,4 +226,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file