| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Baba Electronics - Premium Water Purifiers</title> |
| <link rel="icon" type="image/x-icon" href="https://huggingface.co/spaces/emeraj24/takecare/resolve/main/images/takecare-logo-removebg-preview.png"> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> |
| <script src="https://unpkg.com/feather-icons"></script> |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> |
| <link rel="preconnect" href="https://fonts.googleapis.com"> |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet"> |
| <style> |
| body { |
| font-family: 'Poppins', sans-serif; |
| } |
| .hero-bg { |
| background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('http://static.photos/blue/1200x630/10'); |
| background-size: cover; |
| background-position: center; |
| } |
| .water-drop { |
| position: relative; |
| } |
| .water-drop::after { |
| content: ''; |
| position: absolute; |
| bottom: -10px; |
| left: 50%; |
| transform: translateX(-50%); |
| width: 60px; |
| height: 30px; |
| background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'%3E%3Cpath fill='%230ea5e9' d='M30,30 Q45,15 30,0 Q15,15 30,30'/%3E%3C/svg%3E") no-repeat; |
| background-size: contain; |
| } |
| </style> |
| </head> |
| <body class="bg-gray-50"> |
| |
| <nav class="bg-white shadow-lg sticky top-0 z-50"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="flex justify-between h-16"> |
| <div class="flex items-center"> |
| <div class="flex-shrink-0 flex items-center"> |
| <img src="https://huggingface.co/spaces/emeraj24/takecare/resolve/main/images/takecare-logo-removebg-preview.png" alt="Baba Electronics Logo" class="h-10"> |
| <span class="ml-2 text-xl font-bold text-blue-600">Baba Electronics</span> |
| </div> |
| </div> |
| <div class="hidden md:flex items-center space-x-8"> |
| <a href="#home" class="text-blue-600 hover:text-blue-800 px-3 py-2 font-medium">Home</a> |
| <a href="#products" class="text-gray-700 hover:text-blue-600 px-3 py-2 font-medium">Products</a> |
| <a href="#about" class="text-gray-700 hover:text-blue-600 px-3 py-2 font-medium">About</a> |
| <a href="#contact" class="text-gray-700 hover:text-blue-600 px-3 py-2 font-medium">Contact</a> |
| </div> |
| <div class="md:hidden flex items-center"> |
| <button class="mobile-menu-button p-2 rounded-md text-gray-700 hover:text-blue-600 hover:bg-gray-100 focus:outline-none"> |
| <i data-feather="menu"></i> |
| </button> |
| </div> |
| </div> |
| </div> |
| |
| <div class="mobile-menu hidden md:hidden bg-white shadow-lg"> |
| <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3"> |
| <a href="#home" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50">Home</a> |
| <a href="#products" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50">Products</a> |
| <a href="#about" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50">About</a> |
| <a href="#contact" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50">Contact</a> |
| </div> |
| </div> |
| </nav> |
|
|
| |
| <section id="home" class="hero-bg text-white py-20 md:py-32"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="md:flex items-center"> |
| <div class="md:w-1/2" data-aos="fade-right"> |
| <h1 class="text-4xl md:text-5xl font-bold mb-4">Pure Water, Healthy Life</h1> |
| <p class="text-xl mb-8">Premium water purifiers for your home and office. Get the best quality water purification systems at affordable prices.</p> |
| <div class="flex space-x-4"> |
| <a href="#products" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-lg font-medium transition duration-300">Our Products</a> |
| <a href="#contact" class="bg-transparent border-2 border-white hover:bg-white hover:text-blue-600 text-white px-6 py-3 rounded-lg font-medium transition duration-300">Contact Us</a> |
| </div> |
| </div> |
| <div class="md:w-1/2 mt-10 md:mt-0 flex justify-center" data-aos="fade-left"> |
| <img src="http://static.photos/technology/640x360/5" alt="Water Purifier" class="rounded-lg shadow-2xl max-w-md w-full"> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-16 bg-white"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="text-center mb-16"> |
| <h2 class="text-3xl font-bold text-gray-800 mb-4">Why Choose Our Water Purifiers?</h2> |
| <div class="w-20 h-1 bg-blue-500 mx-auto"></div> |
| </div> |
| <div class="grid md:grid-cols-3 gap-8"> |
| <div class="bg-gray-50 p-6 rounded-lg shadow-md hover:shadow-lg transition duration-300" data-aos="fade-up"> |
| <div class="text-blue-500 mb-4"> |
| <i data-feather="shield" class="h-10 w-10"></i> |
| </div> |
| <h3 class="text-xl font-semibold mb-2 text-gray-800">Advanced Filtration</h3> |
| <p class="text-gray-600">Multi-stage purification process removes all harmful contaminants while retaining essential minerals.</p> |
| </div> |
| <div class="bg-gray-50 p-6 rounded-lg shadow-md hover:shadow-lg transition duration-300" data-aos="fade-up" data-aos-delay="100"> |
| <div class="text-blue-500 mb-4"> |
| <i data-feather="zap" class="h-10 w-10"></i> |
| </div> |
| <h3 class="text-xl font-semibold mb-2 text-gray-800">Energy Efficient</h3> |
| <p class="text-gray-600">Our purifiers consume minimal electricity, saving you money while protecting the environment.</p> |
| </div> |
| <div class="bg-gray-50 p-6 rounded-lg shadow-md hover:shadow-lg transition duration-300" data-aos="fade-up" data-aos-delay="200"> |
| <div class="text-blue-500 mb-4"> |
| <i data-feather="clock" class="h-10 w-10"></i> |
| </div> |
| <h3 class="text-xl font-semibold mb-2 text-gray-800">Long-lasting</h3> |
| <p class="text-gray-600">Built with durable materials and backed by comprehensive warranties for peace of mind.</p> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="products" class="py-16 bg-gray-50"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="text-center mb-16"> |
| <h2 class="text-3xl font-bold text-gray-800 mb-4">Our Premium Products</h2> |
| <div class="w-20 h-1 bg-blue-500 mx-auto"></div> |
| <p class="text-gray-600 mt-4 max-w-2xl mx-auto">Explore our range of high-quality water purifiers designed for every need and budget.</p> |
| </div> |
| <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> |
| <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-xl transition duration-300" data-aos="zoom-in"> |
| <img src="http://static.photos/technology/640x360/1" alt="RO Water Purifier" class="w-full h-48 object-cover"> |
| <div class="p-6"> |
| <h3 class="text-xl font-semibold mb-2 text-gray-800">RO+UV+UF Purifier</h3> |
| <p class="text-gray-600 mb-4">Advanced 7-stage purification with reverse osmosis, UV and UF technology.</p> |
| <div class="flex justify-between items-center"> |
| <button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-lg text-sm font-medium">Enquire Now</button> |
| </div> |
| </div> |
| </div> |
| <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-xl transition duration-300" data-aos="zoom-in" data-aos-delay="100"> |
| <img src="http://static.photos/technology/640x360/2" alt="UV Water Purifier" class="w-full h-48 object-cover"> |
| <div class="p-6"> |
| <h3 class="text-xl font-semibold mb-2 text-gray-800">UV Water Purifier</h3> |
| <p class="text-gray-600 mb-4">Ultraviolet purification system ideal for municipal water supply.</p> |
| <div class="flex justify-between items-center"> |
| <button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-lg text-sm font-medium">Enquire Now</button> |
| </div> |
| </div> |
| </div> |
| <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-xl transition duration-300" data-aos="zoom-in" data-aos-delay="200"> |
| <img src="http://static.photos/technology/640x360/3" alt="Alkaline Water Purifier" class="w-full h-48 object-cover"> |
| <div class="p-6"> |
| <h3 class="text-xl font-semibold mb-2 text-gray-800">Alkaline Purifier</h3> |
| <p class="text-gray-600 mb-4">RO system with alkaline enhancement for balanced pH drinking water.</p> |
| <div class="flex justify-between items-center"> |
| <button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-lg text-sm font-medium">Enquire Now</button> |
| </div> |
| </div> |
| </div> |
| </div> |
| <div class="text-center mt-12"> |
| <a href="#contact" class="inline-block bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-lg font-medium transition duration-300">View All Products</a> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="about" class="py-16 bg-white"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="md:flex items-center"> |
| <div class="md:w-1/2 mb-10 md:mb-0" data-aos="fade-right"> |
| <img src="http://static.photos/office/640x360/7" alt="Baba Electronics Store" class="rounded-lg shadow-lg w-full"> |
| </div> |
| <div class="md:w-1/2 md:pl-12" data-aos="fade-left"> |
| <h2 class="text-3xl font-bold text-gray-800 mb-6">About Baba Electronics</h2> |
| <p class="text-gray-600 mb-4">Established in 2005, Baba Electronics has been a trusted name in Nanded for premium water purification solutions. We specialize in providing the best water purifiers from top brands at competitive prices.</p> |
| <p class="text-gray-600 mb-6">Our mission is to ensure every family has access to clean, safe drinking water through our high-quality products and exceptional after-sales service.</p> |
| <div class="space-y-4"> |
| <div class="flex items-start"> |
| <div class="flex-shrink-0 mt-1"> |
| <i data-feather="check-circle" class="h-5 w-5 text-blue-500"></i> |
| </div> |
| <p class="ml-3 text-gray-600">15+ years of experience in water purification</p> |
| </div> |
| <div class="flex items-start"> |
| <div class="flex-shrink-0 mt-1"> |
| <i data-feather="check-circle" class="h-5 w-5 text-blue-500"></i> |
| </div> |
| <p class="ml-3 text-gray-600">Certified technicians for installation and service</p> |
| </div> |
| <div class="flex items-start"> |
| <div class="flex-shrink-0 mt-1"> |
| <i data-feather="check-circle" class="h-5 w-5 text-blue-500"></i> |
| </div> |
| <p class="ml-3 text-gray-600">Genuine spare parts and accessories</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-16 bg-gray-50"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="text-center mb-16"> |
| <h2 class="text-3xl font-bold text-gray-800 mb-4">What Our Customers Say</h2> |
| <div class="w-20 h-1 bg-blue-500 mx-auto"></div> |
| </div> |
| <div class="grid md:grid-cols-3 gap-8"> |
| <div class="bg-white p-6 rounded-lg shadow-md" data-aos="fade-up"> |
| <div class="flex items-center mb-4"> |
| <div class="flex-shrink-0"> |
| <img src="http://static.photos/people/100x100/1" alt="Customer" class="h-12 w-12 rounded-full"> |
| </div> |
| <div class="ml-4"> |
| <h4 class="text-lg font-semibold text-gray-800">Rajesh Patil</h4> |
| <div class="flex text-yellow-400"> |
| <i data-feather="star" class="h-4 w-4 fill-current"></i> |
| <i data-feather="star" class="h-4 w-4 fill-current"></i> |
| <i data-feather="star" class="h-4 w-4 fill-current"></i> |
| <i data-feather="star" class="h-4 w-4 fill-current"></i> |
| <i data-feather="star" class="h-4 w-4 fill-current"></i> |
| </div> |
| </div> |
| </div> |
| <p class="text-gray-600">"Baba Electronics installed an RO purifier at my home last year. The water quality is excellent and their service is prompt whenever needed."</p> |
| </div> |
| <div class="bg-white p-6 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="100"> |
| <div class="flex items-center mb-4"> |
| <div class="flex-shrink-0"> |
| <img src="http://static.photos/people/100x100/2" alt="Customer" class="h-12 w-12 rounded-full"> |
| </div> |
| <div class="ml-4"> |
| <h4 class="text-lg font-semibold text-gray-800">Priya Deshmukh</h4> |
| <div class="flex text-yellow-400"> |
| <i data-feather="star" class="h-4 w-4 fill-current"></i> |
| <i data-feather="star" class="h-4 w-4 fill-current"></i> |
| <i data-feather="star" class="h-4 w-4 fill-current"></i> |
| <i data-feather="star" class="h-4 w-4 fill-current"></i> |
| <i data-feather="star" class="h-4 w-4 fill-current"></i> |
| </div> |
| </div> |
| </div> |
| <p class="text-gray-600">"Great service and reasonable prices. The technician explained everything clearly and the purifier works perfectly. Highly recommended!"</p> |
| </div> |
| <div class="bg-white p-6 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="200"> |
| <div class="flex items-center mb-4"> |
| <div class="flex-shrink-0"> |
| <img src="http://static.photos/people/100x100/3" alt="Customer" class="h-12 w-12 rounded-full"> |
| </div> |
| <div class="ml-4"> |
| <h4 class="text-lg font-semibold text-gray-800">Amit Joshi</h4> |
| <div class="flex text-yellow-400"> |
| <i data-feather="star" class="h-4 w-4 fill-current"></i> |
| <i data-feather="star" class="h-4 w-4 fill-current"></i> |
| <i data-feather="star" class="h-4 w-4 fill-current"></i> |
| <i data-feather="star" class="h-4 w-4 fill-current"></i> |
| <i data-feather="star" class="h-4 w-4 fill-current"></i> |
| </div> |
| </div> |
| </div> |
| <p class="text-gray-600">"We've been using their water purifier for 3 years now with zero issues. Their annual maintenance contract is worth every rupee."</p> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="contact" class="py-16 bg-blue-600 text-white"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="text-center mb-16"> |
| <h2 class="text-3xl font-bold mb-4">Contact Us</h2> |
| <div class="w-20 h-1 bg-white mx-auto"></div> |
| <p class="mt-4 max-w-2xl mx-auto">Get in touch for product inquiries, service requests or any questions.</p> |
| </div> |
| <div class="grid md:grid-cols-2 gap-12"> |
| <div data-aos="fade-right"> |
| <h3 class="text-xl font-semibold mb-6 water-drop">Our Store</h3> |
| <div class="space-y-4"> |
| <div class="flex items-start"> |
| <div class="flex-shrink-0 mt-1"> |
| <i data-feather="map-pin" class="h-5 w-5"></i> |
| </div> |
| <p class="ml-3">SHOP NO.60, GURUNANAK MARKET, G.G. ROAD, NANDED-431601</p> |
| </div> |
| <div class="flex items-center"> |
| <div class="flex-shrink-0"> |
| <i data-feather="phone" class="h-5 w-5"></i> |
| </div> |
| <p class="ml-3">9890207994 / 02462-237994</p> |
| </div> |
| <div class="flex items-center"> |
| <div class="flex-shrink-0"> |
| <i data-feather="mail" class="h-5 w-5"></i> |
| </div> |
| <p class="ml-3">takecare.ro@rediffmail.com</p> |
| </div> |
| <div class="flex items-center"> |
| <div class="flex-shrink-0"> |
| <i data-feather="credit-card" class="h-5 w-5"></i> |
| </div> |
| <p class="ml-3">GSTIN: 27AHQPA3665E1ZC</p> |
| </div> |
| </div> |
| <div class="mt-8"> |
| <h4 class="text-lg font-semibold mb-4">Business Hours</h4> |
| <div class="space-y-2"> |
| <div class="flex justify-between"> |
| <span>Monday - Saturday</span> |
| <span>9:30 AM - 8:30 PM</span> |
| </div> |
| <div class="flex justify-between"> |
| <span>Sunday</span> |
| <span>10:00 AM - 2:00 PM</span> |
| </div> |
| </div> |
| </div> |
| </div> |
| <div data-aos="fade-left"> |
| <h3 class="text-xl font-semibold mb-6 water-drop">Send Us a Message</h3> |
| <form class="space-y-4"> |
| <div> |
| <label for="name" class="sr-only">Name</label> |
| <input type="text" id="name" placeholder="Your Name" class="w-full px-4 py-3 rounded-lg bg-blue-500 border border-blue-400 focus:border-white focus:outline-none text-white placeholder-blue-200"> |
| </div> |
| <div> |
| <label for="phone" class="sr-only">Phone</label> |
| <input type="tel" id="phone" placeholder="Phone Number" class="w-full px-4 py-3 rounded-lg bg-blue-500 border border-blue-400 focus:border-white focus:outline-none text-white placeholder-blue-200"> |
| </div> |
| <div> |
| <label for="email" class="sr-only">Email</label> |
| <input type="email" id="email" placeholder="Email Address" class="w-full px-4 py-3 rounded-lg bg-blue-500 border border-blue-400 focus:border-white focus:outline-none text-white placeholder-blue-200"> |
| </div> |
| <div> |
| <label for="message" class="sr-only">Message</label> |
| <textarea id="message" rows="4" placeholder="Your Message" class="w-full px-4 py-3 rounded-lg bg-blue-500 border border-blue-400 focus:border-white focus:outline-none text-white placeholder-blue-200"></textarea> |
| </div> |
| <button type="submit" class="w-full bg-white text-blue-600 hover:bg-gray-100 px-6 py-3 rounded-lg font-medium transition duration-300">Send Message</button> |
| </form> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <footer class="bg-gray-900 text-white py-8"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="md:flex md:justify-between"> |
| <div class="mb-6 md:mb-0"> |
| <div class="flex items-center"> |
| <img src="https://huggingface.co/spaces/emeraj24/takecare/resolve/main/images/takecare-logo-removebg-preview.png" alt="Baba Electronics Logo" class="h-8 w-8"> |
| <span class="ml-2 text-xl font-bold">Baba Electronics</span> |
| </div> |
| <p class="mt-2 text-gray-400 max-w-xs">Your trusted partner for clean and safe drinking water solutions.</p> |
| </div> |
| <div class="grid grid-cols-2 gap-8 sm:grid-cols-3"> |
| <div> |
| <h3 class="text-sm font-semibold uppercase tracking-wider">Quick Links</h3> |
| <div class="mt-4 space-y-2"> |
| <a href="#home" class="text-gray-400 hover:text-white block">Home</a> |
| <a href="#products" class="text-gray-400 hover:text-white block">Products</a> |
| <a href="#about" class="text-gray-400 hover:text-white block">About Us</a> |
| <a href="#contact" class="text-gray-400 hover:text-white block">Contact</a> |
| </div> |
| </div> |
| <div> |
| <h3 class="text-sm font-semibold uppercase tracking-wider">Products</h3> |
| <div class="mt-4 space-y-2"> |
| <a href="#" class="text-gray-400 hover:text-white block">RO Water Purifiers</a> |
| <a href="#" class="text-gray-400 hover:text-white block">UV Water Purifiers</a> |
| <a href="#" class="text-gray-400 hover:text-white block">Alkaline Purifiers</a> |
| <a href="#" class="text-gray-400 hover:text-white block">Accessories</a> |
| </div> |
| </div> |
| <div> |
| <h3 class="text-sm font-semibold uppercase tracking-wider">Connect</h3> |
| <div class="mt-4 flex space-x-4"> |
| <a href="#" class="text-gray-400 hover:text-white"> |
| <i data-feather="facebook" class="h-5 w-5"></i> |
| </a> |
| <a href="#" class="text-gray-400 hover:text-white"> |
| <i data-feather="twitter" class="h-5 w-5"></i> |
| </a> |
| <a href="#" class="text-gray-400 hover:text-white"> |
| <i data-feather="instagram" class="h-5 w-5"></i> |
| </a> |
| <a href="#" class="text-gray-400 hover:text-white"> |
| <i data-feather="youtube" class="h-5 w-5"></i> |
| </a> |
| </div> |
| </div> |
| </div> |
| </div> |
| <div class="mt-8 pt-8 border-t border-gray-800"> |
| <p class="text-gray-400 text-sm text-center">© 2023 Baba Electronics. All rights reserved.</p> |
| </div> |
| </div> |
| </footer> |
|
|
| <script> |
| |
| document.querySelector('.mobile-menu-button').addEventListener('click', function() { |
| document.querySelector('.mobile-menu').classList.toggle('hidden'); |
| }); |
| |
| |
| document.querySelectorAll('.mobile-menu a').forEach(link => { |
| link.addEventListener('click', () => { |
| document.querySelector('.mobile-menu').classList.add('hidden'); |
| }); |
| }); |
| |
| |
| AOS.init({ |
| duration: 800, |
| easing: 'ease-in-out', |
| once: true |
| }); |
| feather.replace(); |
| </script> |
| </body> |
| </html> |
|
|