Update src/app/faq/page.tsx
This commit is contained in:
@@ -39,41 +39,23 @@ export default function FaqPage() {
|
||||
<FaqBase
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What does 'refurbished' mean?",
|
||||
content:
|
||||
"Refurbished devices are pre-owned smartphones that have been professionally restored to factory standards. They undergo comprehensive testing, cleaning, and parts replacement to ensure like-new performance and appearance.",
|
||||
},
|
||||
id: "1", title: "What does 'refurbished' mean?", content:
|
||||
"Refurbished devices are pre-owned smartphones that have been professionally restored to factory standards. They undergo comprehensive testing, cleaning, and parts replacement to ensure like-new performance and appearance."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is your return policy?",
|
||||
content:
|
||||
"We offer a 30-day money-back guarantee on all purchases. If you're not completely satisfied, simply contact our support team within 30 days for a full refund, no questions asked.",
|
||||
},
|
||||
id: "2", title: "What is your return policy?", content:
|
||||
"We offer a 30-day money-back guarantee on all purchases. If you're not completely satisfied, simply contact our support team within 30 days for a full refund, no questions asked."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How long is the warranty?",
|
||||
content:
|
||||
"All refurbished devices come with a 12-month comprehensive warranty covering hardware defects, battery issues, and manufacturing faults. Our warranty gives you complete peace of mind.",
|
||||
},
|
||||
id: "3", title: "How long is the warranty?", content:
|
||||
"All refurbished devices come with a 12-month comprehensive warranty covering hardware defects, battery issues, and manufacturing faults. Our warranty gives you complete peace of mind."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Are refurbished phones reliable?",
|
||||
content:
|
||||
"Yes. Our refurbished phones undergo rigorous multi-point testing and quality checks. They perform identically to new devices and come fully certified with warranty protection.",
|
||||
},
|
||||
id: "4", title: "Are refurbished phones reliable?", content:
|
||||
"Yes. Our refurbished phones undergo rigorous multi-point testing and quality checks. They perform identically to new devices and come fully certified with warranty protection."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What payment methods do you accept?",
|
||||
content:
|
||||
"We accept all major credit cards (Visa, Mastercard, American Express), PayPal, Apple Pay, Google Pay, and installment plans through Affirm and Klarna for your convenience.",
|
||||
},
|
||||
id: "5", title: "What payment methods do you accept?", content:
|
||||
"We accept all major credit cards (Visa, Mastercard, American Express), PayPal, Apple Pay, Google Pay, and installment plans through Affirm and Klarna for your convenience."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How long does shipping take?",
|
||||
content:
|
||||
"Standard shipping takes 3-5 business days. We also offer expedited shipping (1-2 business days) and free overnight shipping on orders over $1,000. All shipments are fully insured.",
|
||||
},
|
||||
id: "6", title: "How long does shipping take?", content:
|
||||
"Standard shipping takes 3-5 business days. We also offer expedited shipping (1-2 business days) and free overnight shipping on orders over $1,000. All shipments are fully insured."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our refurbished devices and services"
|
||||
|
||||
Reference in New Issue
Block a user