Specialized solutions for bathrooms and kitchens with silent technology.
{products.map((product, idx) => (
))}
);
};
const WhyChoose = () => {
const solutions = [
{
title: "Expert Recommendations",
desc: "We analyse your space, size & airflow to suggest the perfect model.",
icon:
},
{
title: "Professional Installation",
desc: "Certified engineers ensure no noise and long-life performance.",
icon:
},
{
title: "Fast Delivery & Stock",
desc: "Priority dispatch for Delhi NCR. Ready stock available always.",
icon:
},
{
title: "2 Years Warranty",
desc: "Direct company service and comprehensive support guarantee.",
icon:
}
];
return (
Industry Expertise
Ventilation Solutions Built For Real Projects
From residential homes to massive commercial kitchens, KIW India provides the heavy-duty airflow required for the Indian climate. Our fans are designed specifically to handle the high heat and smoke of Indian cooking.
Real Project Case Studies
Proven results in thousands of homes.
On-Site Support
Physical technicians available across Delhi NCR.
{solutions.map((item, idx) => (
{item.icon}
{item.title}
{item.desc}
))}
Real Projects
From homeowners to commercial kitchens, we deliver excellence.
);
};
const Testimonials = () => {
const reviews = [
{
name: "Amit Sharma",
loc: "Gurugram",
text: "The Q-Series is incredibly quiet. I can finally have a conversation in the kitchen while the fan is on!"
},
{
name: "Priya Verma",
loc: "New Delhi",
text: "Best installation experience. The engineers were professional and the suction power is amazing for heavy cooking."
},
{
name: "Rajesh Gupta",
loc: "Noida",
text: "KIW Z-Series metal fan is a beast. Clears out all the smoke from my restaurant kitchen in minutes."
}
];
return (