flen-crypto commited on
Commit
e92d74d
·
verified ·
1 Parent(s): 4ea169b

- Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +464 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Tl2
3
- emoji: 🦀
4
- colorFrom: red
5
- colorTo: green
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: tl2
3
+ emoji: 🐳
4
+ colorFrom: green
5
+ colorTo: pink
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,464 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Travelin-Lite LTD | VW Transporter Parts & Accessories</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>
10
+ .dropdown:hover .dropdown-menu {
11
+ display: block;
12
+ }
13
+ .product-card:hover {
14
+ transform: translateY(-5px);
15
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
16
+ }
17
+ .category-card:hover img {
18
+ transform: scale(1.05);
19
+ }
20
+ .marquee {
21
+ animation: marquee 20s linear infinite;
22
+ }
23
+ @keyframes marquee {
24
+ 0% { transform: translateX(0); }
25
+ 100% { transform: translateX(-50%); }
26
+ }
27
+ </style>
28
+ </head>
29
+ <body class="font-sans bg-gray-50">
30
+ <!-- Top Announcement Bar -->
31
+ <div class="bg-black text-white text-center py-2 px-4 text-sm">
32
+ <p>🚚 Free UK delivery on orders over £150 | ⏰ Same day dispatch before 3pm</p>
33
+ </div>
34
+
35
+ <!-- Header -->
36
+ <header class="bg-white shadow-sm sticky top-0 z-50">
37
+ <div class="container mx-auto px-4">
38
+ <!-- Top Header -->
39
+ <div class="flex items-center justify-between py-3 border-b">
40
+ <div class="flex items-center space-x-4">
41
+ <a href="#" class="text-gray-700 hover:text-blue-600">
42
+ <i class="fas fa-phone-alt"></i> 01234 567890
43
+ </a>
44
+ <a href="#" class="text-gray-700 hover:text-blue-600">
45
+ <i class="fas fa-envelope"></i> info@travelinlite.com
46
+ </a>
47
+ </div>
48
+ <div class="flex items-center space-x-4">
49
+ <a href="#" class="text-gray-700 hover:text-blue-600">Account</a>
50
+ <a href="#" class="text-gray-700 hover:text-blue-600">Wishlist</a>
51
+ <div class="relative">
52
+ <a href="#" class="text-gray-700 hover:text-blue-600 flex items-center">
53
+ <i class="fas fa-shopping-cart"></i>
54
+ <span class="ml-1">Cart (0)</span>
55
+ </a>
56
+ </div>
57
+ </div>
58
+ </div>
59
+
60
+ <!-- Main Header -->
61
+ <div class="flex items-center justify-between py-4">
62
+ <!-- Logo -->
63
+ <div class="w-1/4">
64
+ <a href="/" class="block">
65
+ <img src="https://travelinlite-transporters.co.uk/cdn/shop/t/4/assets/logo.png?v=44385051453033833961657891895"
66
+ alt="Travelin-Lite LTD" class="h-16">
67
+ </a>
68
+ </div>
69
+
70
+ <!-- Search -->
71
+ <div class="w-2/4 px-8">
72
+ <div class="relative">
73
+ <input type="text" placeholder="Search for parts..."
74
+ class="w-full px-4 py-2 border border-gray-300 rounded-full focus:outline-none focus:ring-2 focus:ring-blue-500">
75
+ <button class="absolute right-0 top-0 h-full px-4 text-gray-600 hover:text-blue-600">
76
+ <i class="fas fa-search"></i>
77
+ </button>
78
+ </div>
79
+ </div>
80
+
81
+ <!-- Paypal & Icons -->
82
+ <div class="w-1/4 flex justify-end items-center space-x-4">
83
+ <a href="#" class="hidden md:block">
84
+ <img src="https://travelinlite-transporters.co.uk/cdn/shop/t/4/assets/small-paypal.jpg?v=131092240753959694361608026327"
85
+ alt="PayPal Credit" class="h-8">
86
+ </a>
87
+ <div class="flex space-x-4">
88
+ <a href="#" class="text-gray-700 hover:text-blue-600 text-xl">
89
+ <i class="far fa-user"></i>
90
+ </a>
91
+ <a href="#" class="text-gray-700 hover:text-blue-600 text-xl">
92
+ <i class="far fa-heart"></i>
93
+ </a>
94
+ <a href="#" class="text-gray-700 hover:text-blue-600 text-xl relative">
95
+ <i class="fas fa-shopping-cart"></i>
96
+ <span class="absolute -top-2 -right-2 bg-blue-600 text-white text-xs rounded-full h-5 w-5 flex items-center justify-center">0</span>
97
+ </a>
98
+ </div>
99
+ </div>
100
+ </div>
101
+
102
+ <!-- Navigation -->
103
+ <nav class="hidden md:block border-t">
104
+ <ul class="flex justify-center space-x-8 py-3">
105
+ <li class="dropdown relative group">
106
+ <a href="#" class="text-gray-800 hover:text-blue-600 font-medium py-2 flex items-center">
107
+ T4 <i class="fas fa-chevron-down ml-1 text-xs"></i>
108
+ </a>
109
+ <div class="dropdown-menu absolute hidden group-hover:block bg-white shadow-lg rounded-md mt-1 w-48 z-50">
110
+ <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">T4 Central Locking</a>
111
+ <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">T4 Lighting</a>
112
+ <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">T4 Accessories</a>
113
+ </div>
114
+ </li>
115
+ <li class="dropdown relative group">
116
+ <a href="#" class="text-gray-800 hover:text-blue-600 font-medium py-2 flex items-center">
117
+ T5 <i class="fas fa-chevron-down ml-1 text-xs"></i>
118
+ </a>
119
+ <div class="dropdown-menu absolute hidden group-hover:block bg-white shadow-lg rounded-md mt-1 w-48 z-50">
120
+ <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">T5 Rear Styling</a>
121
+ <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">T5 Exterior Styling</a>
122
+ <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">T5 Front Lighting</a>
123
+ </div>
124
+ </li>
125
+ <!-- More navigation items would go here -->
126
+ <li><a href="#" class="text-gray-800 hover:text-blue-600 font-medium py-2">Wheels</a></li>
127
+ <li><a href="#" class="text-gray-800 hover:text-blue-600 font-medium py-2">Suspension</a></li>
128
+ <li><a href="#" class="text-gray-800 hover:text-blue-600 font-medium py-2">Clearance</a></li>
129
+ <li><a href="#" class="text-gray-800 hover:text-blue-600 font-medium py-2">Blog</a></li>
130
+ </ul>
131
+ </nav>
132
+ </div>
133
+ </header>
134
+
135
+ <!-- Mobile Menu Button -->
136
+ <div class="md:hidden bg-white py-3 px-4 flex justify-between items-center border-b">
137
+ <button id="mobile-menu-button" class="text-gray-700">
138
+ <i class="fas fa-bars text-xl"></i>
139
+ </button>
140
+ <a href="/" class="block">
141
+ <img src="https://travelinlite-transporters.co.uk/cdn/shop/t/4/assets/logo.png?v=44385051453033833961657891895"
142
+ alt="Travelin-Lite LTD" class="h-10">
143
+ </a>
144
+ <a href="#" class="text-gray-700">
145
+ <i class="fas fa-shopping-cart text-xl"></i>
146
+ </a>
147
+ </div>
148
+
149
+ <!-- Mobile Menu -->
150
+ <div id="mobile-menu" class="hidden md:hidden bg-white shadow-lg absolute w-full z-50">
151
+ <div class="px-4 py-3 border-b">
152
+ <input type="text" placeholder="Search..." class="w-full px-3 py-2 border rounded">
153
+ </div>
154
+ <nav>
155
+ <ul>
156
+ <li class="border-b">
157
+ <a href="#" class="block px-4 py-3 text-gray-800 hover:bg-gray-100">Home</a>
158
+ </li>
159
+ <li class="border-b">
160
+ <a href="#" class="block px-4 py-3 text-gray-800 hover:bg-gray-100 flex justify-between items-center">
161
+ T4 <i class="fas fa-chevron-down"></i>
162
+ </a>
163
+ <ul class="hidden bg-gray-50">
164
+ <li><a href="#" class="block px-6 py-2 text-gray-700 hover:bg-gray-100">T4 Central Locking</a></li>
165
+ <li><a href="#" class="block px-6 py-2 text-gray-700 hover:bg-gray-100">T4 Lighting</a></li>
166
+ </ul>
167
+ </li>
168
+ <!-- More mobile menu items would go here -->
169
+ </ul>
170
+ </nav>
171
+ </div>
172
+
173
+ <!-- Hero Slider -->
174
+ <div class="relative bg-gray-200 h-64 md:h-96 overflow-hidden">
175
+ <div class="absolute inset-0 bg-gradient-to-r from-black to-transparent opacity-50"></div>
176
+ <div class="relative h-full flex items-center container mx-auto px-4">
177
+ <div class="text-white max-w-lg">
178
+ <h1 class="text-3xl md:text-5xl font-bold mb-4">Premium VW Transporter Parts</h1>
179
+ <p class="text-lg mb-6">Upgrade your VW with our high-quality parts and accessories</p>
180
+ <a href="#" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-md font-medium inline-block">Shop Now</a>
181
+ </div>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Category Icons -->
186
+ <div class="bg-white py-8">
187
+ <div class="container mx-auto px-4">
188
+ <h2 class="text-2xl font-bold text-center mb-8">Shop By Category</h2>
189
+ <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-4">
190
+ <a href="#" class="category-card block text-center group">
191
+ <div class="bg-gray-100 rounded-full p-4 mb-2 overflow-hidden">
192
+ <img src="https://travelinlite-transporters.co.uk/cdn/shop/files/clearance2_150x150.jpg?v=1708084195"
193
+ alt="Clearance" class="w-full h-auto transition-transform duration-300">
194
+ </div>
195
+ <span class="font-medium text-gray-800 group-hover:text-blue-600">Clearance</span>
196
+ </a>
197
+ <a href="#" class="category-card block text-center group">
198
+ <div class="bg-gray-100 rounded-full p-4 mb-2 overflow-hidden">
199
+ <img src="https://travelinlite-transporters.co.uk/cdn/shop/files/TL_FACELIFT_151515FF_2_150x150.jpg?v=1708083691"
200
+ alt="Face Lift" class="w-full h-auto transition-transform duration-300">
201
+ </div>
202
+ <span class="font-medium text-gray-800 group-hover:text-blue-600">Face Lift</span>
203
+ </a>
204
+ <!-- More category items would go here -->
205
+ <a href="#" class="category-card block text-center group">
206
+ <div class="bg-gray-100 rounded-full p-4 mb-2 overflow-hidden">
207
+ <img src="https://travelinlite-transporters.co.uk/cdn/shop/files/koni_151515ff_150x150.jpg?v=1614328127"
208
+ alt="Koni Suspension" class="w-full h-auto transition-transform duration-300">
209
+ </div>
210
+ <span class="font-medium text-gray-800 group-hover:text-blue-600">Suspension</span>
211
+ </a>
212
+ <a href="#" class="category-card block text-center group">
213
+ <div class="bg-gray-100 rounded-full p-4 mb-2 overflow-hidden">
214
+ <img src="https://travelinlite-transporters.co.uk/cdn/shop/files/WOLFRACE_TL_150x150.jpg?v=1614328331"
215
+ alt="Wolfrace Wheels" class="w-full h-auto transition-transform duration-300">
216
+ </div>
217
+ <span class="font-medium text-gray-800 group-hover:text-blue-600">Wheels</span>
218
+ </a>
219
+ </div>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Featured Products -->
224
+ <div class="bg-gray-50 py-12">
225
+ <div class="container mx-auto px-4">
226
+ <div class="flex justify-between items-center mb-8">
227
+ <h2 class="text-2xl font-bold">Featured Products</h2>
228
+ <a href="#" class="text-blue-600 hover:underline">View All</a>
229
+ </div>
230
+
231
+ <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6">
232
+ <!-- Product 1 -->
233
+ <div class="product-card bg-white rounded-lg shadow-md overflow-hidden transition-transform duration-300">
234
+ <div class="relative">
235
+ <img src="https://travelinlite-transporters.co.uk/cdn/shop/products/image_a0869230-3cd0-4d94-a80f-b7cedccf81e8_large.jpg?v=1597407580"
236
+ alt="T5.1 Mystery Box" class="w-full h-48 object-cover">
237
+ <div class="absolute top-2 right-2 bg-red-600 text-white text-xs font-bold px-2 py-1 rounded">
238
+ SALE
239
+ </div>
240
+ </div>
241
+ <div class="p-4">
242
+ <h3 class="font-medium text-gray-800 mb-2">T5.1 10-15 mystery box ??? £50 worth of parts for £40</h3>
243
+ <div class="flex justify-between items-center">
244
+ <span class="text-lg font-bold text-gray-900">£40.00</span>
245
+ <span class="text-sm text-gray-500 line-through">£50.00</span>
246
+ </div>
247
+ <button class="mt-4 w-full bg-blue-600 hover:bg-blue-700 text-white py-2 rounded-md">
248
+ Add to Cart
249
+ </button>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Product 2 -->
254
+ <div class="product-card bg-white rounded-lg shadow-md overflow-hidden transition-transform duration-300">
255
+ <div class="relative">
256
+ <img src="https://travelinlite-transporters.co.uk/cdn/shop/products/image_48fe7bd7-1faa-4858-88d4-840b0a8c6f81_large.jpg?v=1750774219"
257
+ alt="T6 Tailgate LED lights" class="w-full h-48 object-cover">
258
+ </div>
259
+ <div class="p-4">
260
+ <h3 class="font-medium text-gray-800 mb-2">T6 Tailgate LED rear lights with dynamic indicator</h3>
261
+ <div class="flex justify-between items-center">
262
+ <span class="text-lg font-bold text-gray-900">£290.00</span>
263
+ </div>
264
+ <button class="mt-4 w-full bg-blue-600 hover:bg-blue-700 text-white py-2 rounded-md">
265
+ Add to Cart
266
+ </button>
267
+ </div>
268
+ </div>
269
+
270
+ <!-- More products would go here -->
271
+ <div class="product-card bg-white rounded-lg shadow-md overflow-hidden transition-transform duration-300">
272
+ <div class="relative">
273
+ <img src="https://travelinlite-transporters.co.uk/cdn/shop/files/FullSizeRender_5ec0a6f7-c208-4538-82f9-4cb1d6f292e3_large.jpg?v=1720533296"
274
+ alt="T6.1 DRL Headlights" class="w-full h-48 object-cover">
275
+ </div>
276
+ <div class="p-4">
277
+ <h3 class="font-medium text-gray-800 mb-2">T6.1 DRL Headlights With Full LED Bulbs (Audi Style)</h3>
278
+ <div class="flex justify-between items-center">
279
+ <span class="text-lg font-bold text-gray-900">£950.00</span>
280
+ </div>
281
+ <button class="mt-4 w-full bg-blue-600 hover:bg-blue-700 text-white py-2 rounded-md">
282
+ Add to Cart
283
+ </button>
284
+ </div>
285
+ </div>
286
+
287
+ <div class="product-card bg-white rounded-lg shadow-md overflow-hidden transition-transform duration-300">
288
+ <div class="relative">
289
+ <img src="https://travelinlite-transporters.co.uk/cdn/shop/products/image_368cfe95-0578-4d79-b0d1-d0c263e9889d_large.jpg?v=1654078080"
290
+ alt="T6.1 Splitter" class="w-full h-48 object-cover">
291
+ </div>
292
+ <div class="p-4">
293
+ <h3 class="font-medium text-gray-800 mb-2">T6.1 Splitter Gloss Black TL Design 20 Onwards</h3>
294
+ <div class="flex justify-between items-center">
295
+ <span class="text-lg font-bold text-gray-900">£155.00</span>
296
+ </div>
297
+ <button class="mt-4 w-full bg-blue-600 hover:bg-blue-700 text-white py-2 rounded-md">
298
+ Add to Cart
299
+ </button>
300
+ </div>
301
+ </div>
302
+ </div>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- Vehicle Type Selector -->
307
+ <div class="bg-white py-12">
308
+ <div class="container mx-auto px-4">
309
+ <h2 class="text-2xl font-bold text-center mb-8">Shop By Vehicle</h2>
310
+ <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-6 gap-6">
311
+ <a href="#" class="block text-center group">
312
+ <img src="https://travelinlite-transporters.co.uk/cdn/shop/t/4/assets/catbox-image-1.jpg?v=95091023929989602401707747436"
313
+ alt="T5 (03-09)" class="w-full h-32 object-cover rounded-md mb-2">
314
+ <span class="font-medium text-gray-800 group-hover:text-blue-600">T5 (03-09)</span>
315
+ </a>
316
+ <a href="#" class="block text-center group">
317
+ <img src="https://travelinlite-transporters.co.uk/cdn/shop/t/4/assets/catbox-image-2.jpg?v=154852507155710561111707901670"
318
+ alt="T5.1 (10-15)" class="w-full h-32 object-cover rounded-md mb-2">
319
+ <span class="font-medium text-gray-800 group-hover:text-blue-600">T5.1 (10-15)</span>
320
+ </a>
321
+ <!-- More vehicle types would go here -->
322
+ <a href="#" class="block text-center group">
323
+ <img src="https://travelinlite-transporters.co.uk/cdn/shop/t/4/assets/catbox-image-5.jpg?v=9591471235125164721669207055"
324
+ alt="Caddy Mk3" class="w-full h-32 object-cover rounded-md mb-2">
325
+ <span class="font-medium text-gray-800 group-hover:text-blue-600">Caddy Mk3</span>
326
+ </a>
327
+ </div>
328
+ </div>
329
+ </div>
330
+
331
+ <!-- Promo Banner -->
332
+ <div class="bg-blue-800 text-white py-8">
333
+ <div class="container mx-auto px-4 text-center">
334
+ <h2 class="text-2xl font-bold mb-4">Need Help Choosing Parts?</h2>
335
+ <p class="mb-6 max-w-2xl mx-auto">Our team of VW experts are here to help you find the perfect parts for your vehicle.</p>
336
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
337
+ <a href="#" class="bg-white text-blue-800 hover:bg-gray-100 px-6 py-3 rounded-md font-medium inline-block">Contact Us</a>
338
+ <a href="#" class="border border-white hover:bg-blue-700 px-6 py-3 rounded-md font-medium inline-block">Live Chat</a>
339
+ </div>
340
+ </div>
341
+ </div>
342
+
343
+ <!-- Features -->
344
+ <div class="bg-gray-50 py-12">
345
+ <div class="container mx-auto px-4">
346
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
347
+ <div class="text-center">
348
+ <div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
349
+ <i class="fas fa-check-circle text-blue-600 text-2xl"></i>
350
+ </div>
351
+ <h3 class="font-bold text-lg mb-2">Quality Products</h3>
352
+ <p class="text-gray-600">Premium parts from trusted manufacturers</p>
353
+ </div>
354
+ <div class="text-center">
355
+ <div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
356
+ <i class="fas fa-headset text-blue-600 text-2xl"></i>
357
+ </div>
358
+ <h3 class="font-bold text-lg mb-2">Expert Support</h3>
359
+ <p class="text-gray-600">Knowledgeable team ready to help</p>
360
+ </div>
361
+ <div class="text-center">
362
+ <div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
363
+ <i class="fas fa-lock text-blue-600 text-2xl"></i>
364
+ </div>
365
+ <h3 class="font-bold text-lg mb-2">Secure Payment</h3>
366
+ <p class="text-gray-600">100% secure checkout process</p>
367
+ </div>
368
+ <div class="text-center">
369
+ <div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
370
+ <i class="fas fa-truck text-blue-600 text-2xl"></i>
371
+ </div>
372
+ <h3 class="font-bold text-lg mb-2">Fast Delivery</h3>
373
+ <p class="text-gray-600">Same day dispatch on most orders</p>
374
+ </div>
375
+ </div>
376
+ </div>
377
+ </div>
378
+
379
+ <!-- Footer -->
380
+ <footer class="bg-gray-900 text-white pt-12 pb-6">
381
+ <div class="container mx-auto px-4">
382
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 mb-8">
383
+ <!-- Information -->
384
+ <div>
385
+ <h3 class="font-bold text-lg mb-4">Information</h3>
386
+ <ul class="space-y-2">
387
+ <li><a href="#" class="text-gray-400 hover:text-white">About Us</a></li>
388
+ <li><a href="#" class="text-gray-400 hover:text-white">Contact Us</a></li>
389
+ <li><a href="#" class="text-gray-400 hover:text-white">Returns Policy</a></li>
390
+ <li><a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a></li>
391
+ </ul>
392
+ </div>
393
+
394
+ <!-- Customer Service -->
395
+ <div>
396
+ <h3 class="font-bold text-lg mb-4">Customer Service</h3>
397
+ <ul class="space-y-2">
398
+ <li><a href="#" class="text-gray-400 hover:text-white">FAQs</a></li>
399
+ <li><a href="#" class="text-gray-400 hover:text-white">Shipping Info</a></li>
400
+ <li><a href="#" class="text-gray-400 hover:text-white">Track Order</a></li>
401
+ <li><a href="#" class="text-gray-400 hover:text-white">Size Guide</a></li>
402
+ </ul>
403
+ </div>
404
+
405
+ <!-- Categories -->
406
+ <div>
407
+ <h3 class="font-bold text-lg mb-4">Categories</h3>
408
+ <ul class="space-y-2">
409
+ <li><a href="#" class="text-gray-400 hover:text-white">T4 Transporter</a></li>
410
+ <li><a href="#" class="text-gray-400 hover:text-white">T5 Transporter</a></li>
411
+ <li><a href="#" class="text-gray-400 hover:text-white">T6 Transporter</a></li>
412
+ <li><a href="#" class="text-gray-400 hover:text-white">Wheel Packages</a></li>
413
+ </ul>
414
+ </div>
415
+
416
+ <!-- Newsletter -->
417
+ <div>
418
+ <h3 class="font-bold text-lg mb-4">Newsletter</h3>
419
+ <p class="text-gray-400 mb-4">Subscribe for updates and special offers</p>
420
+ <form class="flex">
421
+ <input type="email" placeholder="Your email" class="px-3 py-2 bg-gray-800 text-white rounded-l-md focus:outline-none w-full">
422
+ <button type="submit" class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded-r-md">
423
+ <i class="fas fa-paper-plane"></i>
424
+ </button>
425
+ </form>
426
+ <div class="flex space-x-4 mt-4">
427
+ <a href="#" class="text-gray-400 hover:text-white text-xl"><i class="fab fa-facebook-f"></i></a>
428
+ <a href="#" class="text-gray-400 hover:text-white text-xl"><i class="fab fa-instagram"></i></a>
429
+ <a href="#" class="text-gray-400 hover:text-white text-xl"><i class="fab fa-youtube"></i></a>
430
+ </div>
431
+ </div>
432
+ </div>
433
+
434
+ <!-- Payment Methods -->
435
+ <div class="flex flex-wrap justify-center gap-4 mb-6">
436
+ <img src="https://cdn.shopify.com/s/files/1/1774/9481/t/2/assets/footer_cards.png?97" alt="Payment Methods" class="h-8">
437
+ </div>
438
+
439
+ <!-- Copyright -->
440
+ <div class="border-t border-gray-800 pt-6 text-center text-gray-400">
441
+ <p>&copy; 2023 Travelin-Lite LTD. All rights reserved.</p>
442
+ </div>
443
+ </div>
444
+ </footer>
445
+
446
+ <script>
447
+ // Mobile menu toggle
448
+ document.getElementById('mobile-menu-button').addEventListener('click', function() {
449
+ const menu = document.getElementById('mobile-menu');
450
+ menu.classList.toggle('hidden');
451
+ });
452
+
453
+ // Dropdown menus for mobile
454
+ document.querySelectorAll('#mobile-menu li > a').forEach(item => {
455
+ if (item.nextElementSibling && item.nextElementSibling.tagName === 'UL') {
456
+ item.addEventListener('click', function(e) {
457
+ e.preventDefault();
458
+ this.nextElementSibling.classList.toggle('hidden');
459
+ });
460
+ }
461
+ });
462
+ </script>
463
+ <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=flen-crypto/tl2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
464
+ </html>