-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
587 lines (549 loc) · 29.9 KB
/
index.html
File metadata and controls
587 lines (549 loc) · 29.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TruckCraft Studio - Professional VTC Website Builder</title>
<meta name="description" content="Create stunning websites for your Virtual Trucking Company with our easy-to-use builder. No coding required - just professional results.">
<meta name="keywords" content="VTC, Virtual Trucking Company, ETS2, Website Builder, Euro Truck Simulator, Trucking, Fleet Management">
<meta name="author" content="TruckCraft Studio">
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#7c3aed">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://truckcraft-studio.com/">
<meta property="og:title" content="TruckCraft Studio - Professional VTC Website Builder">
<meta property="og:description" content="Create stunning websites for your Virtual Trucking Company with our easy-to-use builder. No coding required - just professional results.">
<meta property="og:image" content="assets/logo.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://truckcraft-studio.com/">
<meta property="twitter:title" content="TruckCraft Studio - Professional VTC Website Builder">
<meta property="twitter:description" content="Create stunning websites for your Virtual Trucking Company with our easy-to-use builder. No coding required - just professional results.">
<meta property="twitter:image" content="assets/logo.png">
<link rel="icon" href="assets/logo.png">
<link rel="apple-touch-icon" href="assets/logo.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/style.css">
<link rel="stylesheet" href="assets/responsive-enhancements.css">
<link rel="stylesheet" href="assets/alignment-fixes.css">
<link rel="stylesheet" href="assets/animations.css">
<link rel="stylesheet" href="assets/preloader.css">
<script src="assets/preloader.js"></script>
</head>
<body>
<!-- Truck Preloader -->
<div id="preloader" class="preloader">
<div class="preloader-content">
<div class="truck-container">
<svg class="truck" viewBox="0 0 200 100" width="200" height="100">
<!-- Truck Body -->
<rect x="80" y="30" width="70" height="35" fill="var(--primary)" rx="3"/>
<!-- Truck Cabin -->
<path d="M 150 30 L 165 30 L 175 45 L 175 65 L 150 65 Z" fill="var(--primary-light)"/>
<!-- Truck Window -->
<path d="M 155 35 L 168 35 L 173 45 L 173 50 L 155 50 Z" fill="var(--accent)" opacity="0.3"/>
<!-- Cargo Area -->
<rect x="85" y="35" width="60" height="25" fill="var(--primary-dark)" rx="2"/>
<!-- Wheels -->
<circle cx="100" cy="65" r="8" fill="var(--text-primary)" stroke="var(--border)" stroke-width="2"/>
<circle cx="100" cy="65" r="4" fill="var(--accent)"/>
<circle cx="160" cy="65" r="8" fill="var(--text-primary)" stroke="var(--border)" stroke-width="2"/>
<circle cx="160" cy="65" r="4" fill="var(--accent)"/>
<!-- Headlights -->
<circle cx="172" cy="50" r="2" fill="var(--accent)"/>
<circle cx="172" cy="56" r="2" fill="var(--accent)"/>
</svg>
<div class="road"></div>
</div>
<div class="loading-text">Loading TruckCraft Studio...</div>
<div class="progress-bar">
<div class="progress-fill"></div>
</div>
</div>
</div>
<!-- Skip to main content for accessibility -->
<a href="#main-content" class="skip-link">Skip to main content</a>
<!-- Navigation will be inserted by JavaScript -->
<!-- Main Content -->
<main id="main-content" role="main">
<!-- Hero Section -->
<section class="hero-section">
<div class="container">
<div class="hero-container">
<div class="hero-content fade-in-up">
<div class="hero-badge">
<span>🚀 New</span>
<span>Now with AI-Powered Templates</span>
</div>
<h1 class="hero-title">Build Professional VTC Websites</h1>
<p class="hero-description">
Create stunning websites for your Virtual Trucking Company with our easy-to-use builder.
No coding required - just professional results that will make your VTC stand out.
</p>
<div class="hero-actions">
<a href="templates.html" class="btn btn-primary slide-in-left">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8s0-6-6-6zm4 18H6V4h7v5h5v11z"/>
</svg>
Choose Template
</a>
<a href="features.html" class="btn btn-secondary slide-in-right">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M8 5v14l11-7z"/>
</svg>
View Features
</a>
</div>
<div class="hero-stats fade-in-up delay-3" style="text-align: center;">
<div class="stat-item">
<span class="stat-number">500+</span>
<span class="stat-label">VTCs Created</span>
</div>
<div class="stat-item">
<span class="stat-number">50k+</span>
<span class="stat-label">Monthly Visits</span>
</div>
<div class="stat-item">
<span class="stat-number">99.9%</span>
<span class="stat-label">Uptime</span>
</div>
</div>
</div>
<div class="hero-visual fade-in-right">
<div class="hero-features-grid">
<div class="hero-feature-card floating" style="animation-delay: 0.1s;">
<div class="feature-icon-hero">
<svg width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/>
</svg>
</div>
<h4>Premium Templates</h4>
<p>10+ professional designs</p>
</div>
<div class="hero-feature-card floating" style="animation-delay: 0.2s;">
<div class="feature-icon-hero">
<svg width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
<path d="M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94L14.4 2.81c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z"/>
</svg>
</div>
<h4>Easy Customization</h4>
<p>No coding required</p>
</div>
<div class="hero-feature-card floating" style="animation-delay: 0.3s;">
<div class="feature-icon-hero">
<svg width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
<path d="M17 1.01L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"/>
</svg>
</div>
<h4>Mobile Ready</h4>
<p>Perfect on any device</p>
</div>
<div class="hero-feature-card floating" style="animation-delay: 0.4s;">
<div class="feature-icon-hero">
<svg width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z"/>
</svg>
</div>
<h4>100% Free</h4>
<p>No hidden costs ever</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Quick Links Section -->
<section class="quick-links-section">
<div class="container">
<div class="quick-links-grid">
<a href="templates.html" class="quick-link-card fade-in-up delay-1" aria-label="Browse VTC Templates">
<div class="quick-link-icon" aria-hidden="true">
<svg width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
<path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z"/>
</svg>
</div>
<h3>Templates</h3>
<p>Browse professional VTC templates</p>
</a>
<a href="features.html" class="quick-link-card fade-in-up delay-2" aria-label="Explore Features">
<div class="quick-link-icon" aria-hidden="true">
<svg width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/>
</svg>
</div>
<h3>Features</h3>
<p>Explore powerful website features</p>
</a>
<a href="pricing.html" class="quick-link-card fade-in-up delay-3" aria-label="View Pricing Plans">
<div class="quick-link-icon" aria-hidden="true">
<svg width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1.41 16.09V20h-2.67v-1.93c-1.71-.36-3.16-1.46-3.27-3.4h1.96c.1 1.05.82 1.87 2.65 1.87 1.96 0 2.4-.98 2.4-1.59 0-.83-.44-1.61-2.67-2.14-2.48-.6-4.18-1.62-4.18-3.67 0-1.72 1.39-2.84 3.11-3.21V4h2.67v1.95c1.86.45 2.79 1.86 2.85 3.39H14.3c-.05-1.11-.64-1.87-2.22-1.87-1.5 0-2.4.68-2.4 1.64 0 .84.65 1.39 2.67 1.91s4.18 1.39 4.18 3.91c-.01 1.83-1.38 2.83-3.12 3.16z"/>
</svg>
</div>
<h3>Pricing</h3>
<p>Choose your perfect plan</p>
</a>
<a href="about.html" class="quick-link-card fade-in-up delay-4" aria-label="Learn About TruckCraft">
<div class="quick-link-icon" aria-hidden="true">
<svg width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/>
</svg>
</div>
<h3>About</h3>
<p>Learn more about TruckCraft</p>
</a>
</div>
</div>
</section>
<!-- How It Works Section -->
<section class="how-it-works-section">
<div class="container">
<div class="section-header">
<h2 class="section-title fade-in-up">How It Works</h2>
<p class="section-subtitle fade-in-up delay-1">Create your professional website in three simple steps</p>
</div>
<div class="steps-container">
<div class="step-card fade-in-up delay-2">
<div class="step-number">1</div>
<div class="step-icon">
<svg width="48" height="48" viewBox="0 0 24 24" fill="currentColor">
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8s0-6-6-6zm4 18H6V4h7v5h5v11z"/>
</svg>
</div>
<h3>Choose a Template</h3>
<p>Select from our collection of professionally designed templates tailored for VTC websites</p>
</div>
<div class="step-arrow fade-in-up delay-3">
<svg width="48" height="48" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/>
</svg>
</div>
<div class="step-card fade-in-up delay-3">
<div class="step-number">2</div>
<div class="step-icon">
<svg width="48" height="48" viewBox="0 0 24 24" fill="currentColor">
<path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/>
</svg>
</div>
<h3>Customize Your Site</h3>
<p>Use our easy visual editor to personalize colors, content, images, and layout without any coding</p>
</div>
<div class="step-arrow fade-in-up delay-4">
<svg width="48" height="48" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/>
</svg>
</div>
<div class="step-card fade-in-up delay-4">
<div class="step-number">3</div>
<div class="step-icon">
<svg width="48" height="48" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z"/>
</svg>
</div>
<h3>Publish & Share</h3>
<p>Launch your website instantly and share it with your community. Update anytime with ease</p>
</div>
</div>
</div>
</section>
<!-- Features Showcase Section -->
<section class="features-showcase-section">
<div class="container">
<div class="section-header">
<h2 class="section-title fade-in-up">Why Choose Web Maker?</h2>
<p class="section-subtitle fade-in-up delay-1">Everything you need to create a stunning VTC website</p>
</div>
<div class="features-showcase-grid">
<div class="showcase-card fade-in-up delay-2">
<div class="showcase-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="currentColor">
<path d="M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z"/>
</svg>
</div>
<h3>Event Management</h3>
<p>Built-in calendar and event scheduling system to organize your VTC convoys and activities</p>
</div>
<div class="showcase-card fade-in-up delay-3">
<div class="showcase-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="currentColor">
<path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"/>
</svg>
</div>
<h3>Member Management</h3>
<p>Showcase your team members with profiles, roles, and stats tracking functionality</p>
</div>
<div class="showcase-card fade-in-up delay-4">
<div class="showcase-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="currentColor">
<path d="M21 3H3c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.11-.9-2-2-2zm0 14H3V5h18v12z"/>
</svg>
</div>
<h3>Responsive Design</h3>
<p>Your website looks perfect on all devices - desktop, tablet, and mobile automatically</p>
</div>
<div class="showcase-card fade-in-up delay-2">
<div class="showcase-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>
</svg>
</div>
<h3>SEO Optimized</h3>
<p>Built with SEO best practices to help your VTC website rank better in search results</p>
</div>
<div class="showcase-card fade-in-up delay-3">
<div class="showcase-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="currentColor">
<path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/>
</svg>
</div>
<h3>Contact Forms</h3>
<p>Easy-to-use contact and application forms to connect with potential new members</p>
</div>
<div class="showcase-card fade-in-up delay-4">
<div class="showcase-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/>
</svg>
</div>
<h3>Fast & Secure</h3>
<p>Lightning-fast loading speeds and secure hosting to keep your website running smoothly</p>
</div>
<div class="showcase-card fade-in-up delay-2">
<div class="showcase-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.5-13H11v6l5.2 3.2.8-1.3-4.5-2.7V7z"/>
</svg>
</div>
<h3>24/7 Support</h3>
<p>Get help anytime you need it through our Discord community and comprehensive documentation</p>
</div>
<div class="showcase-card fade-in-up delay-3">
<div class="showcase-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="currentColor">
<path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm2 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z"/>
</svg>
</div>
<h3>Regular Updates</h3>
<p>Continuously improving with new templates, features, and enhancements based on user feedback</p>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section class="testimonials-section">
<div class="container">
<div class="section-header">
<h2 class="section-title fade-in-up">What VTC Owners Say</h2>
<p class="section-subtitle fade-in-up delay-1">Join hundreds of satisfied VTC owners who trust Web Maker</p>
</div>
<div class="testimonials-grid">
<div class="testimonial-card fade-in-up delay-2">
<div class="testimonial-rating">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>
</svg>
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>
</svg>
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>
</svg>
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>
</svg>
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>
</svg>
</div>
<p class="testimonial-text">"Web Maker transformed our VTC's online presence! The templates are beautiful and so easy to customize. We had our website up in less than an hour."</p>
<div class="testimonial-author">
<div class="author-avatar">JD</div>
<div class="author-info">
<h4>John Doe</h4>
<p>Founder, European Express VTC</p>
</div>
</div>
</div>
<div class="testimonial-card fade-in-up delay-3">
<div class="testimonial-rating">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>
</svg>
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>
</svg>
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>
</svg>
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>
</svg>
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>
</svg>
</div>
<p class="testimonial-text">"The best part is it's completely free! No hidden fees, no surprises. Professional quality without breaking the bank. Highly recommended!"</p>
<div class="testimonial-author">
<div class="author-avatar">SM</div>
<div class="author-info">
<h4>Sarah Miller</h4>
<p>Manager, Road Warriors VTC</p>
</div>
</div>
</div>
<div class="testimonial-card fade-in-up delay-4">
<div class="testimonial-rating">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>
</svg>
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>
</svg>
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>
</svg>
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>
</svg>
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>
</svg>
</div>
<p class="testimonial-text">"Our recruitment numbers doubled after launching our new website. The modern design and easy navigation make a huge difference. Thank you Web Maker!"</p>
<div class="testimonial-author">
<div class="author-avatar">MK</div>
<div class="author-info">
<h4>Mike Johnson</h4>
<p>CEO, TransEuro Logistics</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta-section">
<div class="container">
<div class="cta-content fade-in-up">
<h2>Ready to Build Your VTC Website?</h2>
<p>
Join thousands of VTC companies using TruckCraft Studio to create professional websites that drive engagement and grow their communities.
</p>
<div class="cta-actions">
<a href="create.html" class="btn btn-primary btn-large pulse-on-hover">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/>
</svg>
Get Started Free
</a>
<a href="templates.html" class="btn btn-outline btn-large pulse-on-hover">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z"/>
</svg>
Browse Templates
</a>
</div>
</div>
</div>
</section>
</main>
<!-- Footer will be inserted by JavaScript -->
<!-- Structured Data for SEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "TruckCraft Studio",
"description": "Professional VTC Website Builder for Virtual Trucking Companies",
"url": "https://truckcraft-studio.com",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "INR"
},
"creator": {
"@type": "Organization",
"name": "TruckCraft Studio"
},
"featureList": [
"Drag-and-drop website builder",
"Professional VTC templates",
"Mobile-responsive design",
"Custom domain support",
"SEO optimization"
]
}
</script>
<!-- Footer -->
<footer class="site-footer" role="contentinfo">
<div class="footer-container">
<div class="footer-main">
<div class="footer-brand">
<a href="index.html" class="footer-logo" aria-label="TruckCraft Studio Home">
<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path d="M16 2L3 9v14l13 7 13-7V9L16 2z" fill="currentColor" opacity="0.2"/>
<path d="M16 8l8 4.5v9L16 26l-8-4.5v-9L16 8z" fill="currentColor"/>
<circle cx="16" cy="16" r="3" fill="white"/>
</svg>
<span>TruckCraft Studio</span>
</a>
<p class="footer-tagline">Create stunning VTC websites with ease. Professional tools for virtual trucking companies.</p>
<div class="footer-socials" role="list">
<a href="https://twitter.com/your-handle" class="footer-social-link" aria-label="Follow us on Twitter" target="_blank" rel="noopener noreferrer">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z"/></svg>
</a>
<a href="https://linkedin.com/company/your-company" class="footer-social-link" aria-label="Connect on LinkedIn" target="_blank" rel="noopener noreferrer">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z"/><circle cx="4" cy="4" r="2"/></svg>
</a>
<a href="https://github.com/Shriii19/web-maker" class="footer-social-link" aria-label="View on GitHub" target="_blank" rel="noopener noreferrer">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 00-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0020 4.77 5.07 5.07 0 0019.91 1S18.73.65 16 2.48a13.38 13.38 0 00-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 005 4.77a5.44 5.44 0 00-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 009 18.13V22"/></svg>
</a>
</div>
</div>
<nav class="footer-links">
<ul class="footer-links-list">
<li><a href="about.html">About Us</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<nav class="footer-links">
<ul class="footer-links-list">
<li><a href="templates.html">Templates</a></li>
<li><a href="pro-templates.html">Pro Templates</a></li>
<li><a href="create.html">Create Website</a></li>
</ul>
</nav>
<nav class="footer-links">
<ul class="footer-links-list">
<li><a href="help.html">Help Center</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
</ul>
</nav>
</div>
<div class="footer-bottom">
<p class="footer-copyright">© <span id="current-year">2025</span> TruckCraft Studio. All rights reserved.</p>
<nav aria-label="Legal">
<ul class="footer-legal">
<li><a href="terms.html">Terms of Service</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
</ul>
</nav>
</div>
</div>
</footer>
<!-- Animation Scripts -->
<link rel="stylesheet" href="assets/footer.css">
<script src="assets/scroll-animations.js"></script>
<script src="assets/global-error-handler.js"></script>
<script src="assets/main.js"></script>
<script src="assets/footer.js"></script>
</body>
</html>