From c4e08d2ac007f5b748e39182df358ebd23aa60d8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 22:05:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a0f644..47971c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,6 +166,11 @@ export default function LandingPage() { { id: "q3", title: "Do you ship worldwide?", content: "Yes, we ship to over 50 countries globally."}, ]} + buttons={[ + { + text: "Still have questions? Contact us", href: "#contact" + } + ]} sideTitle="Need Answers?" sideDescription="We've got you covered. Check out common questions below." faqsAnimation="slide-up" -- 2.49.1