Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>RoadResQ - On-Demand Roadside Assistance</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <style> | |
| body { | |
| font-family: 'Inter', sans-serif; | |
| } | |
| .hero-gradient { | |
| background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%); | |
| } | |
| .btn-primary { | |
| background-color: #f59e0b; | |
| transition: all 0.3s ease; | |
| } | |
| .btn-primary:hover { | |
| background-color: #d97706; | |
| transform: translateY(-2px); | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-50"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-sm"> | |
| <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"> | |
| <i data-feather="tool" class="h-8 w-8 text-yellow-500"></i> | |
| <span class="ml-2 text-xl font-bold text-gray-900">RoadResQ</span> | |
| </div> | |
| </div> | |
| <div class="hidden sm:ml-6 sm:flex sm:items-center"> | |
| <a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-900 hover:bg-gray-100">Home</a> | |
| <a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-500 hover:text-gray-900 hover:bg-gray-100">How It Works</a> | |
| <a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-500 hover:text-gray-900 hover:bg-gray-100">Services</a> | |
| <a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-500 hover:text-gray-900 hover:bg-gray-100">About</a> | |
| </div> | |
| <div class="hidden sm:ml-6 sm:flex sm:items-center"> | |
| <a href="#" class="px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white bg-yellow-500 hover:bg-yellow-600">Sign In</a> | |
| <a href="#" class="ml-4 px-4 py-2 border border-transparent text-sm font-medium rounded-md text-blue-600 bg-white hover:bg-gray-50">Sign Up</a> | |
| </div> | |
| <div class="-mr-2 flex items-center sm:hidden"> | |
| <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500"> | |
| <i data-feather="menu" class="block h-6 w-6"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <div class="hero-gradient"> | |
| <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8 lg:flex lg:items-center lg:justify-between"> | |
| <div class="lg:w-1/2"> | |
| <h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl"> | |
| <span class="block">Help when you need it,</span> | |
| <span class="block text-yellow-300">where you need it.</span> | |
| </h2> | |
| <p class="mt-3 max-w-3xl text-lg leading-6 text-blue-100"> | |
| Get instant roadside assistance for punctures, towing, battery jumpstarts, and engine breakdowns with our network of verified mechanics. | |
| </p> | |
| <div class="mt-8 flex"> | |
| <div class="inline-flex rounded-md shadow"> | |
| <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-gray-50"> | |
| Request Help Now | |
| </a> | |
| </div> | |
| <div class="ml-3 inline-flex"> | |
| <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 bg-opacity-60 hover:bg-opacity-70"> | |
| <i data-feather="play" class="h-5 w-5 mr-2"></i> Watch Demo | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-8 lg:mt-0 lg:w-1/2"> | |
| <div class="relative"> | |
| <div class="relative rounded-lg bg-white shadow-xl overflow-hidden"> | |
| <img class="w-full h-auto" src="http://static.photos/automotive/1200x630/1" alt="Roadside assistance"> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- How It Works Section --> | |
| <div class="py-12 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center"> | |
| <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Process</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
| How RoadResQ Works | |
| </p> | |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> | |
| Get help in just three simple steps | |
| </p> | |
| </div> | |
| <div class="mt-10"> | |
| <div class="space-y-10 md:space-y-0 md:grid md:grid-cols-3 md:gap-x-8 md:gap-y-10"> | |
| <div class="relative"> | |
| <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white"> | |
| <span class="text-xl font-bold">1</span> | |
| </div> | |
| <div class="ml-16"> | |
| <h3 class="text-lg leading-6 font-medium text-gray-900">Request Assistance</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Select your issue type and share your location. Our system will find the nearest available mechanic. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="relative"> | |
| <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white"> | |
| <span class="text-xl font-bold">2</span> | |
| </div> | |
| <div class="ml-16"> | |
| <h3 class="text-lg leading-6 font-medium text-gray-900">Mechanic Dispatched</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| A verified mechanic accepts your request and is on their way. Track their arrival in real-time. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="relative"> | |
| <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white"> | |
| <span class="text-xl font-bold">3</span> | |
| </div> | |
| <div class="ml-16"> | |
| <h3 class="text-lg leading-6 font-medium text-gray-900">Get Back on Road</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| The mechanic resolves your issue. Pay securely via app or cash. Rate your experience. | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Services Section --> | |
| <div class="py-12 bg-gray-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center"> | |
| <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Services</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
| We've Got You Covered | |
| </p> | |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> | |
| Fast, reliable assistance for all common roadside issues | |
| </p> | |
| </div> | |
| <div class="mt-10"> | |
| <div class="space-y-10 md:space-y-0 md:grid md:grid-cols-2 lg:grid-cols-4 md:gap-x-8 md:gap-y-10"> | |
| <!-- Flat Tire --> | |
| <div class="relative bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition-shadow duration-300"> | |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-100 text-blue-600"> | |
| <i data-feather="alert-circle" class="h-6 w-6"></i> | |
| </div> | |
| <h3 class="mt-4 text-lg font-medium text-gray-900">Flat Tire</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Tire change or temporary repair to get you back on the road quickly. | |
| </p> | |
| <div class="mt-4"> | |
| <span class="text-sm font-semibold text-blue-600">Starting at ₹499</span> | |
| </div> | |
| </div> | |
| <!-- Battery Jumpstart --> | |
| <div class="relative bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition-shadow duration-300"> | |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-100 text-blue-600"> | |
| <i data-feather="battery" class="h-6 w-6"></i> | |
| </div> | |
| <h3 class="mt-4 text-lg font-medium text-gray-900">Battery Jumpstart</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Get your car started when the battery dies. We'll come to you. | |
| </p> | |
| <div class="mt-4"> | |
| <span class="text-sm font-semibold text-blue-600">Starting at ₹399</span> | |
| </div> | |
| </div> | |
| <!-- Towing Service --> | |
| <div class="relative bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition-shadow duration-300"> | |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-100 text-blue-600"> | |
| <i data-feather="truck" class="h-6 w-6"></i> | |
| </div> | |
| <h3 class="mt-4 text-lg font-medium text-gray-900">Towing Service</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Need a tow? We'll transport your vehicle safely to your preferred location. | |
| </p> | |
| <div class="mt-4"> | |
| <span class="text-sm font-semibold text-blue-600">Starting at ₹999</span> | |
| </div> | |
| </div> | |
| <!-- Engine Trouble --> | |
| <div class="relative bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition-shadow duration-300"> | |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-100 text-blue-600"> | |
| <i data-feather="settings" class="h-6 w-6"></i> | |
| </div> | |
| <h3 class="mt-4 text-lg font-medium text-gray-900">Engine Trouble</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Basic diagnostics and temporary fixes for engine-related issues. | |
| </p> | |
| <div class="mt-4"> | |
| <span class="text-sm font-semibold text-blue-600">Starting at ₹799</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Testimonials Section --> | |
| <div class="py-12 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center"> | |
| <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Testimonials</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
| What Our Customers Say | |
| </p> | |
| </div> | |
| <div class="mt-10"> | |
| <div class="space-y-10 md:space-y-0 md:grid md:grid-cols-3 md:gap-x-8 md:gap-y-10"> | |
| <!-- Testimonial 1 --> | |
| <div class="bg-gray-50 p-6 rounded-lg"> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0"> | |
| <img class="h-10 w-10 rounded-full" src="http://static.photos/people/200x200/1" alt=""> | |
| </div> | |
| <div class="ml-4"> | |
| <div class="text-sm font-medium text-gray-900">Rahul Sharma</div> | |
| <div class="text-sm text-gray-500">Bangalore</div> | |
| </div> | |
| </div> | |
| <div class="mt-4"> | |
| <div class="flex items-center"> | |
| <i data-feather="star" class="h-4 w-4 text-yellow-500"></i> | |
| <i data-feather="star" class="h-4 w-4 text-yellow-500"></i> | |
| <i data-feather="star" class="h-4 w-4 text-yellow-500"></i> | |
| <i data-feather="star" class="h-4 w-4 text-yellow-500"></i> | |
| <i data-feather="star" class="h-4 w-4 text-yellow-500"></i> | |
| </div> | |
| <p class="mt-2 text-sm text-gray-600"> | |
| "Got a flat tire at midnight on the highway. RoadResQ sent help within 25 minutes. Lifesaver!" | |
| </p> | |
| </div> | |
| </div> | |
| <!-- Testimonial 2 --> | |
| <div class="bg-gray-50 p-6 rounded-lg"> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0"> | |
| <img class="h-10 w-10 rounded-full" src="http://static.photos/people/200x200/2" alt=""> | |
| </div> | |
| <div class="ml-4"> | |
| <div class="text-sm font-medium text-gray-900">Priya Patel</div> | |
| <div class="text-sm text-gray-500">Mumbai</div> | |
| </div> | |
| </div> | |
| <div class="mt-4"> | |
| <div class="flex items-center"> | |
| <i data-feather="star" class="h-4 w-4 text-yellow-500"></i> | |
| <i data-feather="star" class="h-4 w-4 text-yellow-500"></i> | |
| <i data-feather="star" class="h-4 w-4 text-yellow-500"></i> | |
| <i data-feather="star" class="h-4 w-4 text-yellow-500"></i> | |
| <i data-feather="star" class="h-4 w-4 text-yellow-500"></i> | |
| </div> | |
| <p class="mt-2 text-sm text-gray-600"> | |
| "Battery died during school pickup. The mechanic arrived in 15 minutes and had us going again." | |
| </p> | |
| </div> | |
| </div> | |
| <!-- Testimonial 3 --> | |
| <div class="bg-gray-50 p-6 rounded-lg"> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0"> | |
| <img class="h-10 w-10 rounded-full" src="http://static.photos/people/200x200/3" alt=""> | |
| </div> | |
| <div class="ml-4"> | |
| <div class="text-sm font-medium text-gray-900">Arjun Mehta</div> | |
| <div class="text-sm text-gray-500">Delhi</div> | |
| </div> | |
| </div> | |
| <div class="mt-4"> | |
| <div class="flex items-center"> | |
| <i data-feather="star" class="h-4 w-4 text-yellow-500"></i> | |
| <i data-feather="star" class="h-4 w-4 text-yellow-500"></i> | |
| <i data-feather="star" class="h-4 w-4 text-yellow-500"></i> | |
| <i data-feather="star" class="h-4 w-4 text-yellow-500"></i> | |
| <i data-feather="star" class="h-4 w-4 text-yellow-400"></i> | |
| </div> | |
| <p class="mt-2 text-sm text-gray-600"> | |
| "Engine overheated on a road trip. The mechanic diagnosed the issue quickly and got us back on our way." | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- CTA Section --> | |
| <div class="bg-blue-700"> | |
| <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8 lg:flex lg:items-center lg:justify-between"> | |
| <h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl"> | |
| <span class="block">Ready to get help?</span> | |
| <span class="block text-yellow-300">Download our app now.</span> | |
| </h2> | |
| <div class="mt-8 flex lg:mt-0 lg:flex-shrink-0"> | |
| <div class="inline-flex rounded-md shadow"> | |
| <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-gray-50"> | |
| <i data-feather="apple" class="h-6 w-6 mr-2"></i> App Store | |
| </a> | |
| </div> | |
| <div class="ml-3 inline-flex rounded-md shadow"> | |
| <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700"> | |
| <i data-feather="play" class="h-6 w-6 mr-2"></i> Google Play | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Footer --> | |
| <footer class="bg-gray-800"> | |
| <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8"> | |
| <div class="xl:grid xl:grid-cols-3 xl:gap-8"> | |
| <div class="space-y-8 xl:col-span-1"> | |
| <div class="flex items-center"> | |
| <i data-feather="tool" class="h-8 w-8 text-yellow-500"></i> | |
| <span class="ml-2 text-xl font-bold text-white">RoadResQ</span> | |
| </div> | |
| <p class="text-gray-300 text-base"> | |
| On-demand roadside assistance when you need it most. | |
| </p> | |
| <div class="flex space-x-6"> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i data-feather="facebook" class="h-6 w-6"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i data-feather="twitter" class="h-6 w-6"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i data-feather="instagram" class="h-6 w-6"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i data-feather="linkedin" class="h-6 w-6"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div class="mt-12 grid grid-cols-2 gap-8 xl:mt-0 xl:col-span-2"> | |
| <div class="md:grid md:grid-cols-2 md:gap-8"> | |
| <div> | |
| <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase"> | |
| Services | |
| </h3> | |
| <ul class="mt-4 space-y-4"> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white"> | |
| Flat Tire | |
| </a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white"> | |
| Battery Jumpstart | |
| </a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white"> | |
| Towing Service | |
| </a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white"> | |
| Engine Trouble | |
| </a> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="mt-12 md:mt-0"> | |
| <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase"> | |
| Company | |
| </h3> | |
| <ul class="mt-4 space-y-4"> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white"> | |
| About | |
| </a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white"> | |
| Careers | |
| </a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white"> | |
| Partners | |
| </a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white"> | |
| Contact | |
| </a> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="md:grid md:grid-cols-2 md:gap-8"> | |
| <div> | |
| <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase"> | |
| Legal | |
| </h3> | |
| <ul class="mt-4 space-y-4"> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white"> | |
| Privacy | |
| </a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white"> | |
| Terms | |
| </a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white"> | |
| Cookie Policy | |
| </a> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="mt-12 md:mt-0"> | |
| <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase"> | |
| Support | |
| </h3> | |
| <ul class="mt-4 space-y-4"> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white"> | |
| Help Center | |
| </a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white"> | |
| Safety | |
| </a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white"> | |
| FAQs | |
| </a> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-12 border-t border-gray-700 pt-8"> | |
| <p class="text-base text-gray-400 text-center"> | |
| © 2023 RoadResQ. All rights reserved. | |
| </p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> | |