From 304bf31a10922f7d496286300caade5414d52e70 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:05:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.49.1