sdurdiyev commited on
Commit
8faec2f
·
verified ·
1 Parent(s): 917cafb

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +553 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Ratedispatch3
3
- emoji: 🦀
4
- colorFrom: gray
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: ratedispatch3
3
+ emoji: 🐳
4
+ colorFrom: pink
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,553 @@
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>FreightSync - Connecting Dispatchers & Carriers</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
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
11
+
12
+ body {
13
+ font-family: 'Inter', sans-serif;
14
+ background-color: #f8fafc;
15
+ }
16
+
17
+ .gradient-bg {
18
+ background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
19
+ }
20
+
21
+ .logo-text {
22
+ background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 100%);
23
+ -webkit-background-clip: text;
24
+ background-clip: text;
25
+ color: transparent;
26
+ }
27
+
28
+ .feature-card:hover {
29
+ transform: translateY(-5px);
30
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
31
+ }
32
+
33
+ .testimonial-card {
34
+ transition: all 0.3s ease;
35
+ }
36
+
37
+ .testimonial-card:hover {
38
+ transform: scale(1.02);
39
+ }
40
+
41
+ .nav-link:hover {
42
+ color: #3b82f6;
43
+ }
44
+
45
+ .btn-primary {
46
+ transition: all 0.3s ease;
47
+ }
48
+
49
+ .btn-primary:hover {
50
+ transform: translateY(-2px);
51
+ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
52
+ }
53
+ </style>
54
+ </head>
55
+ <body>
56
+ <!-- Navigation -->
57
+ <nav class="bg-white shadow-sm">
58
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
59
+ <div class="flex justify-between h-16">
60
+ <div class="flex items-center">
61
+ <div class="flex-shrink-0 flex items-center">
62
+ <div class="flex items-center">
63
+ <i class="fas fa-truck-moving text-3xl mr-2 logo-text"></i>
64
+ <span class="text-xl font-bold logo-text">FreightSync</span>
65
+ </div>
66
+ </div>
67
+ <div class="hidden sm:ml-6 sm:flex sm:space-x-8">
68
+ <a href="#" class="nav-link border-indigo-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Home</a>
69
+ <a href="#" class="nav-link border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">How It Works</a>
70
+ <a href="#" class="nav-link border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Features</a>
71
+ <a href="#" class="nav-link border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Pricing</a>
72
+ </div>
73
+ </div>
74
+ <div class="hidden sm:ml-6 sm:flex sm:items-center">
75
+ <button class="btn-primary bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-md text-sm font-medium mr-4">Sign In</button>
76
+ <button class="btn-primary bg-white border border-indigo-600 text-indigo-600 hover:bg-indigo-50 px-4 py-2 rounded-md text-sm font-medium">Sign Up</button>
77
+ </div>
78
+ <div class="-mr-2 flex items-center sm:hidden">
79
+ <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-500" aria-controls="mobile-menu" aria-expanded="false">
80
+ <span class="sr-only">Open main menu</span>
81
+ <i class="fas fa-bars"></i>
82
+ </button>
83
+ </div>
84
+ </div>
85
+ </div>
86
+
87
+ <!-- Mobile menu, show/hide based on menu state. -->
88
+ <div class="sm:hidden hidden" id="mobile-menu">
89
+ <div class="pt-2 pb-3 space-y-1">
90
+ <a href="#" class="bg-indigo-50 border-indigo-500 text-indigo-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Home</a>
91
+ <a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">How It Works</a>
92
+ <a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Features</a>
93
+ <a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Pricing</a>
94
+ <div class="pt-4 pb-3 border-t border-gray-200">
95
+ <div class="flex items-center px-4">
96
+ <button class="btn-primary bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-md text-sm font-medium w-full mb-2">Sign In</button>
97
+ </div>
98
+ <div class="mt-3 space-y-1">
99
+ <button class="btn-primary bg-white border border-indigo-600 text-indigo-600 hover:bg-indigo-50 px-4 py-2 rounded-md text-sm font-medium w-full">Sign Up</button>
100
+ </div>
101
+ </div>
102
+ </div>
103
+ </div>
104
+ </nav>
105
+
106
+ <!-- Hero Section -->
107
+ <div class="gradient-bg text-white">
108
+ <div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8">
109
+ <div class="text-center">
110
+ <h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl lg:text-6xl">
111
+ The Future of Freight Matching
112
+ </h1>
113
+ <p class="mt-6 max-w-2xl mx-auto text-xl">
114
+ Connecting top dispatchers with reliable carriers in a seamless digital ecosystem.
115
+ </p>
116
+ <div class="mt-10 flex justify-center space-x-4">
117
+ <a href="#" class="btn-primary bg-white text-indigo-600 px-8 py-3 border border-transparent rounded-md text-base font-medium hover:bg-indigo-50 md:py-4 md:text-lg md:px-10">
118
+ Find Dispatchers
119
+ </a>
120
+ <a href="#" class="btn-primary bg-indigo-600 bg-opacity-80 hover:bg-opacity-100 px-8 py-3 border border-transparent rounded-md text-base font-medium text-white md:py-4 md:text-lg md:px-10">
121
+ Find Carriers
122
+ </a>
123
+ </div>
124
+ </div>
125
+ </div>
126
+ </div>
127
+
128
+ <!-- Stats Section -->
129
+ <div class="bg-white py-12">
130
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
131
+ <div class="lg:text-center">
132
+ <h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Trusted by the industry</h2>
133
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
134
+ Powering the future of freight
135
+ </p>
136
+ </div>
137
+
138
+ <div class="mt-10">
139
+ <div class="grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-4">
140
+ <div class="text-center">
141
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white mx-auto">
142
+ <i class="fas fa-users text-xl"></i>
143
+ </div>
144
+ <div class="mt-5">
145
+ <h3 class="text-lg leading-6 font-medium text-gray-900">5,000+</h3>
146
+ <p class="mt-2 text-base text-gray-500">Registered Dispatchers</p>
147
+ </div>
148
+ </div>
149
+
150
+ <div class="text-center">
151
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white mx-auto">
152
+ <i class="fas fa-truck text-xl"></i>
153
+ </div>
154
+ <div class="mt-5">
155
+ <h3 class="text-lg leading-6 font-medium text-gray-900">12,000+</h3>
156
+ <p class="mt-2 text-base text-gray-500">Verified Carriers</p>
157
+ </div>
158
+ </div>
159
+
160
+ <div class="text-center">
161
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white mx-auto">
162
+ <i class="fas fa-shipping-fast text-xl"></i>
163
+ </div>
164
+ <div class="mt-5">
165
+ <h3 class="text-lg leading-6 font-medium text-gray-900">1M+</h3>
166
+ <p class="mt-2 text-base text-gray-500">Loads Matched</p>
167
+ </div>
168
+ </div>
169
+
170
+ <div class="text-center">
171
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white mx-auto">
172
+ <i class="fas fa-dollar-sign text-xl"></i>
173
+ </div>
174
+ <div class="mt-5">
175
+ <h3 class="text-lg leading-6 font-medium text-gray-900">$250M+</h3>
176
+ <p class="mt-2 text-base text-gray-500">In Freight Revenue</p>
177
+ </div>
178
+ </div>
179
+ </div>
180
+ </div>
181
+ </div>
182
+ </div>
183
+
184
+ <!-- How It Works Section -->
185
+ <div class="bg-gray-50 py-16">
186
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
187
+ <div class="lg:text-center">
188
+ <h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Process</h2>
189
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
190
+ How FreightSync Works
191
+ </p>
192
+ <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
193
+ A simple 3-step process to connect dispatchers and carriers efficiently.
194
+ </p>
195
+ </div>
196
+
197
+ <div class="mt-20">
198
+ <div class="space-y-10 md:space-y-0 md:grid md:grid-cols-3 md:gap-x-8 md:gap-y-10">
199
+ <div class="relative feature-card transition-all duration-300 ease-in-out bg-white p-6 rounded-lg shadow">
200
+ <div class="absolute -top-6 left-6 h-12 w-12 rounded-md bg-indigo-500 text-white flex items-center justify-center">
201
+ <span class="text-xl font-bold">1</span>
202
+ </div>
203
+ <h3 class="mt-8 text-lg leading-6 font-medium text-gray-900">Create Your Profile</h3>
204
+ <p class="mt-2 text-base text-gray-500">
205
+ Whether you're a dispatcher or carrier, create a detailed profile showcasing your experience, specialties, and ratings.
206
+ </p>
207
+ <div class="mt-6">
208
+ <i class="fas fa-user-tie text-indigo-500 text-4xl"></i>
209
+ </div>
210
+ </div>
211
+
212
+ <div class="relative feature-card transition-all duration-300 ease-in-out bg-white p-6 rounded-lg shadow">
213
+ <div class="absolute -top-6 left-6 h-12 w-12 rounded-md bg-indigo-500 text-white flex items-center justify-center">
214
+ <span class="text-xl font-bold">2</span>
215
+ </div>
216
+ <h3 class="mt-8 text-lg leading-6 font-medium text-gray-900">Match & Connect</h3>
217
+ <p class="mt-2 text-base text-gray-500">
218
+ Our AI-powered system matches you with the perfect partners based on your needs and preferences.
219
+ </p>
220
+ <div class="mt-6">
221
+ <i class="fas fa-handshake text-indigo-500 text-4xl"></i>
222
+ </div>
223
+ </div>
224
+
225
+ <div class="relative feature-card transition-all duration-300 ease-in-out bg-white p-6 rounded-lg shadow">
226
+ <div class="absolute -top-6 left-6 h-12 w-12 rounded-md bg-indigo-500 text-white flex items-center justify-center">
227
+ <span class="text-xl font-bold">3</span>
228
+ </div>
229
+ <h3 class="mt-8 text-lg leading-6 font-medium text-gray-900">Grow Your Business</h3>
230
+ <p class="mt-2 text-base text-gray-500">
231
+ Build long-term partnerships, increase your revenue, and grow your business with our tools and analytics.
232
+ </p>
233
+ <div class="mt-6">
234
+ <i class="fas fa-chart-line text-indigo-500 text-4xl"></i>
235
+ </div>
236
+ </div>
237
+ </div>
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Features Section -->
243
+ <div class="bg-white py-16">
244
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
245
+ <div class="lg:text-center">
246
+ <h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Features</h2>
247
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
248
+ Built for the Modern Freight Industry
249
+ </p>
250
+ <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
251
+ Everything you need to succeed in today's competitive logistics market.
252
+ </p>
253
+ </div>
254
+
255
+ <div class="mt-20">
256
+ <div class="space-y-10 md:space-y-0 md:grid md:grid-cols-2 md:gap-x-8 md:gap-y-10">
257
+ <div class="flex">
258
+ <div class="flex-shrink-0">
259
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
260
+ <i class="fas fa-search-dollar"></i>
261
+ </div>
262
+ </div>
263
+ <div class="ml-4">
264
+ <h3 class="text-lg leading-6 font-medium text-gray-900">Smart Matching Algorithm</h3>
265
+ <p class="mt-2 text-base text-gray-500">
266
+ Our proprietary algorithm analyzes hundreds of data points to connect you with the perfect dispatcher or carrier for your specific needs.
267
+ </p>
268
+ </div>
269
+ </div>
270
+
271
+ <div class="flex">
272
+ <div class="flex-shrink-0">
273
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
274
+ <i class="fas fa-shield-alt"></i>
275
+ </div>
276
+ </div>
277
+ <div class="ml-4">
278
+ <h3 class="text-lg leading-6 font-medium text-gray-900">Verified Partners</h3>
279
+ <p class="mt-2 text-base text-gray-500">
280
+ Every dispatcher and carrier undergoes a rigorous verification process to ensure reliability and professionalism.
281
+ </p>
282
+ </div>
283
+ </div>
284
+
285
+ <div class="flex">
286
+ <div class="flex-shrink-0">
287
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
288
+ <i class="fas fa-comments-dollar"></i>
289
+ </div>
290
+ </div>
291
+ <div class="ml-4">
292
+ <h3 class="text-lg leading-6 font-medium text-gray-900">Transparent Pricing</h3>
293
+ <p class="mt-2 text-base text-gray-500">
294
+ Clear, upfront pricing with no hidden fees. See exactly what you'll pay before making any commitments.
295
+ </p>
296
+ </div>
297
+ </div>
298
+
299
+ <div class="flex">
300
+ <div class="flex-shrink-0">
301
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
302
+ <i class="fas fa-mobile-alt"></i>
303
+ </div>
304
+ </div>
305
+ <div class="ml-4">
306
+ <h3 class="text-lg leading-6 font-medium text-gray-900">Mobile Optimized</h3>
307
+ <p class="mt-2 text-base text-gray-500">
308
+ Manage your freight partnerships on the go with our fully responsive mobile interface.
309
+ </p>
310
+ </div>
311
+ </div>
312
+
313
+ <div class="flex">
314
+ <div class="flex-shrink-0">
315
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
316
+ <i class="fas fa-file-contract"></i>
317
+ </div>
318
+ </div>
319
+ <div class="ml-4">
320
+ <h3 class="text-lg leading-6 font-medium text-gray-900">Contract Management</h3>
321
+ <p class="mt-2 text-base text-gray-500">
322
+ Create, sign, and manage contracts directly within the platform with our built-in document tools.
323
+ </p>
324
+ </div>
325
+ </div>
326
+
327
+ <div class="flex">
328
+ <div class="flex-shrink-0">
329
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
330
+ <i class="fas fa-headset"></i>
331
+ </div>
332
+ </div>
333
+ <div class="ml-4">
334
+ <h3 class="text-lg leading-6 font-medium text-gray-900">24/7 Support</h3>
335
+ <p class="mt-2 text-base text-gray-500">
336
+ Our dedicated support team is available around the clock to help with any questions or issues.
337
+ </p>
338
+ </div>
339
+ </div>
340
+ </div>
341
+ </div>
342
+ </div>
343
+ </div>
344
+
345
+ <!-- Testimonials -->
346
+ <div class="gradient-bg py-16">
347
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
348
+ <div class="lg:text-center">
349
+ <h2 class="text-base text-indigo-200 font-semibold tracking-wide uppercase">Testimonials</h2>
350
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-white sm:text-4xl">
351
+ What Our Users Say
352
+ </p>
353
+ </div>
354
+
355
+ <div class="mt-16 grid gap-8 lg:grid-cols-3">
356
+ <div class="testimonial-card bg-white p-8 rounded-lg shadow-lg">
357
+ <div class="flex items-center">
358
+ <div class="flex-shrink-0">
359
+ <img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="">
360
+ </div>
361
+ <div class="ml-4">
362
+ <h4 class="text-lg font-medium text-gray-900">Sarah Johnson</h4>
363
+ <p class="text-indigo-600">Freight Dispatcher</p>
364
+ </div>
365
+ </div>
366
+ <p class="mt-4 text-gray-600">
367
+ "FreightSync has completely transformed my business. I've connected with reliable carriers who understand my needs, and my revenue has increased by 40% in just six months."
368
+ </p>
369
+ <div class="mt-4 flex text-yellow-400">
370
+ <i class="fas fa-star"></i>
371
+ <i class="fas fa-star"></i>
372
+ <i class="fas fa-star"></i>
373
+ <i class="fas fa-star"></i>
374
+ <i class="fas fa-star"></i>
375
+ </div>
376
+ </div>
377
+
378
+ <div class="testimonial-card bg-white p-8 rounded-lg shadow-lg">
379
+ <div class="flex items-center">
380
+ <div class="flex-shrink-0">
381
+ <img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1570295999919-56ceb5ecca61?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="">
382
+ </div>
383
+ <div class="ml-4">
384
+ <h4 class="text-lg font-medium text-gray-900">Michael Rodriguez</h4>
385
+ <p class="text-indigo-600">Trucking Company Owner</p>
386
+ </div>
387
+ </div>
388
+ <p class="mt-4 text-gray-600">
389
+ "Finding good dispatchers used to be a nightmare. With FreightSync, I can browse profiles, see ratings, and connect with professionals who actually understand my business."
390
+ </p>
391
+ <div class="mt-4 flex text-yellow-400">
392
+ <i class="fas fa-star"></i>
393
+ <i class="fas fa-star"></i>
394
+ <i class="fas fa-star"></i>
395
+ <i class="fas fa-star"></i>
396
+ <i class="fas fa-star"></i>
397
+ </div>
398
+ </div>
399
+
400
+ <div class="testimonial-card bg-white p-8 rounded-lg shadow-lg">
401
+ <div class="flex items-center">
402
+ <div class="flex-shrink-0">
403
+ <img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1566492031773-4f4e44671857?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="">
404
+ </div>
405
+ <div class="ml-4">
406
+ <h4 class="text-lg font-medium text-gray-900">David Chen</h4>
407
+ <p class="text-indigo-600">Logistics Manager</p>
408
+ </div>
409
+ </div>
410
+ <p class="mt-4 text-gray-600">
411
+ "The platform's analytics tools give me incredible insights into my operations. I've optimized my routes and reduced empty miles by 22% since joining."
412
+ </p>
413
+ <div class="mt-4 flex text-yellow-400">
414
+ <i class="fas fa-star"></i>
415
+ <i class="fas fa-star"></i>
416
+ <i class="fas fa-star"></i>
417
+ <i class="fas fa-star"></i>
418
+ <i class="fas fa-star-half-alt"></i>
419
+ </div>
420
+ </div>
421
+ </div>
422
+ </div>
423
+ </div>
424
+
425
+ <!-- CTA Section -->
426
+ <div class="bg-white">
427
+ <div class="max-w-7xl mx-auto py-16 px-4 sm:px-6 lg:px-8">
428
+ <div class="bg-indigo-700 rounded-lg shadow-xl overflow-hidden lg:grid lg:grid-cols-2 lg:gap-4">
429
+ <div class="pt-10 pb-12 px-6 sm:pt-16 sm:px-16 lg:py-16 lg:pr-0 xl:py-20 xl:px-20">
430
+ <div class="lg:self-center">
431
+ <h2 class="text-3xl font-extrabold text-white sm:text-4xl">
432
+ <span class="block">Ready to transform your freight business?</span>
433
+ </h2>
434
+ <p class="mt-4 text-lg leading-6 text-indigo-200">
435
+ Join thousands of dispatchers and carriers who are already benefiting from our platform.
436
+ </p>
437
+ <div class="mt-8 flex">
438
+ <div class="inline-flex rounded-md shadow">
439
+ <a href="#" class="btn-primary inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-indigo-50">
440
+ Get Started
441
+ </a>
442
+ </div>
443
+ <div class="ml-3 inline-flex rounded-md shadow">
444
+ <a href="#" class="btn-primary inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 bg-opacity-60 hover:bg-opacity-70">
445
+ Live Demo
446
+ </a>
447
+ </div>
448
+ </div>
449
+ </div>
450
+ </div>
451
+ <div class="-mt-6 aspect-w-5 aspect-h-3 md:aspect-w-2 md:aspect-h-1">
452
+ <img class="transform translate-x-6 translate-y-6 rounded-md object-cover object-left-top sm:translate-x-16 lg:translate-y-20" src="https://images.unsplash.com/photo-1520333789090-1afc82db536a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1351&q=80" alt="Truck on highway">
453
+ </div>
454
+ </div>
455
+ </div>
456
+ </div>
457
+
458
+ <!-- Footer -->
459
+ <footer class="bg-gray-800">
460
+ <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
461
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8">
462
+ <div>
463
+ <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Solutions</h3>
464
+ <ul class="mt-4 space-y-4">
465
+ <li><a href="#" class="text-base text-gray-300 hover:text-white">For Dispatchers</a></li>
466
+ <li><a href="#" class="text-base text-gray-300 hover:text-white">For Carriers</a></li>
467
+ <li><a href="#" class="text-base text-gray-300 hover:text-white">For Brokers</a></li>
468
+ <li><a href="#" class="text-base text-gray-300 hover:text-white">Enterprise</a></li>
469
+ </ul>
470
+ </div>
471
+ <div>
472
+ <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Support</h3>
473
+ <ul class="mt-4 space-y-4">
474
+ <li><a href="#" class="text-base text-gray-300 hover:text-white">Help Center</a></li>
475
+ <li><a href="#" class="text-base text-gray-300 hover:text-white">Guides</a></li>
476
+ <li><a href="#" class="text-base text-gray-300 hover:text-white">API Status</a></li>
477
+ <li><a href="#" class="text-base text-gray-300 hover:text-white">Contact Us</a></li>
478
+ </ul>
479
+ </div>
480
+ <div>
481
+ <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Company</h3>
482
+ <ul class="mt-4 space-y-4">
483
+ <li><a href="#" class="text-base text-gray-300 hover:text-white">About</a></li>
484
+ <li><a href="#" class="text-base text-gray-300 hover:text-white">Blog</a></li>
485
+ <li><a href="#" class="text-base text-gray-300 hover:text-white">Careers</a></li>
486
+ <li><a href="#" class="text-base text-gray-300 hover:text-white">Press</a></li>
487
+ </ul>
488
+ </div>
489
+ <div>
490
+ <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Legal</h3>
491
+ <ul class="mt-4 space-y-4">
492
+ <li><a href="#" class="text-base text-gray-300 hover:text-white">Privacy</a></li>
493
+ <li><a href="#" class="text-base text-gray-300 hover:text-white">Terms</a></li>
494
+ <li><a href="#" class="text-base text-gray-300 hover:text-white">Cookie Policy</a></li>
495
+ <li><a href="#" class="text-base text-gray-300 hover:text-white">Licenses</a></li>
496
+ </ul>
497
+ </div>
498
+ </div>
499
+ <div class="mt-12 border-t border-gray-700 pt-8">
500
+ <div class="md:flex md:items-center md:justify-between">
501
+ <div class="flex justify-center space-x-6 md:order-2">
502
+ <a href="#" class="text-gray-400 hover:text-white">
503
+ <span class="sr-only">Facebook</span>
504
+ <i class="fab fa-facebook-f"></i>
505
+ </a>
506
+ <a href="#" class="text-gray-400 hover:text-white">
507
+ <span class="sr-only">Twitter</span>
508
+ <i class="fab fa-twitter"></i>
509
+ </a>
510
+ <a href="#" class="text-gray-400 hover:text-white">
511
+ <span class="sr-only">LinkedIn</span>
512
+ <i class="fab fa-linkedin-in"></i>
513
+ </a>
514
+ <a href="#" class="text-gray-400 hover:text-white">
515
+ <span class="sr-only">Instagram</span>
516
+ <i class="fab fa-instagram"></i>
517
+ </a>
518
+ </div>
519
+ <div class="mt-8 md:mt-0 md:order-1">
520
+ <p class="text-center text-base text-gray-400">
521
+ &copy; 2023 FreightSync. All rights reserved.
522
+ </p>
523
+ </div>
524
+ </div>
525
+ </div>
526
+ </div>
527
+ </footer>
528
+
529
+ <script>
530
+ // Mobile menu toggle
531
+ document.querySelector('[aria-controls="mobile-menu"]').addEventListener('click', function() {
532
+ const menu = document.getElementById('mobile-menu');
533
+ if (menu.classList.contains('hidden')) {
534
+ menu.classList.remove('hidden');
535
+ menu.classList.add('block');
536
+ } else {
537
+ menu.classList.remove('block');
538
+ menu.classList.add('hidden');
539
+ }
540
+ });
541
+
542
+ // Smooth scrolling for anchor links
543
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
544
+ anchor.addEventListener('click', function (e) {
545
+ e.preventDefault();
546
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
547
+ behavior: 'smooth'
548
+ });
549
+ });
550
+ });
551
+ </script>
552
+ <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=sdurdiyev/ratedispatch3" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
553
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Platform that connect freight dispacthers ( who look to find carrier to work with) and trucking companies ( who look for good dispatcher), like upwork, flat UI design), cool nice logo, futuristic, icons,