From 6e514e7e3fbe5922c6592e4bb5fb1d698bd71dcb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 06:01:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b368bb..7dac47e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -198,11 +198,14 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", title: "How are your items handmade?", content: "Our artisans use traditional techniques passed down through generations."}, + id: "f1", title: "How are your items handmade?", content: "Our artisans use traditional techniques passed down through generations." + }, { - id: "f2", title: "Do you ship worldwide?", content: "Yes, we ship our jewelry to jewelry lovers across the globe."}, + id: "f2", title: "Do you ship worldwide?", content: "We offer reliable international shipping; standard delivery takes 7-14 business days depending on your region." + }, { - id: "f3", title: "Can I request custom designs?", content: "Absolutely! Reach out to us for bespoke commissions."}, + id: "f3", title: "Can I request custom designs?", content: "Yes! We welcome custom commissions; our design consultation and crafting process generally takes 3-5 weeks depending on complexity." + }, ]} title="Common Questions" description="Everything you need to know about our jewelry and shipping process." @@ -239,4 +242,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file