From 9abb4f9b9a4c3c854c3dcd3397b1b81e3bd50856 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:28:28 +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 46c2301..cc8503e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,6 +147,7 @@ export default function LandingPage() { faqs={[ { id: "q1", title: "Are your watches authenticated?", content: "Yes, every single watch undergoes a multi-point verification by certified watchmakers." }, { id: "q2", title: "Do you offer shipping insurance?", content: "Absolutely. Every shipment is fully insured for its total value." }, + { id: "q3", title: "How does the lifetime buy-back guarantee work?", content: "We provide a seamless process where you can return your certified timepiece to us at any time. We will assess the market value and offer a transparent buy-back price based on its current condition and model rarity, ensuring you always retain liquidity for your investments." }, ]} sideTitle="Questions?" sideDescription="Everything you need to know about our collection and services." -- 2.49.1