4 Commits

Author SHA1 Message Date
63d1b6c41d Update src/app/page.tsx 2026-03-12 12:37:05 +00:00
67dcfeda64 Merge version_1 into main
Merge version_1 into main
2026-03-12 12:35:36 +00:00
85a9976f5f Merge version_1 into main
Merge version_1 into main
2026-03-12 12:35:11 +00:00
503b6b9039 Merge version_1 into main
Merge version_1 into main
2026-03-12 12:34:20 +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>
);
}
}