From ba5441a7f887dde7a93bc83cc8cce953867686cb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:49:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3463571..92d9a63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,7 +157,7 @@ export default function LandingPage() { animationType="smooth" faqs={[ { - id: "1", title: "How are cards authenticated?", content: "We use industry-leading authentication processes including professional grading services, hologram verification, and expert manual inspection. Every card undergoes rigorous quality checks before listing."}, + id: "1", title: "How are cards authenticated?", content: "Every card is professionally graded and hologram-verified before listing."}, { id: "2", title: "What's your return policy?", content: "We offer a 30-day money-back guarantee if your card doesn't match the listing description. If authentication issues arise, we provide full refunds or replacements at no cost."}, { @@ -167,7 +167,7 @@ export default function LandingPage() { { id: "5", title: "How long does shipping take?", content: "Standard shipping takes 3-5 business days within the US. We offer expedited 1-2 day shipping for premium members. All shipments are fully insured and tracked."}, { - id: "6", title: "Can I sell vintage cards?", content: "Yes! We accept vintage cards from any era. Our authentication team specializes in vintage grading. Older cards may require additional verification but command higher prices among collectors."}, + id: "6", title: "Can I sell vintage cards?", content: "Yes! We accept vintage cards from any era. Our authentication team specializes in vintage grading. Older cards may require additional verification but command higher prices among collectors."} ]} />