Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Adies Windows | Professional Window Cleaning in Dorset</title> | |
| <meta name="description" content="Professional window cleaning services across Dorset. Serving Bournemouth, Poole, Weymouth & surrounding areas. Eco-friendly solutions, fully insured."> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <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://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <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; | |
| scroll-behavior: smooth; | |
| } | |
| .hero-gradient { | |
| background: linear-gradient(135deg, #2E86C1 0%, #85C1E9 100%); | |
| } | |
| .service-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 10px 25px rgba(0,0,0,0.1); | |
| } | |
| .whatsapp-btn { | |
| background: #25D366; | |
| transition: all 0.3s ease; | |
| } | |
| .whatsapp-btn:hover { | |
| background: #128C7E; | |
| transform: translateY(-2px); | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-white text-gray-800"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-md fixed w-full z-50"> | |
| <div class="container mx-auto px-6 py-3 flex justify-between items-center"> | |
| <div class="flex items-center"> | |
| <i data-feather="sun" class="text-blue-600 mr-2"></i> | |
| <span class="text-xl font-bold text-blue-800">Adies Windows</span> | |
| </div> | |
| <div class="hidden md:flex space-x-8"> | |
| <a href="#services" class="text-gray-700 hover:text-blue-600 transition">Services</a> | |
| <a href="#why-us" class="text-gray-700 hover:text-blue-600 transition">Why Choose Us</a> | |
| <a href="#areas" class="text-gray-700 hover:text-blue-600 transition">Areas We Cover</a> | |
| <a href="#contact" class="text-gray-700 hover:text-blue-600 transition">Contact</a> | |
| </div> | |
| <div class="hidden md:block"> | |
| <a href="https://wa.me/447769908311?text=Hi%20Adies%20Windows,%20I'd%20like%20a%20quote%20for%20window%20cleaning%20in%20[area]" | |
| class="whatsapp-btn text-white px-4 py-2 rounded-full flex items-center"> | |
| <i data-feather="message-circle" class="mr-2"></i> WhatsApp Us | |
| </a> | |
| </div> | |
| <button class="md:hidden focus:outline-none" id="menu-btn"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| <!-- Mobile Menu --> | |
| <div class="md:hidden hidden bg-white w-full px-6 py-3" id="mobile-menu"> | |
| <a href="#services" class="block py-2 text-gray-700 hover:text-blue-600">Services</a> | |
| <a href="#why-us" class="block py-2 text-gray-700 hover:text-blue-600">Why Choose Us</a> | |
| <a href="#areas" class="block py-2 text-gray-700 hover:text-blue-600">Areas We Cover</a> | |
| <a href="#contact" class="block py-2 text-gray-700 hover:text-blue-600">Contact</a> | |
| <a href="tel:+441234567890" class="block py-2 text-gray-700 hover:text-blue-600">Call Now</a> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="hero-gradient pt-32 pb-20 text-white"> | |
| <div class="container mx-auto px-6 flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/2 mb-10 md:mb-0" data-aos="fade-right"> | |
| <h1 class="text-4xl md:text-5xl font-bold mb-4">Crystal Clear Windows Across Dorset</h1> | |
| <p class="text-xl mb-8">Professional window cleaning services for homes and businesses</p> | |
| <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4"> | |
| <a href="https://wa.me/447123456789?text=Hi%20Adies%20Windows,%20I'd%20like%20a%20quote%20for%20window%20cleaning%20in%20[area]" | |
| class="whatsapp-btn text-white px-6 py-3 rounded-full flex items-center justify-center"> | |
| <i data-feather="message-circle" class="mr-2"></i> Get Free Quote | |
| </a> | |
| <a href="tel:+441234567890" class="bg-white text-blue-600 px-6 py-3 rounded-full flex items-center justify-center"> | |
| <i data-feather="phone" class="mr-2"></i> Call Now | |
| </a> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2" data-aos="fade-left"> | |
| <img src="http://static.photos/nature/1024x576/42" alt="Clean windows in Dorset" class="rounded-lg shadow-xl"> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Services Section --> | |
| <section id="services" class="py-20 bg-gray-50"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-16" data-aos="fade-up"> | |
| <h2 class="text-3xl font-bold text-blue-800 mb-4">Our Services</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">We offer comprehensive window cleaning solutions tailored to your needs</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <div class="service-card bg-white p-8 rounded-lg shadow-md transition duration-300" data-aos="zoom-in"> | |
| <div class="text-blue-600 mb-4"> | |
| <i data-feather="home" class="w-10 h-10"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3">Residential Window Cleaning</h3> | |
| <p class="text-gray-600">Transform your home with sparkling clean windows that let in more light and enhance your property's appearance.</p> | |
| </div> | |
| <div class="service-card bg-white p-8 rounded-lg shadow-md transition duration-300" data-aos="zoom-in" data-aos-delay="100"> | |
| <div class="text-blue-600 mb-4"> | |
| <i data-feather="briefcase" class="w-10 h-10"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3">Commercial Window Cleaning</h3> | |
| <p class="text-gray-600">Professional cleaning services for offices, shops, and commercial properties to maintain a pristine business image.</p> | |
| </div> | |
| <div class="service-card bg-white p-8 rounded-lg shadow-md transition duration-300" data-aos="zoom-in" data-aos-delay="200"> | |
| <div class="text-blue-600 mb-4"> | |
| <i data-feather="sun" class="w-10 h-10"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3">Conservatory Cleaning</h3> | |
| <p class="text-gray-600">Specialized cleaning for conservatories, including roof and frame cleaning to restore their original beauty.</p> | |
| </div> | |
| <div class="service-card bg-white p-8 rounded-lg shadow-md transition duration-300" data-aos="zoom-in"> | |
| <div class="text-blue-600 mb-4"> | |
| <i data-feather="droplet" class="w-10 h-10"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3">Gutter Cleaning</h3> | |
| <p class="text-gray-600">Prevent water damage with our thorough gutter cleaning service that removes all debris and blockages.</p> | |
| </div> | |
| <div class="service-card bg-white p-8 rounded-lg shadow-md transition duration-300" data-aos="zoom-in" data-aos-delay="100"> | |
| <div class="text-blue-600 mb-4"> | |
| <i data-feather="calendar" class="w-10 h-10"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3">Regular Maintenance</h3> | |
| <p class="text-gray-600">Set up a regular cleaning schedule to keep your windows looking their best all year round.</p> | |
| </div> | |
| <div class="service-card bg-white p-8 rounded-lg shadow-md transition duration-300" data-aos="zoom-in" data-aos-delay="200"> | |
| <div class="text-blue-600 mb-4"> | |
| <i data-feather="star" class="w-10 h-10"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3">One-Off Deep Cleans</h3> | |
| <p class="text-gray-600">Perfect for special occasions or seasonal cleaning to give your property a fresh, renewed look.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Why Choose Us --> | |
| <section id="why-us" class="py-20 bg-white"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-16" data-aos="fade-up"> | |
| <h2 class="text-3xl font-bold text-blue-800 mb-4">Why Choose Adies Windows</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">We go above and beyond to deliver exceptional service to our Dorset community</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <div class="bg-gray-50 p-8 rounded-lg" data-aos="fade-up"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> | |
| <i data-feather="map-pin" class="text-blue-600 w-6 h-6"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold">Local Dorset Expertise</h3> | |
| </div> | |
| <p class="text-gray-600">Born and raised in Dorset, we understand the unique cleaning needs of properties in our coastal environment.</p> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-lg" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> | |
| <i data-feather="shield" class="text-blue-600 w-6 h-6"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold">Fully Insured</h3> | |
| </div> | |
| <p class="text-gray-600">Complete peace of mind with our comprehensive public liability insurance covering all our work.</p> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-lg" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> | |
| <i data-feather="leaf" class="text-blue-600 w-6 h-6"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold">Eco-Friendly Solutions</h3> | |
| </div> | |
| <p class="text-gray-600">We use environmentally friendly cleaning products that are tough on dirt but gentle on the planet.</p> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-lg" data-aos="fade-up"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> | |
| <i data-feather="dollar-sign" class="text-blue-600 w-6 h-6"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold">Competitive Pricing</h3> | |
| </div> | |
| <p class="text-gray-600">High quality service doesn't have to break the bank. We offer fair, transparent pricing with no hidden costs.</p> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-lg" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> | |
| <i data-feather="clock" class="text-blue-600 w-6 h-6"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold">Reliable & Punctual</h3> | |
| </div> | |
| <p class="text-gray-600">We value your time and always arrive when we say we will, with minimal disruption to your day.</p> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-lg" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> | |
| <i data-feather="thumbs-up" class="text-blue-600 w-6 h-6"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold">Satisfaction Guaranteed</h3> | |
| </div> | |
| <p class="text-gray-600">Not happy? We'll come back and fix it at no extra cost. Your satisfaction is our top priority.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Coverage Area --> | |
| <section id="areas" class="py-20 bg-gray-50"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-16" data-aos="fade-up"> | |
| <h2 class="text-3xl font-bold text-blue-800 mb-4">Areas We Serve in Dorset</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">Proudly providing window cleaning services across these Dorset locations</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-12"> | |
| <div data-aos="fade-right"> | |
| <img src="http://static.photos/cityscape/1024x576/10" alt="Dorset map" class="rounded-lg shadow-md w-full"> | |
| </div> | |
| <div data-aos="fade-left"> | |
| <div class="bg-white p-8 rounded-lg shadow-md"> | |
| <h3 class="text-xl font-semibold mb-6 text-blue-800">Our Coverage Area Includes:</h3> | |
| <div class="grid grid-cols-2 gap-4"> | |
| <div class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2"></i> | |
| <span>Bournemouth</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2"></i> | |
| <span>Poole</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2"></i> | |
| <span>Weymouth</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2"></i> | |
| <span>Dorchester</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2"></i> | |
| <span>Christchurch</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2"></i> | |
| <span>Ferndown</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2"></i> | |
| <span>Wimborne</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2"></i> | |
| <span>Blandford Forum</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2"></i> | |
| <span>Swanage</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2"></i> | |
| <span>Wareham</span> | |
| </div> | |
| </div> | |
| <p class="mt-6 text-gray-600">Don't see your location listed? We may still cover your area - get in touch to check!</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials --> | |
| <section class="py-20 bg-white"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-16" data-aos="fade-up"> | |
| <h2 class="text-3xl font-bold text-blue-800 mb-4">What Our Customers Say</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">Hear from satisfied customers across Dorset</p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="bg-gray-50 p-8 rounded-lg" data-aos="fade-up"> | |
| <div class="flex items-center mb-4"> | |
| <div class="text-yellow-400 mr-2"> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 mb-6">"Adies Windows transformed our home! The windows sparkle like never before. Professional, punctual and great value."</p> | |
| <div class="flex items-center"> | |
| <img src="http://static.photos/people/100x100/1" alt="Sarah J." class="w-10 h-10 rounded-full mr-3"> | |
| <div> | |
| <h4 class="font-semibold">Sarah J.</h4> | |
| <p class="text-sm text-gray-500">Bournemouth</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-lg" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="flex items-center mb-4"> | |
| <div class="text-yellow-400 mr-2"> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 mb-6">"Our office windows hadn't been properly cleaned in years. Adies did an amazing job - the difference is incredible!"</p> | |
| <div class="flex items-center"> | |
| <img src="http://static.photos/people/100x100/2" alt="Mark T." class="w-10 h-10 rounded-full mr-3"> | |
| <div> | |
| <h4 class="font-semibold">Mark T.</h4> | |
| <p class="text-sm text-gray-500">Poole</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-lg" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="flex items-center mb-4"> | |
| <div class="text-yellow-400 mr-2"> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 mb-6">"Reliable, friendly service. They've been cleaning our windows monthly for over a year now and always do a perfect job."</p> | |
| <div class="flex items-center"> | |
| <img src="http://static.photos/people/100x100/3" alt="Emma L." class="w-10 h-10 rounded-full mr-3"> | |
| <div> | |
| <h4 class="font-semibold">Emma L.</h4> | |
| <p class="text-sm text-gray-500">Weymouth</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="py-16 bg-blue-800 text-white"> | |
| <div class="container mx-auto px-6 text-center"> | |
| <h2 class="text-3xl font-bold mb-6" data-aos="fade-up">Ready for Crystal Clear Windows?</h2> | |
| <p class="text-xl mb-8 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="100">Contact us today for a free, no-obligation quote</p> | |
| <div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4"> | |
| <a href="https://wa.me/447769908311?text=Hi%20Adies%20Windows,%20I'd%20like%20a%20quote%20for%20window%20cleaning%20in%20[area]" | |
| class="whatsapp-btn text-white px-8 py-4 rounded-full flex items-center justify-center text-lg" data-aos="zoom-in"> | |
| <i data-feather="message-circle" class="mr-2"></i> WhatsApp Instant Quote | |
| </a> | |
| <a href="tel:+441234567890" class="bg-white text-blue-600 px-8 py-4 rounded-full flex items-center justify-center text-lg" data-aos="zoom-in" data-aos-delay="100"> | |
| <i data-feather="phone" class="mr-2"></i> Call 01234 567890 | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Contact Section --> | |
| <section id="contact" class="py-20 bg-gray-50"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-16" data-aos="fade-up"> | |
| <h2 class="text-3xl font-bold text-blue-800 mb-4">Get In Touch</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">We're here to answer any questions and provide free quotes</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-12"> | |
| <div data-aos="fade-right"> | |
| <div class="bg-white p-8 rounded-lg shadow-md"> | |
| <h3 class="text-xl font-semibold mb-6 text-blue-800">Contact Information</h3> | |
| <div class="space-y-4"> | |
| <div class="flex items-start"> | |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> | |
| <i data-feather="phone" class="text-blue-600 w-5 h-5"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-semibold">Phone</h4> | |
| <a href="tel:+441234567890" class="text-gray-600 hover:text-blue-600">01234 567890</a> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> | |
| <i data-feather="mail" class="text-blue-600 w-5 h-5"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-semibold">Email</h4> | |
| <a href="mailto:info@adieswindows.co.uk" class="text-gray-600 hover:text-blue-600">info@adieswindows.co.uk</a> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> | |
| <i data-feather="map-pin" class="text-blue-600 w-5 h-5"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-semibold">Service Area</h4> | |
| <p class="text-gray-600">Covering all of Dorset including Bournemouth, Poole, Weymouth and surrounding areas</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> | |
| <i data-feather="clock" class="text-blue-600 w-5 h-5"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-semibold">Hours</h4> | |
| <p class="text-gray-600">Monday - Friday: 8am - 6pm<br>Saturday: 9am - 2pm<br>Sunday: Closed</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div data-aos="fade-left"> | |
| <div class="bg-white p-8 rounded-lg shadow-md"> | |
| <h3 class="text-xl font-semibold mb-6 text-blue-800">Send Us a Message</h3> | |
| <form> | |
| <div class="mb-4"> | |
| <label for="name" class="block text-gray-700 mb-2">Your Name</label> | |
| <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"> | |
| </div> | |
| <div class="mb-4"> | |
| <label for="email" class="block text-gray-700 mb-2">Email Address</label> | |
| <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"> | |
| </div> | |
| <div class="mb-4"> | |
| <label for="phone" class="block text-gray-700 mb-2">Phone Number</label> | |
| <input type="tel" id="phone" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"> | |
| </div> | |
| <div class="mb-4"> | |
| <label for="message" class="block text-gray-700 mb-2">Your Message</label> | |
| <textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"></textarea> | |
| </div> | |
| <button type="submit" class="w-full bg-blue-600 text-white py-3 px-6 rounded-lg hover:bg-blue-700 transition duration-300"> | |
| Send Message | |
| </button> | |
| </form> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-blue-900 text-white py-12"> | |
| <div class="container mx-auto px-6"> | |
| <div class="grid md:grid-cols-4 gap-8"> | |
| <div> | |
| <div class="flex items-center mb-4"> | |
| <i data-feather="sun" class="text-white mr-2"></i> | |
| <span class="text-xl font-bold">Adies Windows</span> | |
| </div> | |
| <p class="text-blue-200">Professional window cleaning services across Dorset. Serving homes and businesses with pride since 2015.</p> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-semibold mb-4">Quick Links</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#services" class="text-blue-200 hover:text-white transition">Services</a></li> | |
| <li><a href="#why-us" class="text-blue-200 hover:text-white transition">Why Choose Us</a></li> | |
| <li><a href="#areas" class="text-blue-200 hover:text-white transition">Areas We Cover</a></li> | |
| <li><a href="#contact" class="text-blue-200 hover:text-white transition">Contact</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-semibold mb-4">Contact Us</h4> | |
| <ul class="space-y-2"> | |
| <li class="flex items-center"> | |
| <i data-feather="phone" class="w-4 h-4 mr-2"></i> | |
| <a href="tel:+441234567890" class="text-blue-200 hover:text-white transition">01234 567890</a> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="mail" class="w-4 h-4 mr-2"></i> | |
| <a href="mailto:info@adieswindows.co.uk" class="text-blue-200 hover:text-white transition">info@adieswindows.co.uk</a> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="map-pin" class="w-4 h-4 mr-2"></i> | |
| <span class="text-blue-200">Dorset, UK</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-semibold mb-4">Follow Us</h4> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="bg-blue-800 p-2 rounded-full hover:bg-blue-700 transition"> | |
| <i data-feather="facebook" class="w-5 h-5"></i> | |
| </a> | |
| <a href="#" class="bg-blue-800 p-2 rounded-full hover:bg-blue-700 transition"> | |
| <i data-feather="instagram" class="w-5 h-5"></i> | |
| </a> | |
| <a href="#" class="bg-blue-800 p-2 rounded-full hover:bg-blue-700 transition"> | |
| <i data-feather="twitter" class="w-5 h-5"></i> | |
| </a> | |
| </div> | |
| <div class="mt-6"> | |
| <a href="https://wa.me/447123456789?text=Hi%20Adies%20Windows,%20I'd%20like%20a%20quote%20for%20window%20cleaning%20in%20[area]" | |
| class="whatsapp-btn text-white px-4 py-2 rounded-full flex items-center justify-center"> | |
| <i data-feather="message-circle" class="mr-2"></i> WhatsApp Chat | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="border-t border-blue-800 mt-12 pt-8 text-center text-blue-300"> | |
| <p>© 2023 Adies Windows. All rights reserved.</p> | |
| <p class="mt-2 text-sm">Professional window cleaning services in Dorset - Bournemouth, Poole, Weymouth & surrounding areas.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Mobile menu toggle | |
| const menuBtn = document.getElementById('menu-btn'); | |
| const mobileMenu = document.getElementById('mobile-menu'); | |
| menuBtn.addEventListener('click', () => { | |
| mobileMenu.classList.toggle('hidden'); | |
| const icon = menuBtn.querySelector('svg'); | |
| if (mobileMenu.classList.contains('hidden')) { | |
| feather.replace(); | |
| } else { | |
| icon.setAttribute('data-feather', 'x'); | |
| feather.replace(); | |
| } | |
| }); | |
| // Initialize animations | |
| AOS.init({ | |
| duration: 800, | |
| easing: 'ease-in-out', | |
| once: true | |
| }); | |
| // Feather icons | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> | |