hannan2859r commited on
Commit
83041f5
·
verified ·
1 Parent(s): 51448ca

make user friendly interface

Browse files
Files changed (1) hide show
  1. index.html +191 -121
index.html CHANGED
@@ -51,76 +51,101 @@
51
  </div>
52
  </div>
53
  </nav>
54
-
55
  <!-- Hero Section -->
56
  <div class="hero-gradient text-white">
57
  <div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8 text-center">
58
  <h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl lg:text-6xl">
59
- Book Your Perfect Playtime
60
  </h1>
61
  <p class="mt-6 max-w-lg mx-auto text-xl">
62
- Premium football turf with state-of-the-art facilities. Book your slot in seconds!
63
  </p>
64
- <div class="mt-10">
65
- <a href="#book" class="bg-white text-green-600 px-8 py-3 rounded-md text-lg font-bold hover:bg-gray-100">
66
- Book Now <i data-feather="arrow-right" class="ml-2 inline"></i>
 
 
 
67
  </a>
68
  </div>
 
 
 
 
 
 
69
  </div>
70
  </div>
71
-
72
  <!-- Features Section -->
73
  <div id="features" class="py-16 bg-white">
74
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
75
  <div class="text-center">
76
  <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
77
- Why Choose UrbanTurf?
78
  </h2>
79
  <p class="mt-4 max-w-2xl mx-auto text-gray-500">
80
- We provide the best football experience in town
81
  </p>
82
  </div>
83
  <div class="mt-16 grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3">
84
  <div class="pt-6">
85
- <div class="flow-root bg-gray-50 rounded-lg px-6 pb-8">
86
  <div class="-mt-6">
87
- <div class="flex items-center justify-center h-12 w-12 rounded-md bg-green-500 text-white mx-auto">
88
  <i data-feather="clock"></i>
89
  </div>
90
- <h3 class="mt-8 text-lg font-medium text-gray-900 text-center">24/7 Availability</h3>
91
  <p class="mt-5 text-base text-gray-500">
92
- Book anytime with our easy online system. Lights available for night games.
93
  </p>
 
 
 
 
 
 
94
  </div>
95
  </div>
96
  </div>
97
  <div class="pt-6">
98
- <div class="flow-root bg-gray-50 rounded-lg px-6 pb-8">
99
  <div class="-mt-6">
100
- <div class="flex items-center justify-center h-12 w-12 rounded-md bg-green-500 text-white mx-auto">
101
- <i data-feather="dollar-sign"></i>
102
  </div>
103
- <h3 class="mt-8 text-lg font-medium text-gray-900 text-center">Affordable Rates</h3>
104
  <p class="mt-5 text-base text-gray-500">
105
- Competitive pricing with discounts for regular players and group bookings.
106
  </p>
 
 
 
 
 
 
107
  </div>
108
  </div>
109
  </div>
110
  <div class="pt-6">
111
- <div class="flow-root bg-gray-50 rounded-lg px-6 pb-8">
112
  <div class="-mt-6">
113
- <div class="flex items-center justify-center h-12 w-12 rounded-md bg-green-500 text-white mx-auto">
114
- <i data-feather="shield"></i>
115
  </div>
116
- <h3 class="mt-8 text-lg font-medium text-gray-900 text-center">Secure Payments</h3>
117
  <p class="mt-5 text-base text-gray-500">
118
- Safe online transactions with instant confirmation via email & SMS.
119
  </p>
 
 
 
 
 
 
120
  </div>
121
  </div>
122
  </div>
123
- </div>
124
  </div>
125
  </div>
126
 
@@ -251,77 +276,103 @@
251
  </div>
252
  </div>
253
  </div>
254
-
255
  <!-- Booking Section -->
256
  <div id="book" class="py-16 bg-gray-50">
257
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
258
  <div class="lg:grid lg:grid-cols-2 lg:gap-8">
259
  <div>
260
  <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
261
- Book Your Slot
262
  </h2>
263
  <p class="mt-4 max-w-3xl text-lg text-gray-500">
264
- Check availability and reserve your playtime instantly. Our turf is available from 6 AM to 11 PM daily.
265
  </p>
266
- <div class="mt-8">
267
- <div class="flex items-center">
268
- <div class="flex-shrink-0 bg-green-500 rounded-full p-1">
269
- <i data-feather="check" class="h-4 w-4 text-white"></i>
 
 
 
 
270
  </div>
