diff --git a/src/app/page.tsx b/src/app/page.tsx index e23e6fc..68fbb56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,6 +122,9 @@ export default function DamiriLondonPage() { { id: "1", title: "What is your shipping policy?", content: "We ship worldwide via DHL Express with tracking included." }, { id: "2", title: "How do I return items?", content: "Returns are accepted within 30 days of purchase, provided items are unworn and tagged." } ]} + buttons={[ + { text: "Contact Support", href: "#contact" } + ]} faqsAnimation="slide-up" textboxLayout="default" useInvertedBackground={true}