wixdivin commited on
Commit
30dd345
·
verified ·
1 Parent(s): 87ff895

undefined - Initial Deployment

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +389 -18
  3. prompts.txt +0 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: My Web
3
- emoji: 👁
4
- colorFrom: blue
5
- colorTo: blue
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: my-web
3
+ emoji: 🐳
4
+ colorFrom: pink
5
+ colorTo: purple
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,390 @@
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>Purple Shop - Online Shopping for Electronics, Phones, Apparel & More</title>
7
+ <link rel="icon" type="image/x-icon" href="https://static.photos/purple/200x200/1">
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
10
+ <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
11
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
12
+ <script src="https://unpkg.com/feather-icons"></script>
13
+ <style>
14
+ .country-flag {
15
+ width: 24px;
16
+ height: 24px;
17
+ border-radius: 50%;
18
+ object-fit: cover;
19
+ margin-right: 8px;
20
+ }
21
+ .category-card:hover {
22
+ transform: translateY(-5px);
23
+ box-shadow: 0 10px 20px rgba(106,13,173,0.1);
24
+ }
25
+ .deal-timer {
26
+ background: linear-gradient(90deg, #6a0dad 0%, #9b59b6 100%);
27
+ }
28
+ .deal-item:hover {
29
+ box-shadow: 0 5px 15px rgba(106,13,173,0.1);
30
+ }
31
+ </style>
32
+ </head>
33
+ <body class="bg-gray-50">
34
+ <!-- Top Bar -->
35
+ <div class="bg-black text-white py-2 px-4">
36
+ <div class="container mx-auto flex justify-between items-center text-sm">
37
+ <div class="flex items-center space-x-4">
38
+ <span>Welcome to KiKUU</span>
39
+ <div class="relative group">
40
+ <button class="flex items-center">
41
+ <img src="https://global2019-static-cdn.kikuu.com/Rwanda-circle.png" class="country-flag">
42
+ Rwanda
43
+ <i data-feather="chevron-down" class="w-4 h-4 ml-1"></i>
44
+ </button>
45
+ <div class="absolute hidden group-hover:block bg-white text-gray-800 shadow-lg rounded-md z-50 w-64 p-2">
46
+ <div class="grid grid-cols-4 gap-2">
47
+ <a href="#" class="flex items-center p-1 hover:bg-gray-100 rounded">
48
+ <img src="https://global2019-static-cdn.kikuu.com/Ethiopia_1.1.png" class="country-flag"> Ethiopia
49
+ </a>
50
+ <a href="#" class="flex items-center p-1 hover:bg-gray-100 rounded">
51
+ <img src="https://global2019-static-cdn.kikuu.com/Tanzania_1.1.png" class="country-flag"> Tanzania
52
+ </a>
53
+ <a href="#" class="flex items-center p-1 hover:bg-gray-100 rounded">
54
+ <img src="https://global2019-static-cdn.kikuu.com/Uganda_1.1.png" class="country-flag"> Uganda
55
+ </a>
56
+ <a href="#" class="flex items-center p-1 hover:bg-gray-100 rounded">
57
+ <img src="https://global2019-static-cdn.kikuu.com/Ghana_1.1.png" class="country-flag"> Ghana
58
+ </a>
59
+ </div>
60
+ </div>
61
+ </div>
62
+ </div>
63
+ <div class="flex items-center space-x-6">
64
+ <div class="relative group">
65
+ <button class="flex items-center">
66
+ English
67
+ <i data-feather="chevron-down" class="w-4 h-4 ml-1"></i>
68
+ </button>
69
+ <div class="absolute hidden group-hover:block bg-white text-gray-800 shadow-lg rounded-md z-50 right-0 p-2">
70
+ <a href="#" class="block px-4 py-2 hover:bg-gray-100 rounded">Français</a>
71
+ <a href="#" class="block px-4 py-2 hover:bg-gray-100 rounded">Swahili</a>
72
+ <a href="#" class="block px-4 py-2 hover:bg-gray-100 rounded">Español</a>
73
+ </div>
74
+ </div>
75
+ <a href="#" class="hover:text-yellow-300">Save big on our app</a>
76
+ <div class="flex space-x-4">
77
+ <a href="#" class="hover:text-purple-300">Login</a>
78
+ <span>|</span>
79
+ <a href="#" class="hover:text-purple-300">Register</a>
80
+ </div>
81
+ </div>
82
+ </div>
83
+ </div>
84
+
85
+ <!-- Header -->
86
+ <header class="bg-white shadow-sm border-b border-purple-200">
87
+ <div class="container mx-auto py-4 px-4">
88
+ <div class="flex items-center justify-between">
89
+ <div class="flex items-center">
90
+ <a href="#" class="mr-8">
91
+ <img src="https://global2019-static-cdn.kikuu.com/kikuu/mall/other/static/return-policy-title-icon-new.png" alt="KiKUU Logo" class="h-10">
92
+ </a>
93
+ <nav class="hidden md:flex space-x-6">
94
+ <a href="#" class="font-medium hover:text-purple-600">Shop by Category</a>
95
+ <a href="#" class="font-medium hover:text-purple-600">About us</a>
96
+ <a href="#" class="font-medium hover:text-purple-600">Business partnership</a>
97
+ <a href="#" class="font-medium hover:text-purple-600">Contact us</a>
98
+ </nav>
99
+ </div>
100
+ <div class="flex items-center space-x-4">
101
+ <div class="relative hidden md:block w-64">
102
+ <input type="text" placeholder="Search" class="w-full border border-gray-300 rounded-full py-2 px-4 focus:outline-none focus:ring-2 focus:ring-purple-600">
103
+ <button class="absolute right-3 top-2 text-gray-500">
104
+ <i data-feather="search" class="w-5 h-5"></i>
105
+ </button>
106
+ </div>
107
+ <a href="#" class="p-2 rounded-full hover:bg-gray-100">
108
+ <i data-feather="shopping-cart" class="w-6 h-6"></i>
109
+ </a>
110
+ </div>
111
+ </div>
112
+ </div>
113
+ </header>
114
+
115
+ <!-- Mobile Search -->
116
+ <div class="md:hidden bg-white py-2 px-4">
117
+ <div class="relative">
118
+ <input type="text" placeholder="Search" class="w-full border border-gray-300 rounded-full py-2 px-4 focus:outline-none focus:ring-2 focus:ring-red-500">
119
+ <button class="absolute right-3 top-2 text-gray-500">
120
+ <i data-feather="search" class="w-5 h-5"></i>
121
+ </button>
122
+ </div>
123
+ </div>
124
+
125
+ <!-- Hero Banner -->
126
+ <div class="bg-purple-50 py-4">
127
+ <div class="container mx-auto px-4">
128
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-4">
129
+ <div class="md:col-span-1 bg-white p-4 rounded-lg shadow-sm">
130
+ <h3 class="font-bold text-lg mb-4">Categories</h3>
131
+ <div class="space-y-2">
132
+ <div class="group">
133
+ <a href="#" class="flex justify-between items-center py-2 px-2 hover:bg-gray-100 rounded">
134
+ <span>Clothing</span>
135
+ <i data-feather="chevron-right" class="w-4 h-4 text-gray-500 group-hover:text-purple-600"></i>
136
+ </a>
137
+ </div>
138
+ <div class="group">
139
+ <a href="#" class="flex justify-between items-center py-2 px-2 hover:bg-gray-100 rounded">
140
+ <span>Shoes</span>
141
+ <i data-feather="chevron-right" class="w-4 h-4 text-gray-500 group-hover:text-red-500"></i>
142
+ </a>
143
+ </div>
144
+ <div class="group">
145
+ <a href="#" class="flex justify-between items-center py-2 px-2 hover:bg-gray-100 rounded">
146
+ <span>Luggage & Bags</span>
147
+ <i data-feather="chevron-right" class="w-4 h-4 text-gray-500 group-hover:text-red-500"></i>
148
+ </a>
149
+ </div>
150
+ <div class="group">
151
+ <a href="#" class="flex justify-between items-center py-2 px-2 hover:bg-gray-100 rounded">
152
+ <span>Watch & Jewelry</span>
153
+ <i data-feather="chevron-right" class="w-4 h-4 text-gray-500 group-hover:text-red-500"></i>
154
+ </a>
155
+ </div>
156
+ <div class="group">
157
+ <a href="#" class="flex justify-between items-center py-2 px-2 hover:bg-gray-100 rounded">
158
+ <span>Kids & Toys</span>
159
+ <i data-feather="chevron-right" class="w-4 h-4 text-gray-500 group-hover:text-red-500"></i>
160
+ </a>
161
+ </div>
162
+ </div>
163
+ </div>
164
+ <div class="md:col-span-2">
165
+ <div class="bg-white rounded-lg overflow-hidden">
166
+ <img src="https://global2019-static-cdn.kikuu.com/pangu/image/upload/manage/1571881457129/o_1dntmv5f21lerp6a1tom3l589hb.jpg" alt="KiKUU Banner" class="w-full h-auto">
167
+ </div>
168
+ </div>
169
+ </div>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- Flash Sale -->
174
+ <div class="bg-white py-8">
175
+ <div class="container mx-auto px-4">
176
+ <div class="flex justify-between items-center mb-6">
177
+ <h2 class="text-2xl font-bold">Flash Sale</h2>
178
+ <div class="flex items-center">
179
+ <span class="mr-2">Ends in:</span>
180
+ <div class="deal-timer text-white px-3 py-1 rounded-full flex items-center">
181
+ <span class="font-bold">14:19:49</span>
182
+ </div>
183
+ <a href="#" class="ml-4 text-red-500 hover:underline">View All</a>
184
+ </div>
185
+ </div>
186
+ <div class="grid grid-cols-2 md:grid-cols-5 gap-4">
187
+ <!-- Deal Item 1 -->
188
+ <a href="#" class="deal-item bg-white p-4 rounded-lg border border-gray-100 transition-all duration-300">
189
+ <img src="https://global2019-static-cdn.kikuu.com/k-s-oss-1688457483821yynhCMTJ4z.jpg" alt="Product" class="w-full h-40 object-contain mb-2">
190
+ <h3 class="text-sm font-medium mb-1 line-clamp-2">16/12/10/8/6/4/2 LED Solar Wall Lamp Outdoor Waterproof Up and Down Luminous Lighting for Garden Fence Decoration Sunlight Light</h3>
191
+ <div class="flex items-center mt-2">
192
+ <span class="text-purple-600 font-bold">6,766 RWF</span>
193
+ </div>
194
+ </a>
195
+ <!-- Deal Item 2 -->
196
+ <a href="#" class="deal-item bg-white p-4 rounded-lg border border-gray-100 transition-all duration-300">
197
+ <img src="https://global2019-static-cdn.kikuu.com/k-s-oss-1684874241516FGWnPQYYiw.jpg" alt="Product" class="w-full h-40 object-contain mb-2">
198
+ <h3 class="text-sm font-medium mb-1 line-clamp-2">Original Unlocked Huawei P10 Mobile Phone 4G LTE 5.1" 64/128G Rom 20MP Android Dual Sim Fingerprint Smart Used Moible Phone</h3>
199
+ <div class="flex items-center mt-2">
200
+ <span class="text-purple-600 font-bold">57,091 RWF</span>
201
+ </div>
202
+ </a>
203
+ <!-- Deal Item 3 -->
204
+ <a href="#" class="deal-item bg-white p-4 rounded-lg border border-gray-100 transition-all duration-300">
205
+ <img src="https://global2019-static-cdn.kikuu.com/k-s-oss-1754480166757fYd7BjhzwF.jpg" alt="Product" class="w-full h-40 object-contain mb-2">
206
+ <h3 class="text-sm font-medium mb-1 line-clamp-2">100% Original High-speed 16TB 8TB SSD 4TB 2TB Portable External Solid State Hard Drive USB3.1 Interface Mobile Hard Drive</h3>
207
+ <div class="flex items-center mt-2">
208
+ <span class="text-purple-600 font-bold">4,318 RWF</span>
209
+ </div>
210
+ </a>
211
+ <!-- Deal Item 4 -->
212
+ <a href="#" class="deal-item bg-white p-4 rounded-lg border border-gray-100 transition-all duration-300">
213
+ <img src="https://global2019-static-cdn.kikuu.com/upload-productImg-1629622497619.jpeg" alt="Product" class="w-full h-40 object-contain mb-2">
214
+ <h3 class="text-sm font-medium mb-1 line-clamp-2">HD 1080P 360° Rotate Auto Tracking Panoramic Camera Light Bulb Wireless Wifi PTZ IP Camera Remote Viewing Security Surveillance</h3>
215
+ <div class="flex items-center mt-2">
216
+ <span class="text-purple-600 font-bold">21,361 RWF</span>
217
+ </div>
218
+ </a>
219
+ <!-- Deal Item 5 -->
220
+ <a href="#" class="deal-item bg-white p-4 rounded-lg border border-gray-100 transition-all duration-300">
221
+ <img src="https://global2019-static-cdn.kikuu.com/k-s-oss-1695346578113JcZRsPHNZS.jpg" alt="Product" class="w-full h-40 object-contain mb-2">
222
+ <h3 class="text-sm font-medium mb-1 line-clamp-2">50ml Teeth Whitening Mousse Deep Cleaning Cigarette Stains Repair Bright Neutralizes Yellow Tones Dental Plaque Fresh Breath</h3>
223
+ <div class="flex items-center mt-2">
224
+ <span class="text-purple-600 font-bold">6,724 RWF</span>
225
+ </div>
226
+ </a>
227
+ </div>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Categories -->
232
+ <div class="bg-purple-50 py-8">
233
+ <div class="container mx-auto px-4">
234
+ <h2 class="text-2xl font-bold mb-6">Shop by Category</h2>
235
+ <div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-4">
236
+ <!-- Category 1 -->
237
+ <a href="#" class="category-card bg-white p-4 rounded-lg shadow-sm text-center transition-all duration-300">
238
+ <div class="w-16 h-16 mx-auto mb-2">
239
+ <img src="https://global2019-static-cdn.kikuu.com/k-s-oss-1754132123389tks24wSnrj.jpg" class="w-full h-full object-contain">
240
+ </div>
241
+ <span class="text-sm font-medium">Mobile Phones</span>
242
+ </a>
243
+ <!-- Category 2 -->
244
+ <a href="#" class="category-card bg-white p-4 rounded-lg shadow-sm text-center transition-all duration-300">
245
+ <div class="w-16 h-16 mx-auto mb-2">
246
+ <img src="https://global2019-static-cdn.kikuu.com/k-s-oss-1753758125165beiiW36i4R.jpg" class="w-full h-full object-contain">
247
+ </div>
248
+ <span class="text-sm font-medium">Women's Clothing</span>
249
+ </a>
250
+ <!-- Category 3 -->
251
+ <a href="#" class="category-card bg-white p-4 rounded-lg shadow-sm text-center transition-all duration-300">
252
+ <div class="w-16 h-16 mx-auto mb-2">
253
+ <img src="https://global2019-static-cdn.kikuu.com/k-s-oss-1733195967279BhsSCcYjEK.jpg" class="w-full h-full object-contain">
254
+ </div>
255
+ <span class="text-sm font-medium">Women's Shoes</span>
256
+ </a>
257
+ <!-- Category 4 -->
258
+ <a href="#" class="category-card bg-white p-4 rounded-lg shadow-sm text-center transition-all duration-300">
259
+ <div class="w-16 h-16 mx-auto mb-2">
260
+ <img src="https://global2019-static-cdn.kikuu.com/upload-productImg-1582615886317.jpeg" class="w-full h-full object-contain">
261
+ </div>
262
+ <span class="text-sm font-medium">Beauty & Hair</span>
263
+ </a>
264
+ <!-- Category 5 -->
265
+ <a href="#" class="category-card bg-white p-4 rounded-lg shadow-sm text-center transition-all duration-300">
266
+ <div class="w-16 h-16 mx-auto mb-2">
267
+ <img src="https://global2019-static-cdn.kikuu.com/k-s-oss-1679474753835mxC2784JaK.jpg" class="w-full h-full object-contain">
268
+ </div>
269
+ <span class="text-sm font-medium">Women's Bags</span>
270
+ </a>
271
+ <!-- Category 6 -->
272
+ <a href="#" class="category-card bg-white p-4 rounded-lg shadow-sm text-center transition-all duration-300">
273
+ <div class="w-16 h-16 mx-auto mb-2">
274
+ <img src="https://global2019-static-cdn.kikuu.com/upload-productImg-72741667834352093.jpg" class="w-full h-full object-contain">
275
+ </div>
276
+ <span class="text-sm font-medium">Watches & Jewelry</span>
277
+ </a>
278
+ </div>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Features -->
283
+ <div class="bg-white py-8">
284
+ <div class="container mx-auto px-4">
285
+ <div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-6 gap-6">
286
+ <div class="text-center">
287
+ <div class="w-12 h-12 mx-auto mb-3 text-purple-600">
288
+ <i data-feather="dollar-sign" class="w-full h-full"></i>
289
+ </div>
290
+ <h3 class="font-medium mb-1">Great Value</h3>
291
+ <p class="text-sm text-gray-600">Continuous promotions</p>
292
+ </div>
293
+ <div class="text-center">
294
+ <div class="w-12 h-12 mx-auto mb-3 text-purple-600">
295
+ <i data-feather="globe" class="w-full h-full"></i>
296
+ </div>
297
+ <h3 class="font-medium mb-1">Worldwide Delivery</h3>
298
+ <p class="text-sm text-gray-600">Supported in many countries</p>
299
+ </div>
300
+ <div class="text-center">
301
+ <div class="w-12 h-12 mx-auto mb-3 text-purple-600">
302
+ <i data-feather="shield" class="w-full h-full"></i>
303
+ </div>
304
+ <h3 class="font-medium mb-1">Safe Payment</h3>
305
+ <p class="text-sm text-gray-600">Secure payment methods</p>
306
+ </div>
307
+ <div class="text-center">
308
+ <div class="w-12 h-12 mx-auto mb-3 text-purple-600">
309
+ <i data-feather="thumbs-up" class="w-full h-full"></i>
310
+ </div>
311
+ <h3 class="font-medium mb-1">Shop with Confidence</h3>
312
+ <p class="text-sm text-gray-600">Purchase protection</p>
313
+ </div>
314
+ <div class="text-center">
315
+ <div class="w-12 h-12 mx-auto mb-3 text-purple-600">
316
+ <i data-feather="message-square" class="w-full h-full"></i>
317
+ </div>
318
+ <h3 class="font-medium mb-1">Live Chat</h3>
319
+ <p class="text-sm text-gray-600">Online consultation</p>
320
+ </div>
321
+ <div class="text-center">
322
+ <div class="w-12 h-12 mx-auto mb-3 text-purple-600">
323
+ <i data-feather="smartphone" class="w-full h-full"></i>
324
+ </div>
325
+ <h3 class="font-medium mb-1">Shop On-The-Go</h3>
326
+ <p class="text-sm text-gray-600">Download the app</p>
327
+ </div>
328
+ </div>
329
+ </div>
330
+ </div>
331
+
332
+ <!-- Footer -->
333
+ <footer class="bg-black text-white pt-10 pb-6">
334
+ <div class="container mx-auto px-4">
335
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8">
336
+ <div>
337
+ <h3 class="text-lg font-bold mb-4">Sell on Purple Shop</h3>
338
+ <a href="#" class="block mb-2 hover:text-red-300">Join us</a>
339
+ </div>
340
+ <div>
341
+ <h3 class="text-lg font-bold mb-4">Shopping Guide</h3>
342
+ <a href="#" class="block mb-2 hover:text-purple-400">How To Register</a>
343
+ <a href="#" class="block mb-2 hover:text-purple-400">How To Place An Order</a>
344
+ <a href="#" class="block mb-2 hover:text-purple-400">How To Pay</a>
345
+ </div>
346
+ <div>
347
+ <h3 class="text-lg font-bold mb-4">Help Center</h3>
348
+ <a href="#" class="block mb-2 hover:text-purple-400">Frequent Asked Questions</a>
349
+ <a href="#" class="block mb-2 hover:text-purple-400">After Sale Policy</a>
350
+ <a href="#" class="block mb-2 hover:text-purple-400">What Is K-Pay</a>
351
+ </div>
352
+ <div>
353
+ <h3 class="text-lg font-bold mb-4">Stay Connected</h3>
354
+ <div class="flex space-x-4 mb-4">
355
+ <a href="#" class="w-8 h-8 rounded-full bg-gray-700 flex items-center justify-center hover:bg-purple-600">
356
+ <i data-feather="facebook" class="w-4 h-4"></i>
357
+ </a>
358
+ <a href="#" class="w-8 h-8 rounded-full bg-gray-700 flex items-center justify-center hover:bg-purple-600">
359
+ <i data-feather="twitter" class="w-4 h-4"></i>
360
+ </a>
361
+ <a href="#" class="w-8 h-8 rounded-full bg-gray-700 flex items-center justify-center hover:bg-purple-600">
362
+ <i data-feather="instagram" class="w-4 h-4"></i>
363
+ </a>
364
+ <a href="#" class="w-8 h-8 rounded-full bg-gray-700 flex items-center justify-center hover:bg-purple-600">
365
+ <i data-feather="youtube" class="w-4 h-4"></i>
366
+ </a>
367
+ </div>
368
+ <h4 class="font-medium mb-2">Download App</h4>
369
+ <div class="flex space-x-2">
370
+ <a href="#" class="w-24">
371
+ <img src="https://via.placeholder.com/100x40" alt="Google Play" class="w-full">
372
+ </a>
373
+ <a href="#" class="w-24">
374
+ <img src="https://via.placeholder.com/100x40" alt="App Store" class="w-full">
375
+ </a>
376
+ </div>
377
+ </div>
378
+ </div>
379
+ <div class="border-t border-gray-700 pt-6">
380
+ <p class="text-sm text-gray-400">© 2025 www.purpleshop.com. All rights reserved.</p>
381
+ </div>
382
+ </div>
383
+ </footer>
384
+
385
+ <script>
386
+ AOS.init();
387
+ feather.replace();
388
+ </script>
389
+ </body>
390
  </html>
prompts.txt ADDED
File without changes