Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>AutoCare Pro | Servicios Automotrices Premium</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
| <style> | |
| /* Custom CSS for animations and effects */ | |
| .hero-bg { | |
| background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1494972308805-463bc619d34e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1473&q=80'); | |
| background-size: cover; | |
| background-position: center; | |
| } | |
| .service-card:hover { | |
| transform: translateY(-10px); | |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
| } | |
| .service-card { | |
| transition: all 0.3s ease; | |
| } | |
| .testimonial-card { | |
| transition: all 0.3s ease; | |
| } | |
| .testimonial-card:hover { | |
| transform: scale(1.03); | |
| } | |
| @keyframes fadeIn { | |
| from { opacity: 0; } | |
| to { opacity: 1; } | |
| } | |
| .animate-fade-in { | |
| animation: fadeIn 1s ease-in; | |
| } | |
| </style> | |
| </head> | |
| <body class="font-sans bg-gray-50"> | |
| <!-- Header/Navigation --> | |
| <header class="bg-white shadow-md sticky top-0 z-50"> | |
| <div class="container mx-auto px-4 py-3 flex justify-between items-center"> | |
| <div class="flex items-center"> | |
| <i class="fas fa-car text-3xl text-blue-600 mr-2"></i> | |
| <h1 class="text-2xl font-bold text-gray-800">LOS <span class="text-blue-600">PITS</span></h1> | |
| </div> | |
| <nav class="hidden md:flex space-x-8"> | |
| <a href="#home" class="text-gray-800 hover:text-blue-600 font-medium">Inicio</a> | |
| <a href="#services" class="text-gray-800 hover:text-blue-600 font-medium">Servicios</a> | |
| <a href="#about" class="text-gray-800 hover:text-blue-600 font-medium">Nosotros</a> | |
| <a href="#testimonials" class="text-gray-800 hover:text-blue-600 font-medium">Testimonios</a> | |
| <a href="#contact" class="text-gray-800 hover:text-blue-600 font-medium">Contacto</a> | |
| </nav> | |
| <div class="hidden md:block"> | |
| <a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-full font-medium transition duration-300">Reservar Ahora</a> | |
| </div> | |
| <button id="mobile-menu-button" class="md:hidden text-gray-800"> | |
| <i class="fas fa-bars text-2xl"></i> | |
| </button> | |
| </div> | |
| <!-- Mobile Menu --> | |
| <div id="mobile-menu" class="hidden md:hidden bg-white py-4 px-4 shadow-lg"> | |
| <div class="flex flex-col space-y-4"> | |
| <a href="#home" class="text-gray-800 hover:text-blue-600 font-medium">Home</a> | |
| <a href="#services" class="text-gray-800 hover:text-blue-600 font-medium">Services</a> | |
| <a href="#about" class="text-gray-800 hover:text-blue-600 font-medium">About</a> | |
| <a href="#testimonials" class="text-gray-800 hover:text-blue-600 font-medium">Testimonials</a> | |
| <a href="#contact" class="text-gray-800 hover:text-blue-600 font-medium">Contact</a> | |
| <a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-full font-medium text-center transition duration-300">Reservar Ahora</a> | |
| </div> | |
| </div> | |
| </header> | |
| <!-- Hero Section --> | |
| <section id="home" class="hero-bg text-white py-20 md:py-32 animate-fade-in"> | |
| <div class="container mx-auto px-4 text-center"> | |
| <h1 class="text-4xl md:text-6xl font-bold mb-6">Servicios <span class="text-blue-400">Automotrices</span> Premium de Confianza</h1> | |
| <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Cuidado experto para su vehículo con nuestros técnicos certificados e instalaciones de última generación.</p> | |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> | |
| <a href="#services" class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-3 rounded-full font-medium transition duration-300">Nuestros Servicios</a> | |
| <a href="#contact" class="bg-transparent hover:bg-white hover:text-gray-900 border-2 border-white text-white px-8 py-3 rounded-full font-medium transition duration-300">Contáctenos</a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Stats Section --> | |
| <section class="bg-blue-600 text-white py-12"> | |
| <div class="container mx-auto px-4"> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center"> | |
| <div> | |
| <h3 class="text-4xl font-bold mb-2">15+</h3> | |
| <p class="text-blue-100">Años de Experiencia</p> | |
| </div> | |
| <div> | |
| <h3 class="text-4xl font-bold mb-2">10K+</h3> | |
| <p class="text-blue-100">Clientes Satisfechos</p> | |
| </div> | |
| <div> | |
| <h3 class="text-4xl font-bold mb-2">50+</h3> | |
| <p class="text-blue-100">Expertos Certificados</p> | |
| </div> | |
| <div> | |
| <h3 class="text-4xl font-bold mb-2">24/7</h3> | |
| <p class="text-blue-100">Asistencia en Carretera</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Services Section --> | |
| <section id="services" class="py-20 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Nuestros <span class="text-blue-600">Servicios</span></h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">Ofrecemos una amplia gama de servicios automotrices para mantener su vehículo funcionando sin problemas y de manera segura.</p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Service Card 1 --> | |
| <div class="service-card bg-white rounded-xl shadow-lg overflow-hidden hover:shadow-xl"> | |
| <div class="h-48 bg-gray-200 flex items-center justify-center"> | |
| <i class="fas fa-oil-can text-6xl text-blue-600"></i> | |
| </div> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Cambio de Aceite</h3> | |
| <p class="text-gray-600 mb-4">Los cambios regulares de aceite prolongan la vida del motor y mejoran el rendimiento. Usamos aceites sintéticos premium.</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-blue-600 font-bold">Desde $49.99</span> | |
| <a href="#contact" class="text-blue-600 hover:text-blue-800 font-medium">Reservar Ahora →</a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Service Card 2 --> | |
| <div class="service-card bg-white rounded-xl shadow-lg overflow-hidden hover:shadow-xl"> | |
| <div class="h-48 bg-gray-200 flex items-center justify-center"> | |
| <i class="fas fa-tools text-6xl text-blue-600"></i> | |
| </div> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Servicio de Frenos</h3> | |
| <p class="text-gray-600 mb-4">Inspección y servicio completo de frenos incluyendo pastillas, rotores y cambio de líquido.</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-blue-600 font-bold">Desde $99.99</span> | |
| <a href="#contact" class="text-blue-600 hover:text-blue-800 font-medium">Reservar Ahora →</a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Service Card 3 --> | |
| <div class="service-card bg-white rounded-xl shadow-lg overflow-hidden hover:shadow-xl"> | |
| <div class="h-48 bg-gray-200 flex items-center justify-center"> | |
| <i class="fas fa-car-battery text-6xl text-blue-600"></i> | |
| </div> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Servicio de Batería</h3> | |
| <p class="text-gray-600 mb-4">Pruebas de batería, reemplazo y diagnóstico del sistema eléctrico para prevenir fallas inesperadas.</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-blue-600 font-bold">Desde $89.99</span> | |
| <a href="#contact" class="text-blue-600 hover:text-blue-800 font-medium">Reservar Ahora →</a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Service Card 4 --> | |
| <div class="service-card bg-white rounded-xl shadow-lg overflow-hidden hover:shadow-xl"> | |
| <div class="h-48 bg-gray-200 flex items-center justify-center"> | |
| <i class="fas fa-tire text-6xl text-blue-600"></i> | |
| </div> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Servicios de Llantas</h3> | |
| <p class="text-gray-600 mb-4">Rotación, balanceo, alineación y reemplazo de llantas para una tracción y seguridad óptimas.</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-blue-600 font-bold">Desde $29.99</span> | |
| <a href="#contact" class="text-blue-600 hover:text-blue-800 font-medium">Reservar Ahora →</a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Service Card 5 --> | |
| <div class="service-card bg-white rounded-xl shadow-lg overflow-hidden hover:shadow-xl"> | |
| <div class="h-48 bg-gray-200 flex items-center justify-center"> | |
| <i class="fas fa-fan text-6xl text-blue-600"></i> | |
| </div> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Servicio de Aire Acondicionado</h3> | |
| <p class="text-gray-600 mb-4">Inspección completa del sistema, recarga y reparación para mantenerte fresco en cualquier clima.</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-blue-600 font-bold">Desde $79.99</span> | |
| <a href="#contact" class="text-blue-600 hover:text-blue-800 font-medium">Reservar Ahora →</a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Service Card 6 --> | |
| <div class="service-card bg-white rounded-xl shadow-lg overflow-hidden hover:shadow-xl"> | |
| <div class="h-48 bg-gray-200 flex items-center justify-center"> | |
| <i class="fas fa-car-crash text-6xl text-blue-600"></i> | |
| </div> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Reparación de Colisiones</h3> | |
| <p class="text-gray-600 mb-4">Servicios expertos de carrocería y pintura para restaurar su vehículo a su estado previo al accidente.</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-blue-600 font-bold">Obtener Cotización</span> | |
| <a href="#contact" class="text-blue-600 hover:text-blue-800 font-medium">Reservar Ahora →</a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- About Section --> | |
| <section id="about" class="py-20 bg-gray-50"> | |
| <div class="container mx-auto px-4"> | |
| <div class="flex flex-col lg:flex-row items-center gap-12"> | |
| <div class="lg:w-1/2"> | |
| <img src="https://images.unsplash.com/photo-1600861195091-690c92f1d2cc?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" | |
| alt="AutoCare Pro Team" class="rounded-lg shadow-xl w-full h-auto"> | |
| </div> | |
| <div class="lg:w-1/2"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-6">About <span class="text-blue-600">AutoCare Pro</span></h2> | |
| <p class="text-gray-600 mb-6">Founded in 2008, AutoCare Pro has grown from a small local garage to one of the most trusted automotive service providers in the region. Our mission is to provide honest, reliable, and high-quality car care services at competitive prices.</p> | |
| <div class="space-y-4"> | |
| <div class="flex items-start"> | |
| <div class="bg-blue-100 p-2 rounded-full mr-4"> | |
| <i class="fas fa-check text-blue-600"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-gray-800 mb-1">Certified Technicians</h4> | |
| <p class="text-gray-600">Our team consists of ASE-certified technicians with years of experience across all vehicle makes and models.</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-blue-100 p-2 rounded-full mr-4"> | |
| <i class="fas fa-check text-blue-600"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-gray-800 mb-1">Quality Parts</h4> | |
| <p class="text-gray-600">We use only OEM or premium aftermarket parts that meet or exceed manufacturer specifications.</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-blue-100 p-2 rounded-full mr-4"> | |
| <i class="fas fa-check text-blue-600"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-gray-800 mb-1">Customer Satisfaction</h4> | |
| <p class="text-gray-600">Your satisfaction is our top priority. We stand behind our work with comprehensive warranties.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <a href="#contact" class="mt-8 inline-block bg-blue-600 hover:bg-blue-700 text-white px-8 py-3 rounded-full font-medium transition duration-300">Learn More</a> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials Section --> | |
| <section id="testimonials" class="py-20 bg-blue-600 text-white"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-4">What Our <span class="text-blue-200">Customers Say</span></h2> | |
| <p class="text-blue-100 max-w-2xl mx-auto">Don't just take our word for it. Here's what our valued customers have to say about their experiences with AutoCare Pro.</p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Testimonial 1 --> | |
| <div class="testimonial-card bg-white text-gray-800 rounded-lg shadow-lg p-6"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 rounded-full bg-gray-300 overflow-hidden mr-4"> | |
| <img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Sarah J." class="w-full h-full object-cover"> | |
| </div> | |
| <div> | |
| <h4 class="font-bold">Sarah Johnson</h4> | |
| <div class="flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <p class="text-gray-600">"I've been taking my cars to AutoCare Pro for years. Their honesty and expertise keep me coming back. They once saved me from an unnecessary $800 repair that another shop recommended."</p> | |
| </div> | |
| <!-- Testimonial 2 --> | |
| <div class="testimonial-card bg-white text-gray-800 rounded-lg shadow-lg p-6"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 rounded-full bg-gray-300 overflow-hidden mr-4"> | |
| <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Michael T." class="w-full h-full object-cover"> | |
| </div> | |
| <div> | |
| <h4 class="font-bold">Michael Thompson</h4> | |
| <div class="flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <p class="text-gray-600">"The team at AutoCare Pro fixed my transmission issue when three other shops couldn't diagnose it properly. Their knowledge of European cars is exceptional."</p> | |
| </div> | |
| <!-- Testimonial 3 --> | |
| <div class="testimonial-card bg-white text-gray-800 rounded-lg shadow-lg p-6"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 rounded-full bg-gray-300 overflow-hidden mr-4"> | |
| <img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Lisa M." class="w-full h-full object-cover"> | |
| </div> | |
| <div> | |
| <h4 class="font-bold">Lisa Martinez</h4> | |
| <div class="flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star-half-alt"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <p class="text-gray-600">"As someone who knows nothing about cars, I appreciate how they explain everything in simple terms. Never feel pressured into unnecessary services. Highly recommend!"</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="py-16 bg-gray-800 text-white"> | |
| <div class="container mx-auto px-4 text-center"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready for Exceptional <span class="text-blue-400">Car Care</span>?</h2> | |
| <p class="text-xl mb-8 max-w-2xl mx-auto">Schedule your service today and experience the AutoCare Pro difference.</p> | |
| <a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-3 rounded-full font-medium transition duration-300 inline-block">Book an Appointment</a> | |
| </div> | |
| </section> | |
| <!-- Contact Section --> | |
| <section id="contact" class="py-20 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Contact <span class="text-blue-600">Us</span></h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">Have questions or ready to schedule a service? Reach out to our friendly team today.</p> | |
| </div> | |
| <div class="flex flex-col lg:flex-row gap-12"> | |
| <div class="lg:w-1/2"> | |
| <form class="space-y-6"> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-6"> | |
| <div> | |
| <label for="name" class="block text-gray-700 font-medium mb-2">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> | |
| <label for="email" class="block text-gray-700 font-medium mb-2">Email</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> | |
| <div> | |
| <label for="phone" class="block text-gray-700 font-medium mb-2">Phone</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> | |
| <label for="service" class="block text-gray-700 font-medium mb-2">Service Needed</label> | |
| <select id="service" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"> | |
| <option value="">Select a service</option> | |
| <option value="oil-change">Oil Change</option> | |
| <option value="brake-service">Brake Service</option> | |
| <option value="battery-service">Battery Service</option> | |
| <option value="tire-services">Tire Services</option> | |
| <option value="ac-service">AC Service</option> | |
| <option value="collision-repair">Collision Repair</option> | |
| <option value="other">Other</option> | |
| </select> | |
| </div> | |
| <div> | |
| <label for="message" class="block text-gray-700 font-medium mb-2">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 hover:bg-blue-700 text-white px-6 py-3 rounded-lg font-medium transition duration-300">Send Message</button> | |
| </form> | |
| </div> | |
| <div class="lg:w-1/2"> | |
| <div class="bg-gray-50 p-8 rounded-xl shadow-lg h-full"> | |
| <h3 class="text-2xl font-bold text-gray-800 mb-6">Our <span class="text-blue-600">Information</span></h3> | |
| <div class="space-y-6"> | |
| <div class="flex items-start"> | |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> | |
| <i class="fas fa-map-marker-alt text-blue-600"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-gray-800 mb-1">Location</h4> | |
| <p class="text-gray-600">123 Auto Care Lane<br>Techville, TX 75001</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> | |
| <i class="fas fa-phone-alt text-blue-600"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-gray-800 mb-1">Phone</h4> | |
| <p class="text-gray-600">(555) 123-4567</p> | |
| <p class="text-gray-600">24/7 Roadside Assistance: (555) 987-6543</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> | |
| <i class="fas fa-envelope text-blue-600"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-gray-800 mb-1">Email</h4> | |
| <p class="text-gray-600">info@autocarepro.com</p> | |
| <p class="text-gray-600">support@autocarepro.com</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> | |
| <i class="fas fa-clock text-blue-600"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-gray-800 mb-1">Hours</h4> | |
| <p class="text-gray-600">Monday - Friday: 7:30 AM - 6:00 PM</p> | |
| <p class="text-gray-600">Saturday: 8:00 AM - 4:00 PM</p> | |
| <p class="text-gray-600">Sunday: Closed</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-8"> | |
| <h4 class="font-bold text-gray-800 mb-4">Follow Us</h4> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="bg-blue-600 text-white p-3 rounded-full hover:bg-blue-700 transition duration-300"> | |
| <i class="fab fa-facebook-f"></i> | |
| </a> | |
| <a href="#" class="bg-blue-400 text-white p-3 rounded-full hover:bg-blue-500 transition duration-300"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| <a href="#" class="bg-pink-600 text-white p-3 rounded-full hover:bg-pink-700 transition duration-300"> | |
| <i class="fab fa-instagram"></i> | |
| </a> | |
| <a href="#" class="bg-red-600 text-white p-3 rounded-full hover:bg-red-700 transition duration-300"> | |
| <i class="fab fa-youtube"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Map Section --> | |
| <div class="h-96 w-full"> | |
| <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.215018511566!2d-73.987844924164!3d40.74844097138988!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zNDDCsDQ0JzU0LjQiTiA3M8KwNTknMTQuMiJX!5e0!3m2!1sen!2sus!4v1623252345678!5m2!1sen!2sus" | |
| width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy"></iframe> | |
| </div> | |
| <!-- Footer --> | |
| <footer class="bg-gray-900 text-white py-12"> | |
| <div class="container mx-auto px-4"> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8"> | |
| <div> | |
| <div class="flex items-center mb-4"> | |
| <i class="fas fa-car text-3xl text-blue-600 mr-2"></i> | |
| <h3 class="text-2xl font-bold">AutoCare<span class="text-blue-400">Pro</span></h3> | |
| </div> | |
| <p class="text-gray-400 mb-4">Your trusted partner for all automotive service needs. Quality care you can rely on.</p> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-linkedin-in"></i></a> | |
| </div> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-bold mb-4">Quick Links</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#home" class="text-gray-400 hover:text-white">Home</a></li> | |
| <li><a href="#services" class="text-gray-400 hover:text-white">Services</a></li> | |
| <li><a href="#about" class="text-gray-400 hover:text-white">About Us</a></li> | |
| <li><a href="#testimonials" class="text-gray-400 hover:text-white">Testimonials</a></li> | |
| <li><a href="#contact" class="text-gray-400 hover:text-white">Contact</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-bold mb-4">Services</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Oil Change</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Brake Service</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Battery Service</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Tire Services</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">AC Service</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-bold mb-4">Newsletter</h4> | |
| <p class="text-gray-400 mb-4">Subscribe to our newsletter for the latest offers and maintenance tips.</p> | |
| <form class="flex"> | |
| <input type="email" placeholder="Your email" class="px-4 py-2 rounded-l-lg focus:outline-none text-gray-800 w-full"> | |
| <button type="submit" class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded-r-lg"> | |
| <i class="fas fa-paper-plane"></i> | |
| </button> | |
| </form> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400"> | |
| <p>© 2023 AutoCare Pro. All rights reserved. | <a href="#" class="hover:text-white">Privacy Policy</a> | <a href="#" class="hover:text-white">Terms of Service</a></p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Mobile menu toggle | |
| document.getElementById('mobile-menu-button').addEventListener('click', function() { | |
| const menu = document.getElementById('mobile-menu'); | |
| menu.classList.toggle('hidden'); | |
| }); | |
| // Smooth scrolling for anchor links | |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
| anchor.addEventListener('click', function (e) { | |
| e.preventDefault(); | |
| const targetId = this.getAttribute('href'); | |
| if (targetId === '#') return; | |
| const targetElement = document.querySelector(targetId); | |
| if (targetElement) { | |
| targetElement.scrollIntoView({ | |
| behavior: 'smooth' | |
| }); | |
| // Close mobile menu if open | |
| const mobileMenu = document.getElementById('mobile-menu'); | |
| if (!mobileMenu.classList.contains('hidden')) { | |
| mobileMenu.classList.add('hidden'); | |
| } | |
| } | |
| }); | |
| }); | |
| // Form submission | |
| const contactForm = document.querySelector('form'); | |
| if (contactForm) { | |
| contactForm.addEventListener('submit', function(e) { | |
| e.preventDefault(); | |
| // Get form values | |
| const name = document.getElementById('name').value; | |
| const email = document.getElementById('email').value; | |
| const phone = document.getElementById('phone').value; | |
| const service = document.getElementById('service').value; | |
| const message = document.getElementById('message').value; | |
| // Here you would typically send the data to a server | |
| // For this example, we'll just show an alert | |
| alert(`Thank you, ${name}! Your message has been received. We'll contact you soon about your ${service} needs.`); | |
| // Reset form | |
| contactForm.reset(); | |
| }); | |
| } | |
| // Animation on scroll | |
| function animateOnScroll() { | |
| const elements = document.querySelectorAll('.service-card, .testimonial-card'); | |
| elements.forEach(element => { | |
| const elementPosition = element.getBoundingClientRect().top; | |
| const screenPosition = window.innerHeight / 1.3; | |
| if (elementPosition < screenPosition) { | |
| element.classList.add('animate-fade-in'); | |
| } | |
| }); | |
| } | |
| // Run once on load | |
| animateOnScroll(); | |
| // Run on scroll | |
| window.addEventListener('scroll', animateOnScroll); | |
| </script> | |
| <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=richieeee732/los-pits" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |