Spaces:
Running
Running
File size: 16,202 Bytes
b1704a3 971cb9f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GOFAST - Fastest Delivery Services</title>
<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>
<style>
.hero-gradient {
background: linear-gradient(135deg, #FF6B00 0%, #FFA800 100%);
}
.btn-orange {
background: linear-gradient(135deg, #FF6B00 0%, #FFA800 100%);
transition: all 0.3s ease;
}
.btn-orange:hover {
transform: translateY(-2px);
box-shadow: 0 10px 20px rgba(255, 107, 0, 0.3);
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.nav-link:hover {
color: #FF6B00;
}
</style>
</head>
<body class="font-sans antialiased">
<!-- Navigation -->
<nav class="bg-white shadow-sm 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">
<a href="#" class="flex-shrink-0 flex items-center">
<img class="h-8 w-auto" src="https://static.photos/food/200x200/1" alt="Yofast Logo">
<span class="ml-2 text-xl font-bold text-gray-900">GOFAST</span>
</a>
<div class="hidden sm:ml-6 sm:flex sm:space-x-8">
<a href="#" class="nav-link border-orange-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Food</a>
<a href="#" class="nav-link border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Groceries</a>
<a href="#" class="nav-link border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Pharmacy</a>
<a href="#" class="nav-link border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Alcohol</a>
</div>
</div>
<div class="hidden sm:ml-6 sm:flex sm:items-center">
<button class="bg-white p-1 rounded-full text-gray-400 hover:text-gray-500 focus:outline-none">
<i data-feather="globe"></i>
</button>
<button class="ml-4 bg-white p-1 rounded-full text-gray-400 hover:text-gray-500 focus:outline-none">
<i data-feather="user"></i>
</button>
<button class="ml-4 btn-orange px-4 py-2 rounded-full text-white font-medium">
Download
</button>
</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">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-gradient text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20">
<div class="grid md:grid-cols-2 gap-8 items-center">
<div data-aos="fade-right">
<h1 class="text-4xl md:text-5xl font-bold mb-6">Lightning Fast Deliveries with GOFAST</h1>
<p class="text-xl mb-8">Get food, groceries and essentials delivered in minutes. The fastest delivery service in town.</p>
<div class="flex flex-col sm:flex-row gap-4">
<button class="btn-orange px-6 py-3 rounded-full text-white font-medium flex items-center justify-center">
<i data-feather="download" class="mr-2"></i> Download App
</button>
<button class="bg-white px-6 py-3 rounded-full text-orange-600 font-medium flex items-center justify-center">
<i data-feather="user" class="mr-2"></i> Sign Up to Ride
</button>
</div>
</div>
<div data-aos="fade-left" class="relative">
<img src="https://static.photos/technology/640x360/2" alt="Yango App" class="rounded-lg shadow-2xl w-full">
<div class="absolute -bottom-4 -right-4 bg-white p-4 rounded-lg shadow-lg">
<div class="flex items-center">
<div class="bg-orange-100 p-2 rounded-full">
<i data-feather="star" class="text-orange-500"></i>
</div>
<div class="ml-3">
<p class="text-sm font-medium text-gray-900">4.9/5</p>
<p class="text-xs text-gray-500">App Store Rating</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16" data-aos="fade-up">
<h2 class="text-3xl font-bold text-gray-900 mb-4">Why Choose Yango?</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">We're making transportation and delivery more convenient, affordable, and safe for everyone</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition-all duration-300" data-aos="fade-up" data-aos-delay="100">
<div class="bg-orange-100 w-12 h-12 rounded-full flex items-center justify-center mb-6">
<i data-feather="clock" class="text-orange-500"></i>
</div>
<h3 class="text-xl font-bold mb-3">Fast Arrival</h3>
<p class="text-gray-600">Get picked up in minutes with our extensive network of drivers available 24/7.</p>
</div>
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition-all duration-300" data-aos="fade-up" data-aos-delay="200">
<div class="bg-orange-100 w-12 h-12 rounded-full flex items-center justify-center mb-6">
<i data-feather="shield" class="text-orange-500"></i>
</div>
<h3 class="text-xl font-bold mb-3">Safe Rides</h3>
<p class="text-gray-600">Your safety is our priority with verified drivers and in-app emergency features.</p>
</div>
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition-all duration-300" data-aos="fade-up" data-aos-delay="300">
<div class="bg-orange-100 w-12 h-12 rounded-full flex items-center justify-center mb-6">
<i data-feather="dollar-sign" class="text-orange-500"></i>
</div>
<h3 class="text-xl font-bold mb-3">Affordable Prices</h3>
<p class="text-gray-600">Upfront pricing with no surprise charges. The best value for your money.</p>
</div>
</div>
</div>
</section>
<!-- App Screenshots -->
<section class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-2 gap-12 items-center">
<div data-aos="fade-right">
<h2 class="text-3xl font-bold text-gray-900 mb-6">Everything delivered in minutes</h2>
<ul class="space-y-4">
<li class="flex items-start">
<div class="bg-orange-100 p-2 rounded-full mr-4">
<i data-feather="check" class="text-orange-500"></i>
</div>
<p class="text-gray-700">Track your ride in real-time on the map</p>
</li>
<li class="flex items-start">
<div class="bg-orange-100 p-2 rounded-full mr-4">
<i data-feather="check" class="text-orange-500"></i>
</div>
<p class="text-gray-700">Multiple payment options including cashless</p>
</li>
<li class="flex items-start">
<div class="bg-orange-100 p-2 rounded-full mr-4">
<i data-feather="check" class="text-orange-500"></i>
</div>
<p class="text-gray-700">Schedule rides in advance for peace of mind</p>
</li>
<li class="flex items-start">
<div class="bg-orange-100 p-2 rounded-full mr-4">
<i data-feather="check" class="text-orange-500"></i>
</div>
<p class="text-gray-700">Share ride details with friends and family</p>
</li>
</ul>
</div>
<div data-aos="fade-left" class="relative">
<img src="https://static.photos/technology/640x360/3" alt="Yango App Screens" class="rounded-lg shadow-xl w-full">
<div class="absolute -bottom-6 -left-6 bg-white p-4 rounded-lg shadow-lg border border-gray-100">
<div class="flex items-center">
<div class="bg-orange-100 p-2 rounded-full">
<i data-feather="download" class="text-orange-500"></i>
</div>
<div class="ml-3">
<p class="text-sm font-medium text-gray-900">10M+ Downloads</p>
<p class="text-xs text-gray-500">Worldwide</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 bg-gray-900 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl font-bold mb-6" data-aos="fade-up">Ready to ride with Yango?</h2>
<p class="text-xl mb-8 max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="100">Download the app today and get your first ride with a special discount!</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center" data-aos="fade-up" data-aos-delay="200">
<button class="btn-orange px-8 py-4 rounded-full text-white font-medium flex items-center justify-center">
<i data-feather="apple" class="mr-2"></i> App Store
</button>
<button class="bg-gray-700 px-8 py-4 rounded-full text-white font-medium flex items-center justify-center">
<i data-feather="play" class="mr-2"></i> Google Play
</button>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-100 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-900 tracking-wider uppercase mb-4">Company</h3>
<ul class="space-y-3">
<li><a href="#" class="text-gray-600 hover:text-orange-500">About Us</a></li>
<li><a href="#" class="text-gray-600 hover:text-orange-500">Careers</a></li>
<li><a href="#" class="text-gray-600 hover:text-orange-500">Blog</a></li>
<li><a href="#" class="text-gray-600 hover:text-orange-500">Press</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-900 tracking-wider uppercase mb-4">Products</h3>
<ul class="space-y-3">
<li><a href="#" class="text-gray-600 hover:text-orange-500">Ride</a></li>
<li><a href="#" class="text-gray-600 hover:text-orange-500">Delivery</a></li>
<li><a href="#" class="text-gray-600 hover:text-orange-500">Business</a></li>
<li><a href="#" class="text-gray-600 hover:text-orange-500">Drive</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-900 tracking-wider uppercase mb-4">Support</h3>
<ul class="space-y-3">
<li><a href="#" class="text-gray-600 hover:text-orange-500">Help Center</a></li>
<li><a href="#" class="text-gray-600 hover:text-orange-500">Safety</a></li>
<li><a href="#" class="text-gray-600 hover:text-orange-500">Community Guidelines</a></li>
<li><a href="#" class="text-gray-600 hover:text-orange-500">Contact Us</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-900 tracking-wider uppercase mb-4">Legal</h3>
<ul class="space-y-3">
<li><a href="#" class="text-gray-600 hover:text-orange-500">Terms of Service</a></li>
<li><a href="#" class="text-gray-600 hover:text-orange-500">Privacy Policy</a></li>
<li><a href="#" class="text-gray-600 hover:text-orange-500">Cookie Policy</a></li>
</ul>
</div>
</div>
<div class="mt-12 pt-8 border-t border-gray-200 flex flex-col md:flex-row justify-between items-center">
<div class="flex items-center">
<img class="h-8 w-auto" src="https://static.photos/food/200x200/1" alt="GOFAST Logo">
<span class="ml-2 text-xl font-bold text-gray-900">GOFAST</span>
</div>
<div class="mt-4 md:mt-0 flex space-x-6">
<a href="#" class="text-gray-400 hover:text-orange-500">
<i data-feather="facebook"></i>
</a>
<a href="#" class="text-gray-400 hover:text-orange-500">
<i data-feather="twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-orange-500">
<i data-feather="instagram"></i>
</a>
<a href="#" class="text-gray-400 hover:text-orange-500">
<i data-feather="linkedin"></i>
</a>
</div>
</div>
<div class="mt-8 text-center text-sm text-gray-500">
<p>© 2023 GOFAST. All rights reserved.</p>
</div>
</div>
</footer>
<script>
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
</script>
<script>feather.replace();</script>
</body>
</html>
|