Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-12 12:37:10 +00:00

View File

@@ -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."},
]}
/>
</div>
@@ -256,4 +256,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}