diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ab581f..7a872bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -211,10 +211,10 @@ export default function HomePage() { id: "3", title: "Do you provide installation service?", content: "We offer professional installation services in major cities. For other locations, detailed installation guides are provided, and our customer support team is available to assist via phone or video call."}, { id: "4", title: "What payment options are available?", content: "We accept all major credit cards, debit cards, digital wallets, net banking, and EMI options through select partners for convenient shopping experiences."}, - { - id: "5", title: "Can I customize the design of my fan?", content: "Yes, we offer customization options for corporate bulk orders and special requests. Contact our sales team at sales@ventifans.com with your design preferences for personalized solutions."}, { id: "6", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee if you are not completely satisfied. Products must be in original condition with all packaging and documentation intact."}, + { + id: "5", title: "Can I customize the design of my fan?", content: "Yes, we offer customization options for corporate bulk orders and special requests. Contact our sales team at sales@ventifans.com with your design preferences for personalized solutions."}, ]} /> @@ -256,4 +256,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}