LukasBe commited on
Commit
211ce74
·
verified ·
1 Parent(s): 8c5b26d

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +692 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Fixit
3
- emoji: 💻
4
- colorFrom: gray
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: fixit
3
+ emoji: 🐳
4
+ colorFrom: red
5
+ colorTo: gray
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,692 @@
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>FixIT-On-Demand - Mobile App UI</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
+ /* Custom CSS for specific elements */
11
+ .progress-bar {
12
+ height: 8px;
13
+ border-radius: 4px;
14
+ background-color: #e5e7eb;
15
+ }
16
+
17
+ .progress-fill {
18
+ height: 100%;
19
+ border-radius: 4px;
20
+ background-color: #3b82f6;
21
+ width: 25%;
22
+ transition: width 0.3s ease;
23
+ }
24
+
25
+ .skill-badge {
26
+ display: inline-block;
27
+ padding: 2px 8px;
28
+ border-radius: 12px;
29
+ font-size: 12px;
30
+ margin-right: 6px;
31
+ margin-bottom: 6px;
32
+ }
33
+
34
+ .problem-card {
35
+ transition: all 0.2s ease;
36
+ }
37
+
38
+ .problem-card:hover {
39
+ transform: translateY(-2px);
40
+ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
41
+ }
42
+
43
+ .slider-thumb::-webkit-slider-thumb {
44
+ -webkit-appearance: none;
45
+ appearance: none;
46
+ width: 24px;
47
+ height: 24px;
48
+ border-radius: 50%;
49
+ background: #3b82f6;
50
+ cursor: pointer;
51
+ }
52
+
53
+ .map-container {
54
+ height: 200px;
55
+ background-color: #e5e7eb;
56
+ border-radius: 12px;
57
+ position: relative;
58
+ overflow: hidden;
59
+ }
60
+
61
+ .map-placeholder {
62
+ position: absolute;
63
+ top: 0;
64
+ left: 0;
65
+ width: 100%;
66
+ height: 100%;
67
+ display: flex;
68
+ align-items: center;
69
+ justify-content: center;
70
+ color: #6b7280;
71
+ }
72
+
73
+ .rating-star {
74
+ color: #e5e7eb;
75
+ }
76
+
77
+ .rating-star.active {
78
+ color: #f59e0b;
79
+ }
80
+
81
+ .chat-bubble {
82
+ max-width: 80%;
83
+ padding: 10px 14px;
84
+ border-radius: 18px;
85
+ margin-bottom: 8px;
86
+ }
87
+
88
+ .chat-bubble.customer {
89
+ background-color: #3b82f6;
90
+ color: white;
91
+ align-self: flex-end;
92
+ }
93
+
94
+ .chat-bubble.tech {
95
+ background-color: #e5e7eb;
96
+ color: #1f2937;
97
+ align-self: flex-start;
98
+ }
99
+ </style>
100
+ </head>
101
+ <body class="bg-gray-50 font-sans">
102
+ <!-- Mobile App Container -->
103
+ <div class="max-w-md mx-auto bg-white shadow-lg rounded-2xl overflow-hidden min-h-screen">
104
+ <!-- App Header -->
105
+ <header class="bg-blue-600 text-white p-4 flex items-center justify-between">
106
+ <button class="text-white">
107
+ <i class="fas fa-bars"></i>
108
+ </button>
109
+ <h1 class="text-xl font-bold">FixIT-On-Demand</h1>
110
+ <button class="text-white">
111
+ <i class="fas fa-user-circle"></i>
112
+ </button>
113
+ </header>
114
+
115
+ <!-- Main Content Area -->
116
+ <main class="p-4">
117
+ <!-- Step 1: Onboarding & Trust Signals -->
118
+ <section id="onboarding" class="mb-8">
119
+ <h2 class="text-xl font-semibold mb-4 text-gray-800">Get Started in Seconds</h2>
120
+ <div class="bg-blue-50 p-4 rounded-lg mb-4">
121
+ <div class="flex items-center mb-3">
122
+ <div class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center mr-3">
123
+ <i class="fas fa-user-plus text-blue-600"></i>
124
+ </div>
125
+ <div>
126
+ <h3 class="font-medium">Quick Registration</h3>
127
+ <p class="text-sm text-gray-600">Sign up with phone or email in under 30 seconds</p>
128
+ </div>
129
+ </div>
130
+
131
+ <div class="flex items-center">
132
+ <div class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center mr-3">
133
+ <i class="fas fa-shield-alt text-blue-600"></i>
134
+ </div>
135
+ <div>
136
+ <h3 class="font-medium">Verified Technicians</h3>
137
+ <p class="text-sm text-gray-600">All technicians are background-checked and certified</p>
138
+ </div>
139
+ </div>
140
+ </div>
141
+
142
+ <div class="bg-white p-4 rounded-lg shadow-sm border border-gray-100">
143
+ <h3 class="font-medium mb-2">Sample Technician Profile</h3>
144
+ <div class="flex items-center mb-3">
145
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Technician" class="w-12 h-12 rounded-full mr-3">
146
+ <div>
147
+ <h4 class="font-medium">Alex Johnson</h4>
148
+ <div class="flex items-center">
149
+ <div class="flex mr-2">
150
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
151
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
152
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
153
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
154
+ <i class="fas fa-star text-yellow-400"></i>
155
+ </div>
156
+ <span class="text-sm text-gray-600">4.8 (127 reviews)</span>
157
+ </div>
158
+ </div>
159
+ </div>
160
+
161
+ <div class="mb-3">
162
+ <span class="skill-badge bg-blue-100 text-blue-800">Hardware Specialist</span>
163
+ <span class="skill-badge bg-green-100 text-green-800">Network Guru</span>
164
+ <span class="skill-badge bg-purple-100 text-purple-800">MacOS Expert</span>
165
+ </div>
166
+
167
+ <p class="text-sm text-gray-600 mb-3">"Alex fixed my laptop in under an hour when no one else could figure out the problem. Highly recommended!"</p>
168
+
169
+ <div class="flex justify-between items-center">
170
+ <div class="text-sm">
171
+ <span class="text-gray-600">Response time:</span>
172
+ <span class="font-medium">15 min avg</span>
173
+ </div>
174
+ <button class="bg-blue-600 text-white px-3 py-1 rounded-full text-sm">
175
+ View Profile
176
+ </button>
177
+ </div>
178
+ </div>
179
+ </section>
180
+
181
+ <!-- Step 2: Problem Definition -->
182
+ <section id="problem-definition" class="mb-8">
183
+ <h2 class="text-xl font-semibold mb-4 text-gray-800">What's the issue?</h2>
184
+ <div class="grid grid-cols-2 gap-3 mb-4">
185
+ <div class="problem-card bg-white p-4 rounded-lg shadow-sm border border-gray-100 text-center cursor-pointer hover:border-blue-200">
186
+ <div class="w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-2">
187
+ <i class="fas fa-laptop text-blue-600 text-xl"></i>
188
+ </div>
189
+ <h3 class="font-medium text-sm">Slow PC</h3>
190
+ </div>
191
+ <div class="problem-card bg-white p-4 rounded-lg shadow-sm border border-gray-100 text-center cursor-pointer hover:border-blue-200">
192
+ <div class="w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-2">
193
+ <i class="fas fa-exclamation-triangle text-blue-600 text-xl"></i>
194
+ </div>
195
+ <h3 class="font-medium text-sm">Blue Screen</h3>
196
+ </div>
197
+ <div class="problem-card bg-white p-4 rounded-lg shadow-sm border border-gray-100 text-center cursor-pointer hover:border-blue-200">
198
+ <div class="w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-2">
199
+ <i class="fas fa-download text-blue-600 text-xl"></i>
200
+ </div>
201
+ <h3 class="font-medium text-sm">Software Install</h3>
202
+ </div>
203
+ <div class="problem-card bg-white p-4 rounded-lg shadow-sm border border-gray-100 text-center cursor-pointer hover:border-blue-200">
204
+ <div class="w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-2">
205
+ <i class="fas fa-wifi text-blue-600 text-xl"></i>
206
+ </div>
207
+ <h3 class="font-medium text-sm">Wi-Fi Setup</h3>
208
+ </div>
209
+ </div>
210
+
211
+ <div class="mb-4">
212
+ <label class="block text-sm font-medium text-gray-700 mb-1">Or describe your issue</label>
213
+ <textarea class="w-full p-3 border border-gray-300 rounded-lg focus:ring-blue-500 focus:border-blue-500" rows="2" placeholder="E.g. 'My printer won't connect to my new laptop'"></textarea>
214
+ </div>
215
+
216
+ <div class="bg-white p-4 rounded-lg shadow-sm border border-gray-100">
217
+ <h3 class="font-medium mb-3">How urgent is your issue?</h3>
218
+ <div class="flex items-center justify-between mb-2">
219
+ <span class="text-sm font-medium">Standard</span>
220
+ <span class="text-sm font-medium">Urgent</span>
221
+ </div>
222
+ <input type="range" min="0" max="100" value="50" class="w-full slider-thumb">
223
+
224
+ <div class="mt-4 flex justify-between">
225
+ <div>
226
+ <div class="text-sm text-gray-600">ETA</div>
227
+ <div class="font-medium">1-2 hours</div>
228
+ </div>
229
+ <div>
230
+ <div class="text-sm text-gray-600">Price</div>
231
+ <div class="font-medium">$49 base</div>
232
+ </div>
233
+ </div>
234
+ </div>
235
+ </section>
236
+
237
+ <!-- Step 3: Matching & Pricing -->
238
+ <section id="matching-pricing" class="mb-8">
239
+ <h2 class="text-xl font-semibold mb-4 text-gray-800">Available Technicians</h2>
240
+
241
+ <div class="bg-yellow-50 border border-yellow-200 rounded-lg p-3 mb-4 flex items-start">
242
+ <i class="fas fa-exclamation-circle text-yellow-500 mt-1 mr-2"></i>
243
+ <div>
244
+ <h3 class="font-medium text-yellow-800">High Demand Notice</h3>
245
+ <p class="text-sm text-yellow-700">Due to high demand between 6-9 PM, prices are currently +25%</p>
246
+ </div>
247
+ </div>
248
+
249
+ <div class="bg-white p-4 rounded-lg shadow-sm border border-gray-100 mb-4">
250
+ <div class="flex items-center justify-between mb-3">
251
+ <h3 class="font-medium">Best Match</h3>
252
+ <span class="text-sm bg-green-100 text-green-800 px-2 py-1 rounded-full">Available Now</span>
253
+ </div>
254
+
255
+ <div class="flex items-center mb-3">
256
+ <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Technician" class="w-12 h-12 rounded-full mr-3">
257
+ <div class="flex-1">
258
+ <h4 class="font-medium">Sarah Miller</h4>
259
+ <div class="flex items-center">
260
+ <div class="flex mr-2">
261
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
262
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
263
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
264
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
265
+ <i class="fas fa-star text-yellow-400"></i>
266
+ </div>
267
+ <span class="text-sm text-gray-600">4.9 (86 reviews)</span>
268
+ </div>
269
+ </div>
270
+ <div class="text-right">
271
+ <div class="font-medium text-blue-600">$61</div>
272
+ <div class="text-sm text-gray-600">ETA: 45 min</div>
273
+ </div>
274
+ </div>
275
+
276
+ <div class="flex justify-between text-sm mb-3">
277
+ <span class="text-gray-600">Distance: 1.2 miles</span>
278
+ <span class="text-gray-600">Specializes in: Laptops, Software</span>
279
+ </div>
280
+
281
+ <div class="progress-bar">
282
+ <div class="progress-fill"></div>
283
+ </div>
284
+ <div class="text-xs text-gray-500 mt-1">Matching score: 98%</div>
285
+ </div>
286
+
287
+ <div class="bg-white p-4 rounded-lg shadow-sm border border-gray-100">
288
+ <div class="flex items-center justify-between mb-3">
289
+ <h3 class="font-medium">Other Options</h3>
290
+ <span class="text-sm bg-blue-100 text-blue-800 px-2 py-1 rounded-full">2 Available</span>
291
+ </div>
292
+
293
+ <div class="flex items-center mb-3">
294
+ <img src="https://randomuser.me/api/portraits/men/75.jpg" alt="Technician" class="w-10 h-10 rounded-full mr-3">
295
+ <div class="flex-1">
296
+ <h4 class="font-medium">James Wilson</h4>
297
+ <div class="flex items-center">
298
+ <div class="flex mr-2">
299
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
300
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
301
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
302
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
303
+ <i class="fas fa-star-half-alt text-yellow-400"></i>
304
+ </div>
305
+ <span class="text-sm text-gray-600">4.7 (203 reviews)</span>
306
+ </div>
307
+ </div>
308
+ <div class="text-right">
309
+ <div class="font-medium text-blue-600">$55</div>
310
+ <div class="text-sm text-gray-600">ETA: 1h 15m</div>
311
+ </div>
312
+ </div>
313
+
314
+ <div class="flex items-center">
315
+ <img src="https://randomuser.me/api/portraits/men/12.jpg" alt="Technician" class="w-10 h-10 rounded-full mr-3">
316
+ <div class="flex-1">
317
+ <h4 class="font-medium">Michael Brown</h4>
318
+ <div class="flex items-center">
319
+ <div class="flex mr-2">
320
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
321
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
322
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
323
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
324
+ <i class="fas fa-star text-yellow-400"></i>
325
+ </div>
326
+ <span class="text-sm text-gray-600">4.8 (156 reviews)</span>
327
+ </div>
328
+ </div>
329
+ <div class="text-right">
330
+ <div class="font-medium text-blue-600">$58</div>
331
+ <div class="text-sm text-gray-600">ETA: 1h 30m</div>
332
+ </div>
333
+ </div>
334
+ </div>
335
+ </section>
336
+
337
+ <!-- Step 4: Confirmation -->
338
+ <section id="confirmation" class="mb-8">
339
+ <h2 class="text-xl font-semibold mb-4 text-gray-800">Confirm Your Booking</h2>
340
+
341
+ <div class="bg-white p-4 rounded-lg shadow-sm border border-gray-100 mb-4">
342
+ <h3 class="font-medium mb-3">Service Summary</h3>
343
+
344
+ <div class="flex justify-between mb-2">
345
+ <span class="text-gray-600">Service Type:</span>
346
+ <span class="font-medium">Laptop Repair - Slow Performance</span>
347
+ </div>
348
+ <div class="flex justify-between mb-2">
349
+ <span class="text-gray-600">Technician:</span>
350
+ <span class="font-medium">Sarah Miller</span>
351
+ </div>
352
+ <div class="flex justify-between mb-2">
353
+ <span class="text-gray-600">Urgency:</span>
354
+ <span class="font-medium">Standard</span>
355
+ </div>
356
+ <div class="flex justify-between mb-2">
357
+ <span class="text-gray-600">Location:</span>
358
+ <span class="font-medium">123 Main St, Apt 4B</span>
359
+ </div>
360
+
361
+ <div class="border-t border-gray-200 my-3"></div>
362
+
363
+ <h3 class="font-medium mb-2">Price Breakdown</h3>
364
+ <div class="flex justify-between mb-1">
365
+ <span class="text-gray-600">Base Fee</span>
366
+ <span>$49.00</span>
367
+ </div>
368
+ <div class="flex justify-between mb-1">
369
+ <span class="text-gray-600">Surge Pricing</span>
370
+ <span>$12.25</span>
371
+ </div>
372
+ <div class="flex justify-between mb-1">
373
+ <span class="text-gray-600">Estimated Time (1h)</span>
374
+ <span>$25.00</span>
375
+ </div>
376
+ <div class="border-t border-gray-200 my-2"></div>
377
+ <div class="flex justify-between font-medium">
378
+ <span>Total</span>
379
+ <span>$86.25</span>
380
+ </div>
381
+ </div>
382
+
383
+ <div class="bg-white p-4 rounded-lg shadow-sm border border-gray-100 mb-4">
384
+ <h3 class="font-medium mb-3">Technician Location</h3>
385
+ <div class="map-container">
386
+ <div class="map-placeholder">
387
+ <div class="text-center">
388
+ <i class="fas fa-map-marker-alt text-3xl mb-2"></i>
389
+ <p>Technician is 1.2 miles away</p>
390
+ <p class="text-sm">ETA: 45 minutes</p>
391
+ </div>
392
+ </div>
393
+ </div>
394
+ </div>
395
+
396
+ <button class="w-full bg-blue-600 text-white py-3 rounded-lg font-medium hover:bg-blue-700 transition">
397
+ Confirm Booking ($86.25)
398
+ </button>
399
+ </section>
400
+
401
+ <!-- Step 5: Communication & Diagnostics -->
402
+ <section id="communication" class="mb-8">
403
+ <h2 class="text-xl font-semibold mb-4 text-gray-800">In-App Communication</h2>
404
+
405
+ <div class="bg-white p-4 rounded-lg shadow-sm border border-gray-100 mb-4">
406
+ <div class="flex items-center justify-between mb-4">
407
+ <div class="flex items-center">
408
+ <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Technician" class="w-10 h-10 rounded-full mr-3">
409
+ <div>
410
+ <h3 class="font-medium">Sarah Miller</h3>
411
+ <div class="text-sm text-gray-600">En route - ETA 15 min</div>
412
+ </div>
413
+ </div>
414
+ <div class="flex">
415
+ <button class="w-10 h-10 rounded-full bg-blue-100 text-blue-600 flex items-center justify-center mr-2">
416
+ <i class="fas fa-phone"></i>
417
+ </button>
418
+ <button class="w-10 h-10 rounded-full bg-blue-100 text-blue-600 flex items-center justify-center">
419
+ <i class="fas fa-video"></i>
420
+ </button>
421
+ </div>
422
+ </div>
423
+
424
+ <div class="flex flex-col mb-4" style="height: 200px; overflow-y: auto;">
425
+ <div class="chat-bubble customer">
426
+ Hi Sarah, my laptop is the silver Dell on the kitchen table
427
+ </div>
428
+ <div class="chat-bubble tech">
429
+ Got it! I'll be there in about 15 minutes. Is there a parking spot I should know about?
430
+ </div>
431
+ <div class="chat-bubble customer">
432
+ Yes, there's visitor parking in front of building 3
433
+ </div>
434
+ <div class="chat-bubble tech">
435
+ Perfect, see you soon!
436
+ </div>
437
+ </div>
438
+
439
+ <div class="flex">
440
+ <input type="text" placeholder="Type a message..." class="flex-1 p-3 border border-gray-300 rounded-l-lg focus:ring-blue-500 focus:border-blue-500">
441
+ <button class="bg-blue-600 text-white px-4 rounded-r-lg">
442
+ <i class="fas fa-paper-plane"></i>
443
+ </button>
444
+ </div>
445
+ </div>
446
+
447
+ <div class="bg-white p-4 rounded-lg shadow-sm border border-gray-100">
448
+ <h3 class="font-medium mb-3">Remote Diagnostics</h3>
449
+ <p class="text-sm text-gray-600 mb-4">Many issues can be diagnosed remotely to save time. Would you like to start a remote session now?</p>
450
+
451
+ <div class="flex justify-between">
452
+ <button class="flex-1 bg-blue-600 text-white py-2 rounded-lg mr-2 flex items-center justify-center">
453
+ <i class="fas fa-video mr-2"></i> Start Video Call
454
+ </button>
455
+ <button class="flex-1 bg-gray-100 text-gray-800 py-2 rounded-lg flex items-center justify-center">
456
+ <i class="fas fa-share-square mr-2"></i> Share Screen
457
+ </button>
458
+ </div>
459
+ </div>
460
+ </section>
461
+
462
+ <!-- Step 6: Job Tracking -->
463
+ <section id="job-tracking" class="mb-8">
464
+ <h2 class="text-xl font-semibold mb-4 text-gray-800">Job Progress</h2>
465
+
466
+ <div class="bg-white p-4 rounded-lg shadow-sm border border-gray-100 mb-4">
467
+ <div class="flex justify-between mb-4">
468
+ <div class="flex items-center">
469
+ <div class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center mr-3">
470
+ <i class="fas fa-user-cog text-blue-600"></i>
471
+ </div>
472
+ <div>
473
+ <h3 class="font-medium">Sarah Miller</h3>
474
+ <div class="text-sm text-gray-600">Hardware Specialist</div>
475
+ </div>
476
+ </div>
477
+ <div class="text-right">
478
+ <div class="text-sm text-gray-600">Time spent</div>
479
+ <div class="font-medium">45 min</div>
480
+ </div>
481
+ </div>
482
+
483
+ <div class="space-y-4 mb-4">
484
+ <div class="flex items-start">
485
+ <div class="w-8 h-8 bg-green-100 rounded-full flex items-center justify-center mr-3 mt-1">
486
+ <i class="fas fa-check text-green-600"></i>
487
+ </div>
488
+ <div>
489
+ <h4 class="font-medium">Technician En Route</h4>
490
+ <p class="text-sm text-gray-600">Arrived at 3:15 PM</p>
491
+ </div>
492
+ </div>
493
+
494
+ <div class="flex items-start">
495
+ <div class="w-8 h-8 bg-green-100 rounded-full flex items-center justify-center mr-3 mt-1">
496
+ <i class="fas fa-check text-green-600"></i>
497
+ </div>
498
+ <div>
499
+ <h4 class="font-medium">On-Site Inspection</h4>
500
+ <p class="text-sm text-gray-600">Diagnosed slow HDD</p>
501
+ </div>
502
+ </div>
503
+
504
+ <div class="flex items-start">
505
+ <div class="w-8 h-8 bg-blue-100 rounded-full flex items-center justify-center mr-3 mt-1">
506
+ <i class="fas fa-cog text-blue-600 animate-spin"></i>
507
+ </div>
508
+ <div>
509
+ <h4 class="font-medium">Repair in Progress</h4>
510
+ <p class="text-sm text-gray-600">Replacing with SSD</p>
511
+ </div>
512
+ </div>
513
+
514
+ <div class="flex items-start">
515
+ <div class="w-8 h-8 bg-gray-100 rounded-full flex items-center justify-center mr-3 mt-1">
516
+ <i class="fas fa-ellipsis-h text-gray-400"></i>
517
+ </div>
518
+ <div>
519
+ <h4 class="font-medium text-gray-400">Job Completed</h4>
520
+ </div>
521
+ </div>
522
+ </div>
523
+
524
+ <div class="progress-bar">
525
+ <div class="progress-fill" style="width: 75%;"></div>
526
+ </div>
527
+ </div>
528
+
529
+ <div class="bg-white p-4 rounded-lg shadow-sm border border-gray-100">
530
+ <h3 class="font-medium mb-3">Digital Receipt Preview</h3>
531
+
532
+ <div class="border border-gray-200 rounded-lg p-3 mb-3">
533
+ <div class="flex justify-between mb-2">
534
+ <span class="text-gray-600">Service:</span>
535
+ <span>Dell Inspiron SSD Upgrade</span>
536
+ </div>
537
+ <div class="flex justify-between mb-2">
538
+ <span class="text-gray-600">Parts:</span>
539
+ <span>500GB Samsung SSD</span>
540
+ </div>
541
+ <div class="flex justify-between mb-2">
542
+ <span class="text-gray-600">Labor:</span>
543
+ <span>45 minutes</span>
544
+ </div>
545
+ <div class="border-t border-gray-200 my-2"></div>
546
+ <div class="flex justify-between font-medium">
547
+ <span>Total:</span>
548
+ <span>$149.99</span>
549
+ </div>
550
+ </div>
551
+
552
+ <button class="w-full bg-gray-100 text-gray-800 py-2 rounded-lg font-medium hover:bg-gray-200 transition">
553
+ View Full Receipt
554
+ </button>
555
+ </div>
556
+ </section>
557
+
558
+ <!-- Step 7: Payment & Feedback -->
559
+ <section id="payment-feedback">
560
+ <h2 class="text-xl font-semibold mb-4 text-gray-800">Payment & Feedback</h2>
561
+
562
+ <div class="bg-white p-4 rounded-lg shadow-sm border border-gray-100 mb-4">
563
+ <h3 class="font-medium mb-3">Payment Method</h3>
564
+
565
+ <div class="flex items-center justify-between p-3 border border-gray-200 rounded-lg mb-3">
566
+ <div class="flex items-center">
567
+ <div class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center mr-3">
568
+ <i class="fab fa-cc-visa text-blue-600"></i>
569
+ </div>
570
+ <div>
571
+ <h4 class="font-medium">Visa •••• 4242</h4>
572
+ <p class="text-sm text-gray-600">Expires 05/25</p>
573
+ </div>
574
+ </div>
575
+ <i class="fas fa-check-circle text-green-500"></i>
576
+ </div>
577
+
578
+ <div class="flex items-center justify-between p-3 border border-gray-200 rounded-lg mb-3">
579
+ <div class="flex items-center">
580
+ <div class="w-10 h-10 bg-gray-100 rounded-full flex items-center justify-center mr-3">
581
+ <i class="fab fa-paypal text-blue-500"></i>
582
+ </div>
583
+ <div>
584
+ <h4 class="font-medium">PayPal</h4>
585
+ <p class="text-sm text-gray-600">user@example.com</p>
586
+ </div>
587
+ </div>
588
+ <i class="fas fa-chevron-right text-gray-400"></i>
589
+ </div>
590
+
591
+ <button class="w-full bg-gray-100 text-gray-800 py-2 rounded-lg font-medium hover:bg-gray-200 transition">
592
+ <i class="fas fa-plus mr-2"></i> Add Payment Method
593
+ </button>
594
+ </div>
595
+
596
+ <div class="bg-white p-4 rounded-lg shadow-sm border border-gray-100">
597
+ <h3 class="font-medium mb-3">Rate Your Experience</h3>
598
+ <p class="text-sm text-gray-600 mb-4">How would you rate Sarah's service?</p>
599
+
600
+ <div class="flex justify-center mb-4">
601
+ <div class="rating-star text-3xl mr-2 active">★</div>
602
+ <div class="rating-star text-3xl mr-2 active">★</div>
603
+ <div class="rating-star text-3xl mr-2 active">★</div>
604
+ <div class="rating-star text-3xl mr-2 active">★</div>
605
+ <div class="rating-star text-3xl">★</div>
606
+ </div>
607
+
608
+ <div class="mb-4">
609
+ <label class="block text-sm font-medium text-gray-700 mb-1">Leave a comment (optional)</label>
610
+ <textarea class="w-full p-3 border border-gray-300 rounded-lg focus:ring-blue-500 focus:border-blue-500" rows="3" placeholder="What did you like about the service?"></textarea>
611
+ </div>
612
+
613
+ <button class="w-full bg-blue-600 text-white py-3 rounded-lg font-medium hover:bg-blue-700 transition">
614
+ Submit Review & Pay $149.99
615
+ </button>
616
+ </div>
617
+ </section>
618
+ </main>
619
+
620
+ <!-- Bottom Navigation -->
621
+ <nav class="bg-white border-t border-gray-200 fixed bottom-0 w-full max-w-md">
622
+ <div class="flex justify-around">
623
+ <a href="#" class="flex flex-col items-center py-2 px-4 text-blue-600">
624
+ <i class="fas fa-home"></i>
625
+ <span class="text-xs mt-1">Home</span>
626
+ </a>
627
+ <a href="#" class="flex flex-col items-center py-2 px-4 text-gray-500">
628
+ <i class="fas fa-search"></i>
629
+ <span class="text-xs mt-1">Search</span>
630
+ </a>
631
+ <a href="#" class="flex flex-col items-center py-2 px-4 text-gray-500">
632
+ <i class="fas fa-calendar-alt"></i>
633
+ <span class="text-xs mt-1">Bookings</span>
634
+ </a>
635
+ <a href="#" class="flex flex-col items-center py-2 px-4 text-gray-500">
636
+ <i class="fas fa-user"></i>
637
+ <span class="text-xs mt-1">Profile</span>
638
+ </a>
639
+ </div>
640
+ </nav>
641
+ </div>
642
+
643
+ <script>
644
+ // Simple JavaScript for interactive elements
645
+ document.addEventListener('DOMContentLoaded', function() {
646
+ // Rating stars interaction
647
+ const stars = document.querySelectorAll('.rating-star');
648
+ stars.forEach((star, index) => {
649
+ star.addEventListener('click', () => {
650
+ stars.forEach((s, i) => {
651
+ if (i <= index) {
652
+ s.classList.add('active');
653
+ } else {
654
+ s.classList.remove('active');
655
+ }
656
+ });
657
+ });
658
+ });
659
+
660
+ // Problem card selection
661
+ const problemCards = document.querySelectorAll('.problem-card');
662
+ problemCards.forEach(card => {
663
+ card.addEventListener('click', () => {
664
+ problemCards.forEach(c => c.classList.remove('border-blue-500', 'bg-blue-50'));
665
+ card.classList.add('border-blue-500', 'bg-blue-50');
666
+ });
667
+ });
668
+
669
+ // Slider interaction
670
+ const slider = document.querySelector('input[type="range"]');
671
+ if (slider) {
672
+ slider.addEventListener('input', function() {
673
+ const value = this.value;
674
+ const urgent = value > 50;
675
+
676
+ // Update ETA and price based on urgency
677
+ const etaElement = document.querySelector('#problem-definition .font-medium:first-child');
678
+ const priceElement = document.querySelector('#problem-definition .font-medium:last-child');
679
+
680
+ if (urgent) {
681
+ if (etaElement) etaElement.textContent = '30-45 min';
682
+ if (priceElement) priceElement.textContent = '$69 base';
683
+ } else {
684
+ if (etaElement) etaElement.textContent = '1-2 hours';
685
+ if (priceElement) priceElement.textContent = '$49 base';
686
+ }
687
+ });
688
+ }
689
+ });
690
+ </script>
691
+ <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=LukasBe/fixit" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
692
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ mobile app is the beating heart of FixIT‑On‑Demand—it’s where trust is built, transactions happen, and satisfaction is delivered. Here’s how it works, step by step: 1. Seamless Onboarding & Trust Signals Quick Registration: Customers sign up using phone or e‑mail in under 30 seconds. Verified Profiles: Before booking, users see each technician’s name, photo, skill badges (e.g. “Hardware Specialist,” “Network Guru”), average star rating, and recent reviews—instantly establishing credibility. 2. Intuitive Problem Definition Guided Issue Selection: Rather than a free‑form form, the app presents a clean checklist (“Slow PC,” “Blue Screen,” “Software Install,” “Wi‑Fi Setup,” etc.) plus an “Other” field. Priority Slider: Customers choose “Standard” or “Urgent” and see how that affects ETA and pricing. 3. Real‑Time Matching & Dynamic Pricing Live Technician Pool: Based on the selected problem, location, and urgency, our orchestration engine filters for proximity, skill match, and workload. Surge Indicator: If demand spikes (e.g. evenings), customers see a transparent “+ 25 %” surge tag—with an explanation (“High demand between 6–9 PM”). 4. Transparent Confirmation Cost Breakdown: Before tapping “Confirm,” users review a line‑item estimate: base fee + per‑hour rate + any surge or service fees. ETA & Route Preview: An integrated map (powered by Mapbox) shows the technician’s current location and an estimated arrival window. 5. In‑App Communication & Diagnostics Live Chat & Calls: Secure text and VOIP let customers clarify details or send photos of error messages. Remote Diagnostics Option: One tap launches an AR‑powered video session—so many issues can be diagnosed (and often fixed) remotely, saving both parties travel time. 6. Job Tracking & Completion Progress Bar: The job page tracks every stage: “Technician En Route,” “On‑Site Inspection,” “Repair in Progress,” and “Job Completed.” Digital Receipt: Upon completion, customers receive a detailed service report (work done, parts used, time spent) and an itemized invoice. 7. Effortless Payment & Feedback One‑Tap Payment: Stored card, local bank transfer, or mobile‑wallet options settle the invoice instantly. Rating Prompt: Right after payment, a lightweight 5‑star + comment prompt opens—fueling our continuous quality loop. By encapsulating every interaction—from problem diagnosis through payment—into a single, intuitive mobile journey, our app not only reduces friction but also turns DIY frustration into a delightful, trust‑filled experience. That seamless, data‑rich flow is what drives repeat usage, word‑of‑mouth growth, and ultimately, the network effects that make FixIT‑On‑Demand a scalable, defensible platform.