From edd9a89d47902bfbc1863747cd206ebd8f8b3c10 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 04:07:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) 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} -- 2.49.1