From ab6f0c9c131393c6fae0992f460bad938edbdd53 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 06:19:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fff511..aacc171 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,6 +127,7 @@ export default function LandingPage() { { id: "q2", title: "What is your return policy?", content: "We offer a 30-day return policy for unworn items with tags attached." }, { id: "q3", title: "Do you ship internationally?", content: "Yes, we ship globally using DHL and FedEx for reliable international delivery." }, ]} + buttons={[{ text: "Contact Support", href: "#contact" }]} title="Frequently Asked Questions" description="Find answers to common questions about your shopping experience." faqsAnimation="slide-up" -- 2.49.1