271
- <p class="ml-3 text-base text-gray-500">Real-time availability updates</p>
272
  </div>
273
- <div class="mt-4 flex items-center">
274
- <div class="flex-shrink-0 bg-green-500 rounded-full p-1">
275
- <i data-feather="check" class="h-4 w-4 text-white"></i>
 
 
 
 
276
  </div>
277
- <p class="ml-3 text-base text-gray-500">Instant booking confirmation</p>
278
  </div>
279
- <div class="mt-4 flex items-center">
280
- <div class="flex-shrink-0 bg-green-500 rounded-full p-1">
281
- <i data-feather="check" class="h-4 w-4 text-white"></i>
 
 
 
 
282
  </div>
283
- <p class="ml-3 text-base text-gray-500">Secure payment options</p>
284
  </div>
285
  </div>
286
  </div>
287
  <div class="mt-12 lg:mt-0">
288
- <div class="bg-white py-8 px-6 shadow rounded-lg sm:px-10">
 
 
 
 
289
  <form class="mb-0 space-y-6">
290
  <div>
291
- <label for="date" class="block text-sm font-medium text-gray-700">Date</label>
292
- <div class="mt-1">
293
- <input type="text" id="date" class="w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-green-500 focus:border-green-500" placeholder="Select date">
 
 
 
 
 
294
  </div>
295
  </div>
296
  <div>
297
- <label for="time" class="block text-sm font-medium text-gray-700">Time Slot</label>
298
- <div class="mt-1">
299
- <select id="time" class="w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-green-500 focus:border-green-500">
300
- <option>Morning (6 AM - 12 PM)</option>
301
- <option>Afternoon (12 PM - 5 PM)</option>
302
- <option>Evening (5 PM - 11 PM)</option>
303
- </select>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
304
  </div>
305
  </div>
306
  <div>
307
- <label for="hours" class="block text-sm font-medium text-gray-700">Duration (hours)</label>
308
- <div class="mt-1">
309
- <select id="hours" class="w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-green-500 focus:border-green-500">
310
- <option>1 hour</option>
311
- <option>2 hours</option>
312
- <option>3 hours</option>
313
- <option>4 hours</option>
314
- </select>
315
- </div>
316
- </div>
317
- <div>
318
- <button type="submit" class="w-full flex justify-center py-2 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-green-500 hover:bg-green-600 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-green-500">
319
- Check Availability
320
  </button>
321
  </div>
322
  </form>
323
- </div>
324
- </div>
325
  </div>
326
  </div>
327
  </div>
@@ -375,86 +426,105 @@
375
  </div>
376
  </div>
377
  </div>
378
-
379
  <!-- Footer -->
380
  <footer class="bg-gray-800">
381
  <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
382
  <div class="grid grid-cols-2 md:grid-cols-4 gap-8">
383
  <div>
384
- <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Company</h3>
385
- <ul class="mt-4 space-y-4">
386
- <li><a href="#" class="text-base text-gray-300 hover:text-white">About</a></li>
387
- <li><a href="#" class="text-base text-gray-300 hover:text-white">Careers</a></li>
388
- <li><a href="#" class="text-base text-gray-300 hover:text-white">Blog</a></li>
389
- </ul>
 
 
 
 
 
 
 
 
 
 
 
 
390
  </div>
391
  <div>
392
- <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Support</h3>
393
- <ul class="mt-4 space-y-4">
394
- <li><a href="#" class="text-base text-gray-300 hover:text-white">Help Center</a></li>
395
- <li><a href="#" class="text-base text-gray-300 hover:text-white">Safety</a></li>
396
- <li><a href="#" class="text-base text-gray-300 hover:text-white">Cancellation</a></li>
 
397
  </ul>
398
  </div>
399
  <div>
400
- <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Legal</h3>
401
- <ul class="mt-4 space-y-4">
402
- <li><a href="#" class="text-base text-gray-300 hover:text-white">Terms</a></li>
403
- <li><a href="#" class="text-base text-gray-300 hover:text-white">Privacy</a></li>
404
- <li><a href="#" class="text-base text-gray-300 hover:text-white">Cookie Policy</a></li>
405
  </ul>
406
  </div>
407
  <div>
