import React, { useState, useEffect } from 'react'; import { Phone, MessageCircle, CheckCircle2, ShieldCheck, Truck, Wrench, Star, Wind, Menu, X, ArrowRight, MapPin, Clock, ChevronRight } from 'lucide-react'; // --- Shared Components --- const ProductCard = ({ product }) => (
{/* Placeholder for Product Image */}
{product.tag && ( {product.tag} )}

{product.name}

    {product.bullets.map((bullet, i) => (
  • {bullet}
  • ))}
); const Navbar = () => { const [isScrolled, setIsScrolled] = useState(false); useEffect(() => { const handleScroll = () => setIsScrolled(window.scrollY > 10); window.addEventListener('scroll', handleScroll); return () => window.removeEventListener('scroll', handleScroll); }, []); return ( ); }; // --- Sections --- const Hero = () => { const [formSubmitted, setFormSubmitted] = useState(false); const handleSubmit = (e) => { e.preventDefault(); setFormSubmitted(true); }; return (
{/* Left Column: Content */}
#1 Exhaust Fan Brand in Delhi NCR

India’s No.1 Exhaust Fan
for Delhi NCR

Silent Airflow • Powerful Suction • Built for Indian Kitchens

{[ "Removes smoke, odour & heat", "Low noise performance", "Heavy-duty airflow ventilation", "Ideal for kitchens & bathrooms", "Priority delivery in Delhi NCR" ].map((point, idx) => (
{point}
))}
{/* Right Column: Lead Form */}
{formSubmitted ? (

Thank You!

Our distributor manager will contact you within 2 hours.

) : ( <>

Distributor Inquiry Form

Get wholesale pricing & priority support in Delhi NCR.

)}
); }; const ProductGrid = () => { const products = [ { name: "Q Series (Smart)", bullets: ["Humidity & Timer Sensor", "Ultra Silent Operation", "Domestic Use Only"], tag: "Bathroom Silent" }, { name: "R Series (Mount)", bullets: ["Wall & Window Mount", "Classic Durable Design", "High Airflow Efficiency"], tag: "Best Seller" }, { name: "S Series (In-Line)", bullets: ["Duct In-Line System", "Concealed Installation", "Powerful Suction"], tag: "Kitchen/Duct" }, { name: "X Series (Hybrid)", bullets: ["Wall/Window Mountable", "Energy Efficient Motor", "Sleek Modern Finish"], tag: "Domestic" }, { name: "Z Series (Metal)", bullets: ["Heavy Duty Metal Body", "Real Kitchen Ventilation", "High RPM Performance"], tag: "Kitchen Expert" }, { name: "Orbit Fan (Premium)", bullets: ["600x600mm Size / 50W", "Remote Control + LED", "56dB Noise / 1300 RPM"], tag: "Luxury Choice" } ]; return (

Product Models

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 (

Trusted by Delhi NCR Homeowners

{reviews.map((rev, i) => (
{[...Array(5)].map((_, j) => )}

"{rev.text}"

{rev.name}

{rev.loc}

))}
); }; const Footer = () => { return ( ); }; // --- App Entry Point --- export default function App() { return (
{/* Simple Priority Badge Strip */}
Same Day Dispatch
2 Year Warranty
Delhi NCR Priority
{/* Final CTA Strip */}

Need a Custom Ventilation Solution?

Our experts will help you choose the right fan for your kitchen or bathroom size.

); }
Exhaust Fans, Duct Fans, Ventilation Systems

Explore Our Range

Why Choose Us
KIW350w

12+ Years Industry Expertise

KIW350w

Exhaust fans, duct fans, ventilation systems

KIW350w

Real project case studies + on-site support

WHAT OUR CUSTOMERS SAY

Shop
Sidebar
2 items Cart
My account