Spaces:
Running
Running
Update index.html
Browse files- index.html +12 -15
index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>Route 1 Rewards Program</title>
|
7 |
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
9 |
<style>
|
@@ -81,7 +81,7 @@
|
|
81 |
<div class="flex items-center">
|
82 |
<div class="flex-shrink-0 flex items-center">
|
83 |
<i class="fas fa-route text-blue-500 text-2xl mr-2"></i>
|
84 |
-
<span class="text-xl font-bold text-blue-600">Route 1 Rewards
|
85 |
</div>
|
86 |
</div>
|
87 |
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
|
@@ -118,7 +118,7 @@
|
|
118 |
<div class="grid md:grid-cols-2 gap-12 items-center">
|
119 |
<div>
|
120 |
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">Make Every Mile Count</h1>
|
121 |
-
<p class="text-xl mb-8">Turn your RV adventures into exclusive rewards, discounts, and recognition with the Route 1 Rewards Program.</p>
|
122 |
<div class="flex flex-col sm:flex-row gap-4">
|
123 |
<a href="#signup" class="bg-white text-blue-600 hover:bg-gray-100 font-bold py-3 px-6 rounded-lg text-center transition duration-300">Join Now</a>
|
124 |
<a href="#how-it-works" class="border-2 border-white text-white hover:bg-white hover:text-blue-600 font-bold py-3 px-6 rounded-lg text-center transition duration-300">Learn More</a>
|
@@ -751,7 +751,7 @@
|
|
751 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
752 |
<div class="text-center mb-16">
|
753 |
<h2 class="text-3xl font-bold text-gray-900 mb-4">Frequently Asked Questions</h2>
|
754 |
-
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Get answers to common questions about the Route 1 Rewards Program</p>
|
755 |
</div>
|
756 |
|
757 |
<div class="max-w-3xl mx-auto">
|
@@ -771,7 +771,7 @@
|
|
771 |
<i class="fas fa-chevron-down text-blue-600"></i>
|
772 |
</button>
|
773 |
<div class="faq-content mt-4 hidden">
|
774 |
-
<p class="text-gray-600">No! The Route 1 Rewards Program is completely free to join. There are no enrollment fees or hidden costs. You simply earn rewards based on your verified mileage.</p>
|
775 |
</div>
|
776 |
</div>
|
777 |
<div class="bg-white p-6 rounded-xl shadow-md">
|
@@ -820,8 +820,8 @@
|
|
820 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
|
821 |
<div class="grid grid-cols-2 md:grid-cols-4 gap-12">
|
822 |
<div>
|
823 |
-
<h3 class="text-lg font-semibold mb-4">Route 1 Rewards
|
824 |
-
<p class="text-gray-400">Making every mile count for RV enthusiasts across the country.</p>
|
825 |
<div class="flex space-x-4 mt-6">
|
826 |
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
|
827 |
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
|
@@ -854,21 +854,18 @@
|
|
854 |
<ul class="space-y-2">
|
855 |
<li class="flex items-start">
|
856 |
<i class="fas fa-map-marker-alt text-gray-400 mt-1 mr-3"></i>
|
857 |
-
<span class="text-gray-400">
|
858 |
</li>
|
859 |
<li class="flex items-start">
|
860 |
-
<i class="fas fa-
|
861 |
-
<span class="text-gray-400">
|
862 |
-
</li>
|
863 |
-
<li class="flex items-start">
|
864 |
-
<i class="fas fa-envelope text-gray-400 mt-1 mr-3"></i>
|
865 |
-
<span class="text-gray-400">[email protected]</span>
|
866 |
</li>
|
|
|
867 |
</ul>
|
868 |
</div>
|
869 |
</div>
|
870 |
<div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
|
871 |
-
<p class="text-gray-400 text-sm">©
|
872 |
<div class="flex space-x-6 mt-4 md:mt-0">
|
873 |
<a href="#" class="text-gray-400 hover:text-white text-sm">Privacy Policy</a>
|
874 |
<a href="#" class="text-gray-400 hover:text-white text-sm">Terms of Service</a>
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Route 1 Rewards™ Program</title>
|
7 |
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
9 |
<style>
|
|
|
81 |
<div class="flex items-center">
|
82 |
<div class="flex-shrink-0 flex items-center">
|
83 |
<i class="fas fa-route text-blue-500 text-2xl mr-2"></i>
|
84 |
+
<span class="text-xl font-bold text-blue-600">Route 1 Rewards™</span>
|
85 |
</div>
|
86 |
</div>
|
87 |
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
|
|
|
118 |
<div class="grid md:grid-cols-2 gap-12 items-center">
|
119 |
<div>
|
120 |
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">Make Every Mile Count</h1>
|
121 |
+
<p class="text-xl mb-8">Turn your RV adventures into exclusive rewards, discounts, and recognition with the Route 1 Rewards™ Program.</p>
|
122 |
<div class="flex flex-col sm:flex-row gap-4">
|
123 |
<a href="#signup" class="bg-white text-blue-600 hover:bg-gray-100 font-bold py-3 px-6 rounded-lg text-center transition duration-300">Join Now</a>
|
124 |
<a href="#how-it-works" class="border-2 border-white text-white hover:bg-white hover:text-blue-600 font-bold py-3 px-6 rounded-lg text-center transition duration-300">Learn More</a>
|
|
|
751 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
752 |
<div class="text-center mb-16">
|
753 |
<h2 class="text-3xl font-bold text-gray-900 mb-4">Frequently Asked Questions</h2>
|
754 |
+
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Get answers to common questions about the Route 1 Rewards™ Program</p>
|
755 |
</div>
|
756 |
|
757 |
<div class="max-w-3xl mx-auto">
|
|
|
771 |
<i class="fas fa-chevron-down text-blue-600"></i>
|
772 |
</button>
|
773 |
<div class="faq-content mt-4 hidden">
|
774 |
+
<p class="text-gray-600">No! The Route 1 Rewards™ Program is completely free to join. There are no enrollment fees or hidden costs. You simply earn rewards based on your verified mileage.</p>
|
775 |
</div>
|
776 |
</div>
|
777 |
<div class="bg-white p-6 rounded-xl shadow-md">
|
|
|
820 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
|
821 |
<div class="grid grid-cols-2 md:grid-cols-4 gap-12">
|
822 |
<div>
|
823 |
+
<h3 class="text-lg font-semibold mb-4">Route 1 Rewards™</h3>
|
824 |
+
<p class="text-gray-400">Making every mile count for driving and RV enthusiasts across the country.</p>
|
825 |
<div class="flex space-x-4 mt-6">
|
826 |
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
|
827 |
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
|
|
|
854 |
<ul class="space-y-2">
|
855 |
<li class="flex items-start">
|
856 |
<i class="fas fa-map-marker-alt text-gray-400 mt-1 mr-3"></i>
|
857 |
+
<span class="text-gray-400">2029 Century Park E, Century City, USA</span>
|
858 |
</li>
|
859 |
<li class="flex items-start">
|
860 |
+
<i class="fas fa-calendar-alt text-gray-400 mt-1 mr-3"></i>
|
861 |
+
<span class="text-gray-400">By Appointment Only</span>
|
|
|
|
|
|
|
|
|
862 |
</li>
|
863 |
+
|
864 |
</ul>
|
865 |
</div>
|
866 |
</div>
|
867 |
<div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
|
868 |
+
<p class="text-gray-400 text-sm">© 2025 Route 1 Rewards™ Program. All rights reserved.</p>
|
869 |
<div class="flex space-x-6 mt-4 md:mt-0">
|
870 |
<a href="#" class="text-gray-400 hover:text-white text-sm">Privacy Policy</a>
|
871 |
<a href="#" class="text-gray-400 hover:text-white text-sm">Terms of Service</a>
|