408
- <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Connect</h3>
409
- <div class="mt-4 flex space-x-6">
410
- <a href="#" class="text-gray-400 hover:text-white">
411
- <i data-feather="facebook"></i>
412
- </a>
413
- <a href="#" class="text-gray-400 hover:text-white">
414
- <i data-feather="instagram"></i>
415
- </a>
416
- <a href="#" class="text-gray-400 hover:text-white">
417
- <i data-feather="twitter"></i>
418
- </a>
419
- <a href="#" class="text-gray-400 hover:text-white">
420
- <i data-feather="youtube"></i>
421
- </a>
422
- </div>
423
- <div class="mt-6">
424
- <p class="text-gray-300 text-sm">Subscribe to our newsletter</p>
425
- <div class="mt-2 flex">
426
- <input type="email" placeholder="Your email" class="rounded-l-md px-3 py-2 border border-gray-600 bg-gray-700 text-white focus:outline-none focus:ring-green-500 focus:border-green-500 w-full">
427
- <button class="bg-green-500 hover:bg-green-600 text-white px-4 py-2 rounded-r-md text-sm font-medium">
428
- Subscribe
429
  </button>
430
- </div>
431
  </div>
432
  </div>
433
  </div>
434
- <div class="mt-12 border-t border-gray-700 pt-8 flex justify-between items-center">
435
- <p class="text-gray-400 text-sm">
436
- &copy; 2023 UrbanTurf. All rights reserved.
437
  </p>
438
- <div class="flex space-x-6">
439
- <a href="#" class="text-gray-400 hover:text-gray-300">
440
- <span class="sr-only">English</span>
441
- <span class="text-sm">EN</span>
442
- </a>
443
- <a href="#" class="text-gray-400 hover:text-gray-300">
444
- <span class="sr-only">Hindi</span>
445
- <span class="text-sm">हिंदी</span>
446
- </a>
447
- </div>
448
  </div>
449
- </div>
450
  </footer>
451
-
452
  <script>
453
  feather.replace();
454
  flatpickr("#date", {
455
  minDate: "today",
456
- maxDate: new Date().fp_incr(30) // 30 days from now
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
457
  });
458
  </script>
 
 
 
 
 
 
459
  </body>
460
  </html>
 
51
  </div>
52
  </div>
53
  </nav>
 
54
  <!-- Hero Section -->
55
  <div class="hero-gradient text-white">
56
  <div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8 text-center">
57
  <h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl lg:text-6xl">
58
+ Play Football Like A Pro
59
  </h1>
60
  <p class="mt-6 max-w-lg mx-auto text-xl">
61
+ World-class artificial turf with premium facilities. Book in 3 simple steps!
62
  </p>
63
+ <div class="mt-10 flex flex-col sm:flex-row justify-center gap-4">
64
+ <a href="#book" class="bg-white text-green-600 px-8 py-3 rounded-md text-lg font-bold hover:bg-gray-100 transition-all hover:scale-105">
65
+ <i data-feather="calendar" class="mr-2 inline"></i> Book Now
66
+ </a>
67
+ <a href="turf-details.html" class="border-2 border-white text-white px-8 py-3 rounded-md text-lg font-bold hover:bg-white hover:text-green-600 transition-all">
68
+ <i data-feather="info" class="mr-2 inline"></i> Learn More
69
  </a>
70
  </div>
71
+ <div class="mt-12">
72
+ <div class="inline-flex items-center bg-white/20 backdrop-blur-sm px-4 py-2 rounded-full">
73
+ <i data-feather="star" class="w-5 h-5 mr-2 text-yellow-300"></i>
74
+ <span class="font-medium">Rated 4.9/5 by 500+ players</span>
75
+ </div>
76
+ </div>
77
  </div>
78
  </div>
 
79
  <!-- Features Section -->
80
  <div id="features" class="py-16 bg-white">
81
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
82
  <div class="text-center">
83
  <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
84
+ Why Players Love Us
85
  </h2>
86
  <p class="mt-4 max-w-2xl mx-auto text-gray-500">
87
+ Experience football like never before with our premium facilities
88
  </p>
89
  </div>
90
  <div class="mt-16 grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3">
91
  <div class="pt-6">
92
+ <div class="flow-root bg-white rounded-lg px-6 pb-8 shadow-md hover:shadow-lg transition-shadow">
93
  <div class="-mt-6">
94
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-green-500 text-white mx-auto shadow-lg">
95
  <i data-feather="clock"></i>
96
  </div>
97
+ <h3 class="mt-8 text-lg font-medium text-gray-900 text-center">Instant Booking</h3>
98
  <p class="mt-5 text-base text-gray-500">
