-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpricing.html
More file actions
234 lines (219 loc) · 11.9 KB
/
pricing.html
File metadata and controls
234 lines (219 loc) · 11.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pricing - TruckCraft Studio</title>
<meta name="description" content="Simple, transparent pricing for TruckCraft Studio. Free plan available. Pro plans starting at Rs 9/month for VTC websites.">
<meta name="keywords" content="VTC Pricing, Website Builder Cost, TruckCraft Studio Plans, Free VTC Website, Pro Features">
<link rel="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@300;400;500;600;700&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>
<!-- Preloader -->
<script>document.write(PreloaderHandler.getHTML());</script>
<!-- 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">
<!-- Pricing Hero Section -->
<section class="hero-section">
<div class="container">
<div class="pricing-header fade-in-up">
<div class="hero-badge">
<span>💰 Transparent Pricing</span>
</div>
<h1 class="hero-title">Simple, Transparent Pricing</h1>
<p class="pricing-subtitle">Choose the perfect plan for your VTC's needs. Start free, upgrade when you're ready.</p>
</div>
</div>
</section>
<!-- Pricing Plans -->
<section class="section">
<div class="container">
<div class="pricing-grid fade-in-up">
<!-- Free Plan -->
<div class="pricing-card fade-in-up delay-1">
<div class="pricing-header">
<h3>Free</h3>
<div class="price">
<span class="currency">Rs</span>
<span class="amount">0</span>
<span class="period">/month</span>
</div>
<p>Perfect for new VTCs getting started</p>
</div>
<div class="pricing-features">
<ul>
<li><span class="check">✓</span> 1 Website</li>
<li><span class="check">✓</span> Basic Templates</li>
<li><span class="check">✓</span> Download Website Code</li>
<li><span class="check">✓</span> Community Support</li>
<li><span class="cross">✗</span> Custom Domain</li>
<li><span class="cross">✗</span> Premium Templates</li>
<li><span class="cross">✗</span> Advanced Features</li>
</ul>
</div>
<a href="create.html" class="btn-primary full-width">Get Started</a>
</div>
<!-- Pro Plan -->
<div class="pricing-card featured fade-in-up delay-2">
<div class="pricing-badge">Most Popular</div>
<div class="pricing-header">
<h3>Pro</h3>
<div class="price">
<span class="currency">Rs</span>
<span class="amount">9</span>
<span class="period">/month</span>
</div>
<p>For growing VTCs with serious ambitions</p>
</div>
<div class="pricing-features">
<ul>
<li><span class="check">✓</span> 5 Websites</li>
<li><span class="check">✓</span> All Templates</li>
<li><span class="check">✓</span> Custom Domain Support</li>
<li><span class="check">✓</span> Email Support</li>
<li><span class="check">✓</span> Advanced Analytics</li>
</ul>
</div>
<a href="pricing.html" class="btn-primary full-width">Get Pro</a>
</div>
<!-- Enterprise Plan -->
<div class="pricing-card fade-in-up delay-3">
<div class="pricing-header">
<h3>Enterprise</h3>
<div class="price">
<span class="currency">Rs</span>
<span class="amount">29</span>
<span class="period">/month</span>
</div>
<p>For large VTCs and organizations</p>
</div>
<div class="pricing-features">
<ul>
<li><span class="check">✓</span> Unlimited Websites</li>
<li><span class="check">✓</span> Custom Templates</li>
<li><span class="check">✓</span> Dedicated Support</li>
<li><span class="check">✓</span> Advanced Analytics</li>
</ul>
</div>
<a href="contact.html" class="btn-primary full-width">Contact Sales</a>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="section">
<div class="container">
<div class="pricing-header fade-in-up">
<h2>Frequently Asked Questions</h2>
<p>Everything you need to know about our pricing plans</p>
</div>
<div class="faq-grid fade-in-up delay-1">
<div class="faq-item">
<h4>💳 Can I switch plans anytime?</h4>
<p>Yes, you can upgrade or downgrade your plan at any time. Changes take effect immediately and we'll prorate any charges.</p>
</div>
<div class="faq-item">
<h4>💰 Do you offer refunds?</h4>
<p>We offer a 30-day money-back guarantee on all paid plans, no questions asked. You can cancel anytime.</p>
</div>
<div class="faq-item">
<h4>🚀 Is there a setup fee?</h4>
<p>No setup fees, ever. You only pay the monthly subscription fee. Get started immediately with any plan.</p>
</div>
<div class="faq-item">
<h4>🌐 Can I use my own domain?</h4>
<p>Yes, Pro and Enterprise plans include custom domain support with easy one-click setup and SSL certificates.</p>
</div>
<div class="faq-item">
<h4>📊 What's included in analytics?</h4>
<p>Track visitor statistics, page views, traffic sources, and user engagement with our comprehensive analytics dashboard.</p>
</div>
<div class="faq-item">
<h4>🛠️ Do I need technical skills?</h4>
<p>Not at all! Our drag-and-drop builder is designed for everyone. No coding knowledge required, but code editing is available for advanced users.</p>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="section">
<div class="container">
<div class="cta-section fade-in-up">
<div class="cta-content">
<h2>Ready to Build Your VTC Website?</h2>
<p>Join thousands of Virtual Trucking Companies using TruckCraft Studio to create professional websites.</p>
<div class="cta-buttons">
<a href="create.html" class="btn-primary">Start Building Free</a>
<a href="contact.html" class="btn-outline">Contact Sales</a>
</div>
</div>
<div class="cta-stats" style="text-align: center;">
<div class="stat">
<div class="stat-number">10,000+</div>
<div class="stat-label">Websites Created</div>
</div>
<div class="stat">
<div class="stat-number">500+</div>
<div class="stat-label">VTCs Served</div>
</div>
<div class="stat">
<div class="stat-number">99.9%</div>
<div class="stat-label">Uptime</div>
</div>
</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": "WebPage",
"name": "TruckCraft Studio Pricing",
"description": "Simple, transparent pricing for TruckCraft Studio. Free plan available. Pro plans starting at Rs 9/month for VTC websites.",
"url": "https://truckcraft-studio.com/pricing.html",
"mainEntity": {
"@type": "Product",
"name": "TruckCraft Studio",
"offers": [
{
"@type": "Offer",
"name": "Free Plan",
"price": "0",
"priceCurrency": "INR",
"description": "Basic VTC website with essential features"
},
{
"@type": "Offer",
"name": "Pro Plan",
"price": "9",
"priceCurrency": "INR",
"description": "Advanced VTC website with premium features"
}
]
}
}
</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>
<link rel="stylesheet" href="assets/footer.css">
<script src="assets/global-error-handler.js"></script>
<script src="assets/scroll-animations.js"></script>
<script src="assets/main.js"></script>
<script src="assets/footer.js"></script>
</body>
</html>