Spaces:
Running
Running
File size: 28,107 Bytes
0a797e2 dd49a23 0a797e2 dd49a23 0a797e2 2718db9 0a797e2 2718db9 0a797e2 2718db9 0a797e2 2718db9 0a797e2 2718db9 0a797e2 2718db9 0a797e2 |
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 |
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VortexCode - Build Faster, Scale Better</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
indigo: {
400: '#818cf8',
500: '#6366f1',
600: '#4f46e5',
900: '#312e81',
},
purple: {
500: '#a855f7',
600: '#9333ea',
},
dark: {
900: '#0f172a',
800: '#1e293b',
700: '#334155',
}
}
}
}
}
</script>
</head>
<body class="bg-dark-900 text-gray-100 font-sans antialiased overflow-x-hidden">
<!-- Navbar Component -->
<custom-navbar></custom-navbar>
<!-- Hero Section -->
<section class="relative pt-32 pb-20 lg:pt-48 lg:pb-32 overflow-hidden">
<div class="absolute inset-0 z-0">
<div class="absolute inset-0 bg-gradient-to-br from-indigo-900/40 via-dark-900 to-purple-900/20"></div>
<div class="absolute top-0 left-1/4 w-96 h-96 bg-indigo-500/10 rounded-full blur-3xl"></div>
<div class="absolute bottom-0 right-1/4 w-96 h-96 bg-purple-500/10 rounded-full blur-3xl"></div>
</div>
<div class="container mx-auto px-6 relative z-10 text-center">
<div class="inline-block px-4 py-1.5 mb-6 border border-indigo-500/30 rounded-full bg-indigo-500/10 backdrop-blur-sm">
<span class="text-indigo-300 text-sm font-medium tracking-wide">β‘ Vortex 2.0 has been released</span>
</div>
<h1 class="text-5xl md:text-7xl font-bold mb-6 leading-tight">
Build the Future of <br>
<span class="text-transparent bg-clip-text bg-gradient-to-r from-indigo-400 to-purple-500">Software Development</span>
</h1>
<p class="text-lg md:text-xl text-gray-400 mb-10 max-w-2xl mx-auto">
Accelerate your workflow with our all-in-one platform. Integrate seamlessly, scale effortlessly, and deploy with confidence.
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<a href="#signup" class="px-8 py-4 bg-gradient-to-r from-indigo-600 to-purple-600 rounded-lg font-semibold text-white shadow-lg shadow-indigo-500/25 hover:shadow-indigo-500/40 transition-all transform hover:-translate-y-1">
Start Free Trial
</a>
<a href="#api-docs" class="px-8 py-4 bg-dark-800 border border-dark-700 rounded-lg font-semibold text-gray-300 hover:bg-dark-700 transition-colors flex items-center justify-center gap-2 group">
<i data-feather="book-open" class="w-4 h-4 text-indigo-400 group-hover:text-white transition-colors"></i>
Read the Docs
</a>
</div>
<!-- Demo Video Placeholder -->
<div class="mt-16 mx-auto max-w-4xl rounded-2xl border border-dark-700 bg-dark-800 shadow-2xl overflow-hidden relative group">
<div class="absolute inset-0 bg-indigo-900/10 group-hover:bg-transparent transition-colors pointer-events-none"></div>
<img src="http://static.photos/technology/1024x576/42" alt="Dashboard Preview" class="w-full h-auto opacity-90">
<div class="absolute inset-0 flex items-center justify-center">
<button class="w-20 h-20 bg-white/10 backdrop-blur-md rounded-full flex items-center justify-center border border-white/20 hover:bg-indigo-500/80 hover:scale-110 transition-all duration-300">
<i data-feather="play" class="w-8 h-8 text-white fill-current ml-1"></i>
</button>
</div>
</div>
</div>
</section>
<!-- Trusted By / Integrations Logos -->
<section class="py-10 border-y border-dark-800 bg-dark-900/50">
<div class="container mx-auto px-6 text-center">
<p class="text-sm font-semibold text-gray-500 uppercase tracking-widest mb-8">Trusted by innovative teams at</p>
<div class="flex flex-wrap justify-center gap-12 opacity-60 grayscale hover:grayscale-0 transition-all duration-500">
<!-- Using feather icons as logo placeholders for simplicity and visual consistency -->
<div class="flex items-center gap-2 text-2xl font-bold text-white"><i data-feather="box"></i> AcmeCorp</div>
<div class="flex items-center gap-2 text-2xl font-bold text-white"><i data-feather="hexagon"></i> Polygon</div>
<div class="flex items-center gap-2 text-2xl font-bold text-white"><i data-feather="layers"></i> Stack</div>
<div class="flex items-center gap-2 text-2xl font-bold text-white"><i data-feather="triangle"></i> Delta</div>
<div class="flex items-center gap-2 text-2xl font-bold text-white"><i data-feather="circle"></i> Orbit</div>
</div>
</div>
</section>
<!-- Features Comparison Table -->
<section id="features" class="py-24 relative">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-5xl font-bold mb-4">Choose Your Power</h2>
<p class="text-gray-400">Compare plans and find the perfect fit for your team.</p>
<a href="pricing.html" class="inline-flex items-center text-indigo-400 font-medium hover:text-indigo-300 transition-colors mt-4">
View detailed pricing <i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
</a>
</div>
<div class="overflow-x-auto rounded-xl border border-dark-700 bg-dark-800/50 backdrop-blur-sm">
<table class="w-full text-left border-collapse">
<thead>
<tr class="border-b border-dark-700 bg-dark-800">
<th class="p-6 text-lg font-semibold">Features</th>
<th class="p-6 text-lg font-semibold text-indigo-400">Starter</th>
<th class="p-6 text-lg font-semibold text-purple-400 relative">
Pro
<span class="absolute top-2 right-2 text-xs bg-purple-600 text-white px-2 py-0.5 rounded-full">Popular</span>
</th>
<th class="p-6 text-lg font-semibold">Enterprise</th>
</tr>
</thead>
<tbody class="divide-y divide-dark-700">
<tr class="hover:bg-dark-700/30 transition-colors">
<td class="p-6 text-gray-300">Projects</td>
<td class="p-6 text-gray-400">Up to 3</td>
<td class="p-6 text-white">Unlimited</td>
<td class="p-6 text-white">Unlimited</td>
</tr>
<tr class="hover:bg-dark-700/30 transition-colors">
<td class="p-6 text-gray-300">Team Members</td>
<td class="p-6 text-gray-400">1</td>
<td class="p-6 text-white">Up to 10</td>
<td class="p-6 text-white">Unlimited</td>
</tr>
<tr class="hover:bg-dark-700/30 transition-colors">
<td class="p-6 text-gray-300">API Access</td>
<td class="p-6 text-center"><i data-feather="x" class="w-5 h-5 text-red-400 mx-auto"></i></td>
<td class="p-6 text-center"><i data-feather="check" class="w-5 h-5 text-green-400 mx-auto"></i></td>
<td class="p-6 text-center"><i data-feather="check" class="w-5 h-5 text-green-400 mx-auto"></i></td>
</tr>
<tr class="hover:bg-dark-700/30 transition-colors">
<td class="p-6 text-gray-300">Advanced Analytics</td>
<td class="p-6 text-center"><i data-feather="x" class="w-5 h-5 text-red-400 mx-auto"></i></td>
<td class="p-6 text-center"><i data-feather="check" class="w-5 h-5 text-green-400 mx-auto"></i></td>
<td class="p-6 text-center"><i data-feather="check" class="w-5 h-5 text-green-400 mx-auto"></i></td>
</tr>
<tr class="hover:bg-dark-700/30 transition-colors">
<td class="p-6 text-gray-300">24/7 Priority Support</td>
<td class="p-6 text-center"><i data-feather="x" class="w-5 h-5 text-red-400 mx-auto"></i></td>
<td class="p-6 text-center"><i data-feather="x" class="w-5 h-5 text-red-400 mx-auto"></i></td>
<td class="p-6 text-center"><i data-feather="check" class="w-5 h-5 text-green-400 mx-auto"></i></td>
</tr>
<tr class="bg-dark-800/80">
<td class="p-6"></td>
<td class="p-6">
<a href="pricing.html" class="block w-full py-2 px-4 rounded border border-dark-600 text-white hover:border-indigo-500 transition-colors text-center">Get Started</a>
</td>
<td class="p-6">
<a href="pricing.html" class="block w-full py-2 px-4 rounded bg-purple-600 text-white font-medium hover:bg-purple-700 transition-colors shadow-lg shadow-purple-500/20 text-center">Get Pro</a>
</td>
<td class="p-6">
<a href="pricing.html" class="block w-full py-2 px-4 rounded border border-dark-600 text-white hover:border-purple-500 transition-colors text-center">Contact Sales</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<!-- Integrations -->
<section class="py-24 bg-dark-800/30">
<div class="container mx-auto px-6">
<div class="flex flex-col md:flex-row items-center gap-12">
<div class="md:w-1/2">
<h2 class="text-3xl md:text-5xl font-bold mb-6">Seamless <br><span class="text-indigo-400">Integrations</span></h2>
<p class="text-gray-400 text-lg mb-8">Connect VortexCode with the tools you already use. From Slack to GitHub, we fit right into your existing ecosystem.</p>
<a href="#" class="inline-flex items-center text-indigo-400 font-medium hover:text-indigo-300 transition-colors">
View all 100+ integrations <i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
</a>
</div>
<div class="md:w-1/2 grid grid-cols-3 gap-4">
<!-- Integration Cards -->
<div class="col-span-2 bg-dark-800 p-6 rounded-xl border border-dark-700 flex items-center justify-between hover:border-indigo-500/50 transition-colors">
<div class="flex items-center gap-4">
<div class="bg-white p-2 rounded"><i data-feather="git-branch" class="text-black"></i></div>
<span class="font-bold">GitHub</span>
</div>
<i data-feather="check-circle" class="text-green-500"></i>
</div>
<div class="bg-dark-800 p-6 rounded-xl border border-dark-700 flex items-center justify-between hover:border-purple-500/50 transition-colors">
<div class="flex items-center gap-2">
<div class="bg-[#4A154B] p-2 rounded"><i data-feather="hash" class="text-white"></i></div>
<span class="font-bold text-sm">Slack</span>
</div>
</div>
<div class="bg-dark-800 p-6 rounded-xl border border-dark-700 flex items-center justify-between hover:border-blue-500/50 transition-colors">
<div class="flex items-center gap-2">
<div class="bg-blue-500 p-2 rounded"><i data-feather="trello" class="text-white"></i></div>
<span class="font-bold text-sm">Trello</span>
</div>
</div>
<div class="col-span-2 bg-dark-800 p-6 rounded-xl border border-dark-700 flex items-center justify-between hover:border-yellow-500/50 transition-colors">
<div class="flex items-center gap-4">
<div class="bg-[#430098] p-2 rounded"><i data-feather="alert-circle" class="text-white"></i></div>
<span class="font-bold">Jira</span>
</div>
<i data-feather="check-circle" class="text-green-500"></i>
</div>
</div>
</div>
</div>
</section>
<!-- API Documentation Link -->
<section id="api-docs" class="py-24 relative overflow-hidden">
<!-- Decorative Background -->
<div class="absolute top-0 right-0 w-1/2 h-full bg-gradient-to-l from-indigo-900/10 to-transparent pointer-events-none"></div>
<div class="container mx-auto px-6">
<div class="flex flex-col lg:flex-row gap-16 items-center">
<div class="lg:w-1/2">
<div class="inline-flex items-center gap-2 px-3 py-1 rounded-full bg-indigo-500/10 text-indigo-400 text-sm font-medium mb-4 border border-indigo-500/20">
<i data-feather="code" class="w-4 h-4"></i> Developer First
</div>
<h2 class="text-3xl md:text-5xl font-bold mb-6">Powerful API, <br>Simple to use</h2>
<p class="text-gray-400 text-lg mb-8">Build custom workflows on top of VortexCode. Our RESTful API is robust, well-documented, and ready to scale with your application.</p>
<div class="flex flex-col sm:flex-row gap-4">
<a href="#" class="px-6 py-3 bg-white text-dark-900 font-bold rounded-lg hover:bg-gray-100 transition-colors">
Read Documentation
</a>
<a href="#" class="px-6 py-3 border border-dark-700 text-white font-medium rounded-lg hover:bg-dark-800 transition-colors flex items-center justify-center gap-2">
API Reference <i data-feather="external-link" class="w-4 h-4"></i>
</a>
</div>
</div>
<!-- Code Snippet Mockup -->
<div class="lg:w-1/2 w-full">
<div class="bg-[#1e1e1e] rounded-xl shadow-2xl border border-dark-700 overflow-hidden font-mono text-sm">
<div class="flex items-center px-4 py-3 bg-[#252526] border-b border-dark-700">
<div class="flex gap-2">
<div class="w-3 h-3 rounded-full bg-red-500"></div>
<div class="w-3 h-3 rounded-full bg-yellow-500"></div>
<div class="w-3 h-3 rounded-full bg-green-500"></div>
</div>
<div class="ml-4 text-gray-400 text-xs">fetch_example.js</div>
</div>
<div class="p-6 overflow-x-auto">
<pre><code class="language-javascript"><span class="text-purple-400">const</span> response = <span class="text-purple-400">await</span> <span class="text-yellow-300">fetch</span>(<span class="text-green-400">'https://api.vortexcode.com/v1/projects'</span>, {
<span class="text-blue-300">method</span>: <span class="text-green-400">'POST'</span>,
<span class="text-blue-300">headers</span>: {
<span class="text-green-400">'Authorization'</span>: <span class="text-green-400">`Bearer ${API_KEY}`</span>,
<span class="text-green-400">'Content-Type'</span>: <span class="text-green-400">'application/json'</span>
},
<span class="text-blue-300">body</span>: JSON.<span class="text-yellow-300">stringify</span>({
<span class="text-blue-300">name</span>: <span class="text-green-400">'My Awesome Project'</span>,
<span class="text-blue-300">framework</span>: <span class="text-green-400">'react'</span>
})
});
<span class="text-blue-300">const</span> project = <span class="text-purple-400">await</span> response.<span class="text-yellow-300">json</span>();
console.<span class="text-yellow-300">log</span>(project.id);</code></pre>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Use Cases -->
<section class="py-24 bg-dark-800/30">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-5xl font-bold mb-4">Built for every use case</h2>
<p class="text-gray-400">Discover how teams leverage VortexCode to ship faster.</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Use Case 1 -->
<div class="group bg-dark-900 border border-dark-700 rounded-2xl p-8 hover:border-indigo-500/50 transition-all duration-300 hover:-translate-y-2">
<div class="w-12 h-12 bg-indigo-500/10 rounded-lg flex items-center justify-center mb-6 group-hover:bg-indigo-500/20 transition-colors">
<i data-feather="zap" class="w-6 h-6 text-indigo-400"></i>
</div>
<h3 class="text-xl font-bold mb-3 text-white">Rapid Prototyping</h3>
<p class="text-gray-400 leading-relaxed">Turn ideas into functional prototypes in minutes using our pre-built component library and boilerplates.</p>
</div>
<!-- Use Case 2 -->
<div class="group bg-dark-900 border border-dark-700 rounded-2xl p-8 hover:border-purple-500/50 transition-all duration-300 hover:-translate-y-2">
<div class="w-12 h-12 bg-purple-500/10 rounded-lg flex items-center justify-center mb-6 group-hover:bg-purple-500/20 transition-colors">
<i data-feather="users" class="w-6 h-6 text-purple-400"></i>
</div>
<h3 class="text-xl font-bold mb-3 text-white">Team Collaboration</h3>
<p class="text-gray-400 leading-relaxed">Real-time editing, commenting, and version control ensure your entire team stays on the same page.</p>
</div>
<!-- Use Case 3 -->
<div class="group bg-dark-900 border border-dark-700 rounded-2xl p-8 hover:border-pink-500/50 transition-all duration-300 hover:-translate-y-2">
<div class="w-12 h-12 bg-pink-500/10 rounded-lg flex items-center justify-center mb-6 group-hover:bg-pink-500/20 transition-colors">
<i data-feather="bar-chart-2" class="w-6 h-6 text-pink-400"></i>
</div>
<h3 class="text-xl font-bold mb-3 text-white">Performance Monitoring</h3>
<p class="text-gray-400 leading-relaxed">Get deep insights into your application's performance with built-in analytics and error tracking.</p>
</div>
</div>
</div>
</section>
<!-- Security Certifications -->
<section class="py-24">
<div class="container mx-auto px-6">
<div class="bg-gradient-to-r from-indigo-900/40 to-purple-900/40 rounded-3xl border border-indigo-500/20 p-8 md:p-16 flex flex-col md:flex-row items-center gap-12">
<div class="md:w-1/2 text-center md:text-left">
<div class="inline-flex items-center justify-center w-16 h-16 bg-green-500/20 rounded-full mb-6">
<i data-feather="shield" class="w-8 h-8 text-green-400"></i>
</div>
<h2 class="text-3xl md:text-4xl font-bold mb-4">Enterprise-Grade Security</h2>
<p class="text-gray-300 text-lg">Your data security is our top priority. We comply with the strictest international standards to ensure your code remains safe.</p>
</div>
<div class="md:w-1/2 grid grid-cols-2 gap-6">
<div class="bg-dark-900/60 p-6 rounded-xl border border-white/10 text-center">
<div class="text-3xl mb-2">π</div>
<h4 class="font-bold text-white">SOC 2 Type II</h4>
<p class="text-sm text-gray-400 mt-2">Certified Compliant</p>
</div>
<div class="bg-dark-900/60 p-6 rounded-xl border border-white/10 text-center">
<div class="text-3xl mb-2">π</div>
<h4 class="font-bold text-white">GDPR Ready</h4>
<p class="text-sm text-gray-400 mt-2">Data Protection</p>
</div>
<div class="bg-dark-900/60 p-6 rounded-xl border border-white/10 text-center">
<div class="text-3xl mb-2">π</div>
<h4 class="font-bold text-white">ISO 27001</h4>
<p class="text-sm text-gray-400 mt-2">Information Security</p>
</div>
<div class="bg-dark-900/60 p-6 rounded-xl border border-white/10 text-center">
<div class="text-3xl mb-2">π‘οΈ</div>
<h4 class="font-bold text-white">SSO / SAML</h4>
<p class="text-sm text-gray-400 mt-2">Advanced Access</p>
</div>
</div>
</div>
</div>
</section>
<!-- Customer Stories -->
<section class="py-24 bg-dark-800/30">
<div class="container mx-auto px-6">
<h2 class="text-3xl md:text-5xl font-bold mb-16 text-center">Loved by Developers</h2>
<div class="grid md:grid-cols-2 gap-8 max-w-5xl mx-auto">
<!-- Testimonial 1 -->
<div class="bg-dark-900 p-8 rounded-2xl border border-dark-700 relative">
<i data-feather="quote" class="absolute top-6 right-6 text-dark-700 w-8 h-8"></i>
<div class="flex items-center gap-4 mb-6">
<img src="http://static.photos/people/200x200/12" alt="Sarah J" class="w-12 h-12 rounded-full border-2 border-indigo-500">
<div>
<h4 class="font-bold text-white">Sarah Jenkins</h4>
<p class="text-xs text-indigo-400">CTO at TechFlow</p>
</div>
</div>
<p class="text-gray-300 italic">"VortexCode completely transformed our development pipeline. We've cut our deployment time by 50%. The API is a dream to work with."</p>
<div class="flex gap-1 mt-4 text-yellow-400">
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
</div>
</div>
<!-- Testimonial 2 -->
<div class="bg-dark-900 p-8 rounded-2xl border border-dark-700 relative">
<i data-feather="quote" class="absolute top-6 right-6 text-dark-700 w-8 h-8"></i>
<div class="flex items-center gap-4 mb-6">
<img src="http://static.photos/people/200x200/35" alt="David R" class="w-12 h-12 rounded-full border-2 border-purple-500">
<div>
<h4 class="font-bold text-white">David Ross</h4>
<p class="text-xs text-purple-400">Lead Engineer at StartUp</p>
</div>
</div>
<p class="text-gray-300 italic">"The dark mode UI is gorgeous, and the performance is unmatched. It's exactly the tool I wished existed during my late-night coding sessions."</p>
<div class="flex gap-1 mt-4 text-yellow-400">
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
</div>
</div>
</div>
</div>
</section>
<!-- Free Trial Signup -->
<section id="signup" class="py-24 relative overflow-hidden">
<div class="absolute inset-0 z-0">
<div class="absolute inset-0 bg-gradient-to-t from-indigo-900/20 to-transparent pointer-events-none"></div>
</div>
<div class="container mx-auto px-6 relative z-10">
<div class="bg-dark-800 border border-indigo-500/30 rounded-3xl p-8 md:p-16 text-center max-w-4xl mx-auto shadow-2xl shadow-indigo-500/10">
<h2 class="text-3xl md:text-5xl font-bold mb-6">Ready to accelerate?</h2>
<p class="text-gray-400 text-lg mb-10 max-w-2xl mx-auto">Join thousands of developers building the future. Start your 14-day free trial today. No credit card required.</p>
<form class="max-w-md mx-auto flex flex-col sm:flex-row gap-4">
<input type="email" placeholder="Enter your work email" class="flex-1 bg-dark-900 border border-dark-700 text-white px-6 py-4 rounded-lg focus:outline-none focus:border-indigo-500 focus:ring-1 focus:ring-indigo-500 transition-all">
<button type="button" class="px-8 py-4 bg-gradient-to-r from-indigo-600 to-purple-600 text-white font-bold rounded-lg hover:shadow-lg hover:shadow-indigo-500/30 transition-all transform hover:-translate-y-0.5">
Get Started
</button>
</form>
<p class="text-xs text-gray-500 mt-4">By signing up, you agree to our Terms of Service and Privacy Policy.</p>
</div>
</div>
</section>
<!-- Footer Component -->
<custom-footer></custom-footer>
<!-- Component Scripts -->
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
<!-- Global Script -->
<script src="script.js"></script>
<script>feather.replace();</script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html> |