99
+ Reserve your slot in seconds with our lightning-fast booking system.
100
  </p>
101
+ <div class="mt-6">
102
+ <div class="flex items-center text-green-500 text-sm">
103
+ <i data-feather="check-circle" class="mr-2"></i>
104
+ <span>Real-time availability</span>
105
+ </div>
106
+ </div>
107
  </div>
108
  </div>
109
  </div>
110
  <div class="pt-6">
111
+ <div class="flow-root bg-white rounded-lg px-6 pb-8 shadow-md hover:shadow-lg transition-shadow">
112
  <div class="-mt-6">
113
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-green-500 text-white mx-auto shadow-lg">
114
+ <i data-feather="award"></i>
115
  </div>
116
+ <h3 class="mt-8 text-lg font-medium text-gray-900 text-center">Premium Quality</h3>
117
  <p class="mt-5 text-base text-gray-500">
118
+ FIFA-certified artificial turf with professional-grade maintenance.
119
  </p>
120
+ <div class="mt-6">
121
+ <div class="flex items-center text-green-500 text-sm">
122
+ <i data-feather="check-circle" class="mr-2"></i>
123
+ <span>Perfect for all skill levels</span>
124
+ </div>
125
+ </div>
126
  </div>
127
  </div>
128
  </div>
129
  <div class="pt-6">
130
+ <div class="flow-root bg-white rounded-lg px-6 pb-8 shadow-md hover:shadow-lg transition-shadow">
131
  <div class="-mt-6">
132
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-green-500 text-white mx-auto shadow-lg">
133
+ <i data-feather="users"></i>
134
  </div>
135
+ <h3 class="mt-8 text-lg font-medium text-gray-900 text-center">Player Community</h3>
136
  <p class="mt-5 text-base text-gray-500">
137
+ Join our league and connect with fellow football enthusiasts.
138
  </p>
139
+ <div class="mt-6">
140
+ <div class="flex items-center text-green-500 text-sm">
141
+ <i data-feather="check-circle" class="mr-2"></i>
142
+ <span>5000+ active players</span>
143
+ </div>
144
+ </div>
145
  </div>
146
  </div>
147
  </div>
148
+ </div>
149
  </div>
150
  </div>
151
 
 
276
  </div>
277
  </div>
278
  </div>
 
279
  <!-- Booking Section -->
280
  <div id="book" class="py-16 bg-gray-50">
281
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
282
  <div class="lg:grid lg:grid-cols-2 lg:gap-8">
283
  <div>
284
  <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
285
+ Easy 3-Step Booking
286
  </h2>
287
  <p class="mt-4 max-w-3xl text-lg text-gray-500">
288
+ Reserve your perfect playtime in less than a minute. Our turf is available from 6 AM to 11 PM daily.
289
  </p>
290
+ <div class="mt-8 space-y-6">
291
+ <div class="flex items-start">
292
+ <div class="flex-shrink-0 bg-green-500 rounded-full p-2 text-white">
293
+ <span class="font-bold">1</span>
294
+ </div>
295
+ <div class="ml-4">
296
+ <h3 class="text-lg font-medium text-gray-900">Pick Date & Time</h3>
297
+ <p class="mt-1 text-base text-gray-500">Choose from available slots that fit your schedule</p>
298
  </div>
 
299
  </div>
300
+ <div class="flex items-start">
301
+ <div class="flex-shrink-0 bg-green-500 rounded-full p-2 text-white">
302
+ <span class="font-bold">2</span>
303
+ </div>
304
+ <div class="ml-4">
305
+ <h3 class="text-lg font-medium text-gray-900">Enter Details</h3>
306
+ <p class="mt-1 text-base text-gray-500">We only need basic info to confirm your booking</p>
307
  </div>
 
308
  </div>
309
+ <div class="flex items-start">
310
+ <div class="flex-shrink-0 bg-green-500 rounded-full p-2 text-white">
311
+ <span class="font-bold">3</span>
312
+ </div>
313
+ <div class="ml-4">
314
+ <h3 class="text-lg font-medium text-gray-900">Secure Payment</h3>
315
+ <p class="mt-1 text-base text-gray-500">Pay online or at venue - your choice!</p>
316
  </div>
 
317
  </div>
318
  </div>
319
  </div>
320
  <div class="mt-12 lg:mt-0">
