Spaces:
Running
Running
File size: 40,154 Bytes
84cd42f | 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 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI SaaS Platform - Next Generation AI Solutions</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
background: linear-gradient(to bottom, #f9fafb, #f3f4f6);
}
.gradient-text {
background: linear-gradient(90deg, #3b82f6, #8b5cf6);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.hero-gradient {
background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.particle {
position: absolute;
border-radius: 50%;
background: rgba(59, 130, 246, 0.2);
pointer-events: none;
}
.glass-effect {
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
background-color: rgba(255, 255, 255, 0.7);
}
</style>
</head>
<body class="min-h-screen">
<!-- Navbar -->
<nav class="glass-effect fixed w-full z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0">
<span class="text-2xl font-bold gradient-text">AI<span class="text-gray-900">SaaS</span></span>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-4">
<a href="#features" class="text-gray-700 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">Features</a>
<a href="#solutions" class="text-gray-700 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">Solutions</a>
<a href="#pricing" class="text-gray-700 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">Pricing</a>
<a href="#testimonials" class="text-gray-700 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">Testimonials</a>
</div>
</div>
</div>
<div class="hidden md:block">
<div class="ml-4 flex items-center md:ml-6">
<a href="#" class="text-gray-700 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">Sign In</a>
<a href="#" class="ml-3 bg-indigo-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-indigo-700 transition-colors">Sign Up</a>
</div>
</div>
<div class="-mr-2 flex md:hidden">
<button type="button" id="mobile-menu-button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-700 hover:text-indigo-600 hover:bg-gray-100 focus:outline-none">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden">
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
<a href="#features" class="text-gray-700 hover:text-indigo-600 block px-3 py-2 rounded-md text-base font-medium">Features</a>
<a href="#solutions" class="text-gray-700 hover:text-indigo-600 block px-3 py-2 rounded-md text-base font-medium">Solutions</a>
<a href="#pricing" class="text-gray-700 hover:text-indigo-600 block px-3 py-2 rounded-md text-base font-medium">Pricing</a>
<a href="#testimonials" class="text-gray-700 hover:text-indigo-600 block px-3 py-2 rounded-md text-base font-medium">Testimonials</a>
<div class="pt-4 pb-3 border-t border-gray-200">
<a href="#" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-indigo-600">Sign In</a>
<a href="#" class="block px-3 py-2 rounded-md text-base font-medium text-white bg-indigo-600 hover:bg-indigo-700 mt-2">Sign Up</a>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div id="particles-js" class="relative hero-gradient pt-32 pb-20 px-4 sm:px-6 lg:pt-40 lg:pb-28 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="relative z-10">
<div class="text-center">
<h1 class="text-4xl tracking-tight font-extrabold text-gray-900 sm:text-5xl md:text-6xl">
<span class="block">Transform Your Business with</span>
<span class="block gradient-text">AI-Powered Solutions</span>
</h1>
<p class="mt-3 max-w-md mx-auto text-base text-gray-600 sm:text-lg md:mt-5 md:text-xl md:max-w-3xl">
Our cutting-edge AI platform helps businesses automate processes, gain insights, and deliver exceptional customer experiences.
</p>
<div class="mt-10 flex justify-center">
<div class="rounded-md shadow">
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 md:py-4 md:text-lg md:px-10">
Get Started
</a>
</div>
<div class="ml-3 rounded-md shadow">
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10">
Live Demo
</a>
</div>
</div>
</div>
</div>
<div class="mt-16 relative max-w-5xl mx-auto">
<div class="relative rounded-xl shadow-xl overflow-hidden">
<div class="absolute inset-0 bg-indigo-600 opacity-10"></div>
<div class="relative px-6 py-8 sm:p-10">
<div class="flex justify-center">
<div class="w-full max-w-3xl">
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80" alt="Dashboard screenshot" class="rounded-lg shadow-2xl border border-gray-200">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Features Section -->
<div id="features" class="py-12 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Features</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
A better way to leverage AI
</p>
<p class="mt-4 max-w-2xl text-xl text-gray-600 lg:mx-auto">
Our platform is packed with powerful features designed to help your business thrive in the digital age.
</p>
</div>
<div class="mt-20">
<div class="grid grid-cols-1 gap-12 md:grid-cols-2 lg:grid-cols-3">
<!-- Feature 1 -->
<div class="feature-card relative transition-all duration-300 ease-in-out p-8 rounded-xl border border-gray-100 shadow-sm hover:border-indigo-100">
<div class="absolute -top-6 left-6 h-12 w-12 rounded-lg bg-indigo-50 flex items-center justify-center">
<i class="fas fa-brain text-indigo-600 text-xl"></i>
</div>
<h3 class="mt-6 text-lg font-medium text-gray-900">Smart Automation</h3>
<p class="mt-2 text-base text-gray-600">
Automate repetitive tasks with our intelligent workflows that learn and improve over time.
</p>
<div class="mt-6">
<a href="#" class="text-indigo-600 text-sm font-medium inline-flex items-center">
Learn more <i class="fas fa-chevron-right ml-1 text-xs"></i>
</a>
</div>
</div>
<!-- Feature 2 -->
<div class="feature-card relative transition-all duration-300 ease-in-out p-8 rounded-xl border border-gray-100 shadow-sm hover:border-indigo-100">
<div class="absolute -top-6 left-6 h-12 w-12 rounded-lg bg-indigo-50 flex items-center justify-center">
<i class="fas fa-chart-line text-indigo-600 text-xl"></i>
</div>
<h3 class="mt-6 text-lg font-medium text-gray-900">Advanced Analytics</h3>
<p class="mt-2 text-base text-gray-600">
Get actionable insights from your data with our powerful predictive analytics engine.
</p>
<div class="mt-6">
<a href="#" class="text-indigo-600 text-sm font-medium inline-flex items-center">
Learn more <i class="fas fa-chevron-right ml-1 text-xs"></i>
</a>
</div>
</div>
<!-- Feature 3 -->
<div class="feature-card relative transition-all duration-300 ease-in-out p-8 rounded-xl border border-gray-100 shadow-sm hover:border-indigo-100">
<div class="absolute -top-6 left-6 h-12 w-12 rounded-lg bg-indigo-50 flex items-center justify-center">
<i class="fas fa-robot text-indigo-600 text-xl"></i>
</div>
<h3 class="mt-6 text-lg font-medium text-gray-900">AI Assistants</h3>
<p class="mt-2 text-base text-gray-600">
Deploy conversational AI agents that provide 24/7 support to your customers.
</p>
<div class="mt-6">
<a href="#" class="text-indigo-600 text-sm font-medium inline-flex items-center">
Learn more <i class="fas fa-chevron-right ml-1 text-xs"></i>
</a>
</div>
</div>
<!-- Feature 4 -->
<div class="feature-card relative transition-all duration-300 ease-in-out p-8 rounded-xl border border-gray-100 shadow-sm hover:border-indigo-100">
<div class="absolute -top-6 left-6 h-12 w-12 rounded-lg bg-indigo-50 flex items-center justify-center">
<i class="fas fa-shield-alt text-indigo-600 text-xl"></i>
</div>
<h3 class="mt-6 text-lg font-medium text-gray-900">Enterprise Security</h3>
<p class="mt-2 text-base text-gray-600">
Industry-leading security with end-to-end encryption and compliance certifications.
</p>
<div class="mt-6">
<a href="#" class="text-indigo-600 text-sm font-medium inline-flex items-center">
Learn more <i class="fas fa-chevron-right ml-1 text-xs"></i>
</a>
</div>
</div>
<!-- Feature 5 -->
<div class="feature-card relative transition-all duration-300 ease-in-out p-8 rounded-xl border border-gray-100 shadow-sm hover:border-indigo-100">
<div class="absolute -top-6 left-6 h-12 w-12 rounded-lg bg-indigo-50 flex items-center justify-center">
<i class="fas fa-sync-alt text-indigo-600 text-xl"></i>
</div>
<h3 class="mt-6 text-lg font-medium text-gray-900">Seamless Integrations</h3>
<p class="mt-2 text-base text-gray-600">
Connect with your favorite tools via our extensive API and native integrations.
</p>
<div class="mt-6">
<a href="#" class="text-indigo-600 text-sm font-medium inline-flex items-center">
Learn more <i class="fas fa-chevron-right ml-1 text-xs"></i>
</a>
</div>
</div>
<!-- Feature 6 -->
<div class="feature-card relative transition-all duration-300 ease-in-out p-8 rounded-xl border border-gray-100 shadow-sm hover:border-indigo-100">
<div class="absolute -top-6 left-6 h-12 w-12 rounded-lg bg-indigo-50 flex items-center justify-center">
<i class="fas fa-cloud text-indigo-600 text-xl"></i>
</div>
<h3 class="mt-6 text-lg font-medium text-gray-900">Cloud Native</h3>
<p class="mt-2 text-base text-gray-600">
Built for the cloud with auto-scaling, high availability, and global performance.
</p>
<div class="mt-6">
<a href="#" class="text-indigo-600 text-sm font-medium inline-flex items-center">
Learn more <i class="fas fa-chevron-right ml-1 text-xs"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Solutions Section -->
<div id="solutions" class="py-16 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Solutions</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Tailored for your industry
</p>
</div>
<div class="mt-12 grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3">
<!-- Solution 1 -->
<div class="bg-white overflow-hidden shadow rounded-lg">
<div class="px-4 py-5 sm:p-6">
<div class="flex items-center">
<div class="flex-shrink-0 bg-indigo-50 rounded-md p-3">
<i class="fas fa-store text-indigo-600 text-xl"></i>
</div>
<div class="ml-5 w-0 flex-1">
<h3 class="text-lg font-medium text-gray-900">Retail & E-commerce</h3>
</div>
</div>
<div class="mt-4">
<p class="text-base text-gray-600">
Personalized recommendations, inventory optimization, and AI-powered customer service to boost your sales.
</p>
</div>
</div>
<div class="bg-gray-50 px-4 py-4 sm:px-6">
<div class="text-sm">
<a href="#" class="font-medium text-indigo-600 hover:text-indigo-500"> Explore solution </a>
</div>
</div>
</div>
<!-- Solution 2 -->
<div class="bg-white overflow-hidden shadow rounded-lg">
<div class="px-4 py-5 sm:p-6">
<div class="flex items-center">
<div class="flex-shrink-0 bg-indigo-50 rounded-md p-3">
<i class="fas fa-heartbeat text-indigo-600 text-xl"></i>
</div>
<div class="ml-5 w-0 flex-1">
<h3 class="text-lg font-medium text-gray-900">Healthcare</h3>
</div>
</div>
<div class="mt-4">
<p class="text-base text-gray-600">
Predictive diagnostics, patient monitoring, and automated administrative tasks to improve care.
</p>
</div>
</div>
<div class="bg-gray-50 px-4 py-4 sm:px-6">
<div class="text-sm">
<a href="#" class="font-medium text-indigo-600 hover:text-indigo-500"> Explore solution </a>
</div>
</div>
</div>
<!-- Solution 3 -->
<div class="bg-white overflow-hidden shadow rounded-lg">
<div class="px-4 py-5 sm:p-6">
<div class="flex items-center">
<div class="flex-shrink-0 bg-indigo-50 rounded-md p-3">
<i class="fas fa-university text-indigo-600 text-xl"></i>
</div>
<div class="ml-5 w-0 flex-1">
<h3 class="text-lg font-medium text-gray-900">Financial Services</h3>
</div>
</div>
<div class="mt-4">
<p class="text-base text-gray-600">
Fraud detection, risk assessment, and personalized financial advice powered by AI.
</p>
</div>
</div>
<div class="bg-gray-50 px-4 py-4 sm:px-6">
<div class="text-sm">
<a href="#" class="font-medium text-indigo-600 hover:text-indigo-500"> Explore solution </a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Pricing Section -->
<div id="pricing" class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Pricing</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Simple, transparent pricing
</p>
<p class="mt-4 max-w-2xl text-xl text-gray-600 mx-auto">
Start for free, then upgrade as you grow. No hidden fees, cancel anytime.
</p>
</div>
<div class="mt-16 space-y-8 lg:space-y-0 lg:grid lg:grid-cols-3 lg:gap-x-8">
<!-- Free Tier -->
<div class="relative p-8 bg-white border border-gray-200 rounded-2xl shadow-sm">
<div class="absolute -top-4 left-6 bg-gray-100 text-gray-600 text-sm font-semibold px-3 py-1 rounded-full">
Free forever
</div>
<div class="mb-6">
<h3 class="text-lg font-medium text-gray-900">Starter</h3>
<p class="mt-4">
<span class="text-4xl font-extrabold text-gray-900">$0</span>
<span class="text-base font-medium text-gray-500">/month</span>
</p>
<p class="mt-4 text-sm text-gray-500">
Perfect for individuals and small teams getting started with AI.
</p>
</div>
<ul class="space-y-4">
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">10,000 API calls/month</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">Basic AI models</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">Community support</span>
</li>
</ul>
<a href="#" class="mt-8 block w-full py-3 px-6 border border-gray-200 rounded-md text-center text-sm font-medium text-gray-900 hover:bg-gray-50">
Get started
</a>
</div>
<!-- Pro Tier -->
<div class="relative p-8 bg-white border-2 border-indigo-600 rounded-2xl shadow-lg">
<div class="absolute -top-4 left-6 bg-indigo-100 text-indigo-800 text-sm font-semibold px-3 py-1 rounded-full">
Most popular
</div>
<div class="mb-6">
<h3 class="text-lg font-medium text-gray-900">Professional</h3>
<p class="mt-4">
<span class="text-4xl font-extrabold text-gray-900">$99</span>
<span class="text-base font-medium text-gray-500">/month</span>
</p>
<p class="mt-4 text-sm text-gray-500">
For growing businesses that need more power and flexibility.
</p>
</div>
<ul class="space-y-4">
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">100,000 API calls/month</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">Advanced AI models</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">Priority support</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">Custom integrations</span>
</li>
</ul>
<a href="#" class="mt-8 block w-full py-3 px-6 border border-transparent rounded-md text-center text-sm font-medium text-white bg-indigo-600 hover:bg-indigo-700">
Start free trial
</a>
</div>
<!-- Enterprise Tier -->
<div class="relative p-8 bg-white border border-gray-200 rounded-2xl shadow-sm">
<div class="mb-6">
<h3 class="text-lg font-medium text-gray-900">Enterprise</h3>
<p class="mt-4">
<span class="text-4xl font-extrabold text-gray-900">Custom</span>
</p>
<p class="mt-4 text-sm text-gray-500">
For organizations with custom needs and large-scale deployments.
</p>
</div>
<ul class="space-y-4">
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">Unlimited API calls</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">Premium AI models</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">24/7 dedicated support</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">Custom model training</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">On-premise deployment</span>
</li>
</ul>
<a href="#" class="mt-8 block w-full py-3 px-6 border border-gray-200 rounded-md text-center text-sm font-medium text-gray-900 hover:bg-gray-50">
Contact sales
</a>
</div>
</div>
</div>
</div>
<!-- Testimonials Section -->
<div id="testimonials" class="py-16 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Testimonials</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Trusted by leading companies
</p>
</div>
<div class="mt-12 grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3">
<!-- Testimonial 1 -->
<div class="bg-white p-6 rounded-lg shadow">
<div class="flex items-center">
<div class="flex-shrink-0">
<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="Sarah Johnson">
</div>
<div class="ml-4">
<h4 class="text-sm font-bold text-gray-900">Sarah Johnson</h4>
<p class="text-sm text-gray-500">CTO at TechCorp</p>
</div>
</div>
<div class="mt-4">
<p class="text-gray-600 italic">
"AI SaaS has transformed our customer service operations. Our response times have improved by 70% and customer satisfaction scores are at an all-time high."
</p>
</div>
<div class="mt-4 flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
<!-- Testimonial 2 -->
<div class="bg-white p-6 rounded-lg shadow">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="Michael Chen">
</div>
<div class="ml-4">
<h4 class="text-sm font-bold text-gray-900">Michael Chen</h4>
<p class="text-sm text-gray-500">Director of AI at RetailX</p>
</div>
</div>
<div class="mt-4">
<p class="text-gray-600 italic">
"The predictive analytics capabilities have helped us optimize our inventory and reduce waste by 35%. The ROI was evident within the first quarter."
</p>
</div>
<div class="mt-4 flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
<!-- Testimonial 3 -->
<div class="bg-white p-6 rounded-lg shadow">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1487412720507-e7ab37603fc6?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="Emma Rodriguez">
</div>
<div class="ml-4">
<h4 class="text-sm font-bold text-gray-900">Emma Rodriguez</h4>
<p class="text-sm text-gray-500">VP of Product at HealthPlus</p>
</div>
</div>
<div class="mt-4">
<p class="text-gray-600 italic">
"Implementing AI SaaS was seamless and their team provided exceptional support. We've automated 50+ processes, freeing up our staff for higher-value work."
</p>
</div>
<div class="mt-4 flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
</div>
</div>
</div>
<!-- CTA Section -->
<div class="bg-indigo-700">
<div class="max-w-2xl mx-auto text-center py-16 px-4 sm:py-20 sm:px-6 lg:px-8">
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
<span class="block">Ready to transform your business?</span>
<span class="block">Start your free trial today.</span>
</h2>
<p class="mt-4 text-lg leading-6 text-indigo-200">
No credit card required. Get started in minutes.
</p>
<a href="#" class="mt-8 w-full 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 sm:w-auto">
Sign up for free
</a>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-900">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-5 gap-8">
<div class="col-span-2">
<h3 class="text-2xl font-bold text-white">
<span class="gradient-text">AI</span><span class="text-white">SaaS</span>
</h3>
<p class="mt-4 text-gray-400">
Empowering businesses with cutting-edge AI solutions to drive growth and efficiency.
</p>
<div class="mt-6 flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-twitter text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-linkedin text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-github text-xl"></i>
</a>
</div>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Product</h3>
<div class="mt-4 space-y-4">
<a href="#" class="text-base text-gray-300 hover:text-white block">Features</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Solutions</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Pricing</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Demo</a>
</div>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Resources</h3>
<div class="mt-4 space-y-4">
<a href="#" class="text-base text-gray-300 hover:text-white block">Documentation</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">API Reference</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Blog</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Community</a>
</div>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Company</h3>
<div class="mt-4 space-y-4">
<a href="#" class="text-base text-gray-300 hover:text-white block">About</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Careers</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Privacy</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Terms</a>
</div>
</div>
</div>
<div class="mt-12 border-t border-gray-800 pt-8">
<p class="text-base text-gray-400 text-center">
© 2023 AI SaaS Platform. All rights reserved.
</p>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
});
// Simple particle effect for hero section
function createParticles() {
const container = document.getElementById('particles-js');
if (!container) return;
const particleCount = 30;
const particles = [];
for (let i = 0; i < particleCount; i++) {
const particle = document.createElement('div');
particle.className = 'particle';
// Random size between 5 and 15px
const size = Math.random() * 10 + 5;
particle.style.width = `${size}px`;
particle.style.height = `${size}px`;
// Random position
const x = Math.random() * 100;
const y = Math.random() * 100;
particle.style.left = `${x}%`;
particle.style.top = `${y}%`;
// Random opacity
const opacity = Math.random() * 0.5 + 0.1;
particle.style.opacity = opacity;
// Random animation
const duration = Math.random() * 20 + 10;
const delay = Math.random() * 5;
particle.style.animation = `float ${duration}s ease-in-out ${delay}s infinite alternate`;
container.appendChild(particle);
particles.push(particle);
}
// Add animation keyframes
const style = document.createElement('style');
style.textContent = `
@keyframes float {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(${Math.random() * 100 - 50}px, ${Math.random() * 100 - 50}px);
}
}
`;
document.head.appendChild(style);
}
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if (targetId === '#') return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
targetElement.scrollIntoView({
behavior: 'smooth'
});
}
});
});
// Initialize on DOM load
document.addEventListener('DOMContentLoaded', function() {
createParticles();
});
</script>
<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=smartguardai/secsols-dev" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |