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"