321
+ <div class="bg-white py-8 px-6 shadow-lg rounded-xl sm:px-10">
322
+ <div class="text-center mb-6">
323
+ <h3 class="text-xl font-bold text-gray-900">Check Availability</h3>
324
+ <p class="text-gray-500 mt-1">Select your preferred time to see real-time availability</p>
325
+ </div>
326
  <form class="mb-0 space-y-6">
327
  <div>
328
+ <label for="date" class="block text-sm font-medium text-gray-700 mb-2 flex items-center">
329
+ <i data-feather="calendar" class="w-4 h-4 mr-2 text-green-500"></i> Date
330
+ </label>
331
+ <div class="mt-1 relative">
332
+ <input type="text" id="date" class="w-full border border-gray-300 rounded-lg shadow-sm py-3 px-4 focus:ring-2 focus:ring-green-500 focus:border-green-500" placeholder="Select your date">
333
+ <div class="absolute inset-y-0 right-0 flex items-center pr-3 pointer-events-none">
334
+ <i data-feather="chevron-down" class="h-5 w-5 text-gray-400"></i>
335
+ </div>
336
  </div>
337
  </div>
338
  <div>
339
+ <label for="time" class="block text-sm font-medium text-gray-700 mb-2 flex items-center">
340
+ <i data-feather="clock" class="w-4 h-4 mr-2 text-green-500"></i> Time Slot
341
+ </label>
342
+ <div class="grid grid-cols-3 gap-3">
343
+ <button type="button" class="time-slot-btn py-2 border border-gray-200 rounded-lg text-sm font-medium hover:bg-green-50 hover:border-green-300 transition-all">
344
+ 6-8AM
345
+ </button>
346
+ <button type="button" class="time-slot-btn py-2 border border-gray-200 rounded-lg text-sm font-medium hover:bg-green-50 hover:border-green-300 transition-all">
347
+ 8-10AM
348
+ </button>
349
+ <button type="button" class="time-slot-btn py-2 border border-gray-200 rounded-lg text-sm font-medium hover:bg-green-50 hover:border-green-300 transition-all">
350
+ 10-12PM
351
+ </button>
352
+ <button type="button" class="time-slot-btn py-2 border border-gray-200 rounded-lg text-sm font-medium hover:bg-green-50 hover:border-green-300 transition-all">
353
+ 12-2PM
354
+ </button>
355
+ <button type="button" class="time-slot-btn py-2 border border-gray-200 rounded-lg text-sm font-medium hover:bg-green-50 hover:border-green-300 transition-all">
356
+ 2-4PM
357
+ </button>
358
+ <button type="button" class="time-slot-btn py-2 border border-gray-200 rounded-lg text-sm font-medium hover:bg-green-50 hover:border-green-300 transition-all">
359
+ 4-6PM
360
+ </button>
361
+ <button type="button" class="time-slot-btn py-2 border border-gray-200 rounded-lg text-sm font-medium hover:bg-green-50 hover:border-green-300 transition-all">
362
+ 6-8PM
363
+ </button>
364
+ <button type="button" class="time-slot-btn py-2 border border-gray-200 rounded-lg text-sm font-medium hover:bg-green-50 hover:border-green-300 transition-all">
365
+ 8-10PM
366
+ </button>
367
  </div>
368
  </div>
369
  <div>
370
+ <button type="submit" class="w-full flex justify-center items-center py-3 px-4 border border-transparent rounded-lg shadow-sm text-lg font-bold text-white bg-green-500 hover:bg-green-600 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-green-500 transition-all hover:scale-[1.02]">
371
+ <i data-feather="search" class="w-5 h-5 mr-2"></i> Check Availability
 
 
 
 
 
 
 
 
 
 
 
372
  </button>
373
  </div>
374
  </form>
375
+ </div>
 
376
  </div>
377
  </div>
378
  </div>
 
426
  </div>
427
  </div>
428
  </div>
 
429
  <!-- Footer -->
430
  <footer class="bg-gray-800">
431
  <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
432
  <div class="grid grid-cols-2 md:grid-cols-4 gap-8">
433
  <div>
434
+ <div class="flex items-center">
435
+ <i data-feather="grass" class="h-6 w-6 text-green-500"></i>
436
+ <span class="ml-2 text-xl font-bold text-white">UrbanTurf</span>
437
+ </div>
438
+ <p class="mt-4 text-gray-300">
439
+ Premium football turf for players who demand the best.
440
+ </p>
441
+ <div class="mt-4 flex space-x-4">
442
+ <a href="#" class="text-gray-300 hover:text-green-400 transition-colors">
443
+ <i data-feather="facebook" class="w-5 h-5"></i>
444
+ </a>
445
+ <a href="#" class="text-gray-300 hover:text-green-400 transition-colors">
446
+ <i data-feather="instagram" class="w-5 h-5"></i>
447
+ </a>
448
+ <a href="#" class="text-gray-300 hover:text-green-400 transition-colors">
449
+ <i data-feather="twitter" class="w-5 h-5"></i>
450
+ </a>
451
+ </div>
452
  </div>
453
  <div>
454
+ <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Quick Links</h3>
455
+ <ul class="mt-4 space-y-3">
456
+ <li><a href="index.html" class="text-base text-gray-300 hover:text-green-400 transition-colors">Home</a></li>
457
+ <li><a href="turf-details.html" class="text-base text-gray-300 hover:text-green-400 transition-colors">Turf Details</a></li>
458
+ <li><a href="booking.html" class="text-base text-gray-300 hover:text-green-400 transition-colors">Book Now</a></li>
459
+ <li><a href="login.html" class="text-base text-gray-300 hover:text-green-400 transition-colors">Login</a></li>
460
  </ul>
461
  </div>
462
  <div>
463
+ <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Support</h3>
464
+ <ul class="mt-4 space-y-3">
465
+ <li><a href="#" class="text-base text-gray-300 hover:text-green-400 transition-colors">FAQ</a></li>
466
+ <li><a href="#" class="text-base text-gray-300 hover:text-green-400 transition-colors">Contact Us</a></li>
467
+ <li><a href="#" class="text-base text-gray-300 hover:text-green-400 transition-colors">Cancellation Policy</a></li>
468
  </ul>
469
  </div>
470
  <div>
471
+ <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Newsletter</h3>
472
+ <p class="mt-4 text-gray-300">
473
+ Get updates on special offers and football events
474
+ </p>
475
+ <div class="mt-4">
476
+ <form class="flex">
477
+ <input type="email" placeholder="Your email" class="flex-1 rounded-l-lg px-4 py-2 text-gray-900 focus:outline-none focus:ring-2 focus:ring-green-500">
478
+ <button class="bg-green-500 hover:bg-green-600 text-white px-4 py-2 rounded-r-lg font-medium transition-colors">
479
+ Join
 
 
 
 
 
 
 
 
 
 
 
 
480
  </button>
481
+ </form>
482
  </div>
483
  </div>
484
  </div>
485
+ <div class="mt-12 border-t border-gray-700 pt-8 text-center">
486
+ <p class="text-gray-400">
487
+ &copy; 2023 UrbanTurf. All rights reserved.
488
  </p>
 
 
 
 
 
 
 
 
 
 
489
  </div>
490
+ </div>
491
  </footer>
 
492
  <script>
493
  feather.replace();
494
  flatpickr("#date", {
495
  minDate: "today",
496
+ maxDate: new Date().fp_incr(30), // 30 days from now
497
+ dateFormat: "D, M j", // More readable format
498
+ disableMobile: true // Better mobile experience
499
+ });
500
+
501
+ // Time slot selection
502
+ document.querySelectorAll('.time-slot-btn').forEach(btn => {
503
+ btn.addEventListener('click', function() {
504
+ document.querySelectorAll('.time-slot-btn').forEach(b => {
505
+ b.classList.remove('bg-green-500', 'text-white', 'border-green-500');
506
+ b.classList.add('border-gray-200');
507
+ });
508
+ this.classList.add('bg-green-500', 'text-white', 'border-green-500');
509
+ this.classList.remove('border-gray-200');
510
+ });
511
+ });
512
+
513
+ // Smooth scrolling for anchor links
514
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
515
+ anchor.addEventListener('click', function(e) {
516
+ e.preventDefault();
517
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
518
+ behavior: 'smooth'
519
+ });
520
+ });
521
  });
522
  </script>
523
+ <!-- Floating Action Button -->
524
+ <div class="fixed bottom-6 right-6">
525
+ <a href="booking.html" class="w-14 h-14 bg-green-500 rounded-full shadow-lg flex items-center justify-center text-white hover:bg-green-600 transition-colors hover:scale-110">
526
+ <i data-feather="calendar" class="w-6 h-6"></i>
527
+ </a>
528
+ </div>
529
  </body>
530
  </html>