Spaces:
Running
Running
File size: 49,211 Bytes
b7d876b |
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 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Elevate | Premium Digital 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">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#4F46E5',
secondary: '#10B981',
dark: '#1F2937',
light: '#F9FAFB'
},
fontFamily: {
sans: ['Inter', 'sans-serif'],
},
}
}
}
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
scroll-behavior: smooth;
}
.hero-gradient {
background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 50%, #10B981 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);
}
.testimonial-card {
transition: all 0.3s ease;
}
.testimonial-card:hover {
transform: scale(1.02);
}
.cta-gradient {
background: linear-gradient(90deg, #4F46E5 0%, #7C3AED 100%);
}
.nav-link:hover {
color: #4F46E5;
}
.mobile-menu {
transition: all 0.3s ease;
}
</style>
</head>
<body class="bg-light text-dark">
<!-- Navigation -->
<nav class="bg-white shadow-sm fixed w-full z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-20 items-center">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<i class="fas fa-rocket text-primary text-2xl mr-2"></i>
<span class="text-xl font-bold text-dark">Elevate</span>
</div>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-center space-x-8">
<a href="#features" class="nav-link text-gray-600 hover:text-primary px-3 py-2 font-medium transition duration-300">Features</a>
<a href="#solutions" class="nav-link text-gray-600 hover:text-primary px-3 py-2 font-medium transition duration-300">Solutions</a>
<a href="#pricing" class="nav-link text-gray-600 hover:text-primary px-3 py-2 font-medium transition duration-300">Pricing</a>
<a href="#testimonials" class="nav-link text-gray-600 hover:text-primary px-3 py-2 font-medium transition duration-300">Testimonials</a>
<a href="#contact" class="nav-link text-gray-600 hover:text-primary px-3 py-2 font-medium transition duration-300">Contact</a>
</div>
</div>
<div class="hidden md:block">
<div class="ml-4 flex items-center md:ml-6">
<a href="#pricing" class="bg-primary hover:bg-indigo-700 text-white px-6 py-2 rounded-md font-medium transition duration-300">Get Started</a>
</div>
</div>
<div class="md:hidden flex items-center">
<button id="mobile-menu-button" class="text-gray-500 hover:text-primary focus:outline-none">
<svg class="h-8 w-8" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
</svg>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="mobile-menu hidden md:hidden bg-white shadow-lg">
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
<a href="#features" class="block px-3 py-2 rounded-md text-base font-medium text-gray-600 hover:text-primary hover:bg-gray-50">Features</a>
<a href="#solutions" class="block px-3 py-2 rounded-md text-base font-medium text-gray-600 hover:text-primary hover:bg-gray-50">Solutions</a>
<a href="#pricing" class="block px-3 py-2 rounded-md text-base font-medium text-gray-600 hover:text-primary hover:bg-gray-50">Pricing</a>
<a href="#testimonials" class="block px-3 py-2 rounded-md text-base font-medium text-gray-600 hover:text-primary hover:bg-gray-50">Testimonials</a>
<a href="#contact" class="block px-3 py-2 rounded-md text-base font-medium text-gray-600 hover:text-primary hover:bg-gray-50">Contact</a>
<a href="#pricing" class="block w-full text-center bg-primary text-white px-3 py-2 rounded-md text-base font-medium mt-2">Get Started</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-gradient pt-32 pb-20 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-12 md:mb-0">
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">Transform Your Business With Our <span class="text-secondary">Digital Solutions</span></h1>
<p class="text-xl text-gray-100 mb-8">Elevate your brand with our cutting-edge technology and expert services designed to drive growth and maximize your online presence.</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#pricing" class="bg-white text-primary hover:bg-gray-100 px-8 py-3 rounded-md font-bold text-lg transition duration-300 text-center">Get Started</a>
<a href="#features" class="border-2 border-white text-white hover:bg-white hover:text-primary px-8 py-3 rounded-md font-bold text-lg transition duration-300 text-center">Learn More</a>
</div>
<div class="mt-8 flex items-center">
<div class="flex -space-x-2">
<img class="inline-block h-10 w-10 rounded-full ring-2 ring-white" src="https://randomuser.me/api/portraits/women/12.jpg" alt="">
<img class="inline-block h-10 w-10 rounded-full ring-2 ring-white" src="https://randomuser.me/api/portraits/men/11.jpg" alt="">
<img class="inline-block h-10 w-10 rounded-full ring-2 ring-white" src="https://randomuser.me/api/portraits/women/13.jpg" alt="">
</div>
<p class="ml-4 text-gray-100">Trusted by <span class="font-bold">5000+</span> businesses worldwide</p>
</div>
</div>
<div class="md:w-1/2">
<div class="relative">
<div class="absolute -top-8 -left-8 w-64 h-64 bg-indigo-300 rounded-full mix-blend-multiply filter blur-xl opacity-70 animate-blob"></div>
<div class="absolute -bottom-12 -right-8 w-64 h-64 bg-purple-300 rounded-full mix-blend-multiply filter blur-xl opacity-70 animate-blob animation-delay-2000"></div>
<div class="absolute top-20 left-20 w-64 h-64 bg-emerald-300 rounded-full mix-blend-multiply filter blur-xl opacity-70 animate-blob animation-delay-4000"></div>
<div class="relative">
<img src="https://images.unsplash.com/photo-1551434678-e076c223a692?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2850&q=80" alt="Dashboard" class="rounded-lg shadow-2xl border-8 border-white transform rotate-1">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Trusted By Section -->
<section class="bg-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<p class="text-center text-gray-500 mb-8">TRUSTED BY INNOVATIVE COMPANIES WORLDWIDE</p>
<div class="grid grid-cols-2 md:grid-cols-5 gap-8 items-center justify-center">
<img src="https://upload.wikimedia.org/wikipedia/commons/2/2f/Google_2015_logo.svg" alt="Google" class="h-8 opacity-60 hover:opacity-100 transition duration-300">
<img src="https://upload.wikimedia.org/wikipedia/commons/f/fa/Apple_logo_black.svg" alt="Apple" class="h-8 opacity-60 hover:opacity-100 transition duration-300">
<img src="https://upload.wikimedia.org/wikipedia/commons/a/a9/Amazon_logo.svg" alt="Amazon" class="h-6 opacity-60 hover:opacity-100 transition duration-300">
<img src="https://upload.wikimedia.org/wikipedia/commons/0/08/Microsoft_logo_%282012%29.svg" alt="Microsoft" class="h-8 opacity-60 hover:opacity-100 transition duration-300">
<img src="https://upload.wikimedia.org/wikipedia/commons/0/01/Slack_logo_2019.svg" alt="Slack" class="h-8 opacity-60 hover:opacity-100 transition duration-300">
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-dark mb-4">Powerful Features</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Our platform is packed with innovative features designed to help your business succeed in the digital age.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
<div class="w-14 h-14 bg-indigo-100 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-bolt text-primary text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">Lightning Fast</h3>
<p class="text-gray-600">Our optimized platform delivers unmatched speed and performance to keep your users engaged.</p>
</div>
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
<div class="w-14 h-14 bg-purple-100 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-shield-alt text-primary text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">Enterprise Security</h3>
<p class="text-gray-600">Military-grade encryption and security protocols to protect your valuable data and customer information.</p>
</div>
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
<div class="w-14 h-14 bg-emerald-100 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-chart-line text-primary text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">Advanced Analytics</h3>
<p class="text-gray-600">Gain deep insights with our powerful analytics dashboard to make data-driven decisions.</p>
</div>
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
<div class="w-14 h-14 bg-blue-100 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-mobile-alt text-primary text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">Mobile Optimized</h3>
<p class="text-gray-600">Fully responsive design that looks and works perfectly on any device or screen size.</p>
</div>
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
<div class="w-14 h-14 bg-yellow-100 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-cogs text-primary text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">Easy Integration</h3>
<p class="text-gray-600">Seamlessly connect with your favorite tools and services through our powerful API.</p>
</div>
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
<div class="w-14 h-14 bg-red-100 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-headset text-primary text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">24/7 Support</h3>
<p class="text-gray-600">Our dedicated support team is available around the clock to assist you with any issues.</p>
</div>
</div>
</div>
</section>
<!-- Solutions Section -->
<section id="solutions" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-12 md:mb-0">
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80" alt="Solutions" class="rounded-lg shadow-xl">
</div>
<div class="md:w-1/2 md:pl-12">
<h2 class="text-3xl font-bold text-dark mb-6">Tailored Solutions for Your Business Needs</h2>
<p class="text-gray-600 mb-8">We understand that every business is unique. That's why we offer customizable solutions that adapt to your specific requirements and growth objectives.</p>
<div class="space-y-6">
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-primary text-white">
<i class="fas fa-check"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Scalable Infrastructure</h3>
<p class="mt-2 text-gray-600">Grow without limits with our cloud-based infrastructure that scales with your business.</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-primary text-white">
<i class="fas fa-check"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Custom Workflows</h3>
<p class="mt-2 text-gray-600">Automate and streamline your processes with our customizable workflow solutions.</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-primary text-white">
<i class="fas fa-check"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">AI-Powered Insights</h3>
<p class="mt-2 text-gray-600">Leverage artificial intelligence to uncover hidden opportunities and optimize performance.</p>
</div>
</div>
</div>
<a href="#contact" class="mt-8 inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-primary hover:bg-indigo-700 transition duration-300">
Request Custom Solution
<i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
</div>
</section>
<!-- Stats Section -->
<section class="py-16 bg-primary text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8 text-center">
<div class="p-6">
<div class="text-4xl font-bold mb-2">98%</div>
<div class="text-lg">Customer Satisfaction</div>
</div>
<div class="p-6">
<div class="text-4xl font-bold mb-2">24/7</div>
<div class="text-lg">Support Availability</div>
</div>
<div class="p-6">
<div class="text-4xl font-bold mb-2">5,000+</div>
<div class="text-lg">Happy Clients</div>
</div>
<div class="p-6">
<div class="text-4xl font-bold mb-2">3x</div>
<div class="text-lg">Average ROI</div>
</div>
</div>
</div>
</section>
<!-- Pricing Section -->
<section id="pricing" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-dark mb-4">Simple, Transparent Pricing</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Choose the perfect plan for your business needs. No hidden fees, cancel anytime.</p>
</div>
<div class="flex justify-center mb-8">
<div class="inline-flex rounded-md shadow-sm">
<button type="button" class="px-6 py-3 text-sm font-medium rounded-l-lg bg-primary text-white focus:outline-none focus:ring-2 focus:ring-primary focus:ring-offset-2">
Monthly
</button>
<button type="button" class="px-6 py-3 text-sm font-medium rounded-r-lg bg-white text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-primary focus:ring-offset-2">
Annual (Save 20%)
</button>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-300 hover:shadow-lg">
<div class="p-8">
<h3 class="text-2xl font-bold text-gray-900 mb-2">Starter</h3>
<p class="text-gray-600 mb-6">Perfect for small businesses and startups</p>
<div class="mb-8">
<span class="text-4xl font-bold text-gray-900">$29</span>
<span class="text-gray-600">/month</span>
</div>
<ul class="space-y-4 mb-8">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-3"></i>
<span>Up to 10 users</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-3"></i>
<span>50GB storage</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-3"></i>
<span>Basic analytics</span>
</li>
<li class="flex items-center text-gray-400">
<i class="fas fa-times text-red-400 mr-3"></i>
<span>Advanced features</span>
</li>
<li class="flex items-center text-gray-400">
<i class="fas fa-times text-red-400 mr-3"></i>
<span>Priority support</span>
</li>
</ul>
<button class="w-full bg-gray-100 hover:bg-gray-200 text-gray-800 font-bold py-3 px-4 rounded-lg transition duration-300">
Get Started
</button>
</div>
</div>
<div class="bg-white rounded-xl shadow-lg overflow-hidden transform scale-105 border-2 border-primary">
<div class="bg-primary text-white text-center py-2">
<span class="text-sm font-bold">MOST POPULAR</span>
</div>
<div class="p-8">
<h3 class="text-2xl font-bold text-gray-900 mb-2">Professional</h3>
<p class="text-gray-600 mb-6">Ideal for growing businesses</p>
<div class="mb-8">
<span class="text-4xl font-bold text-gray-900">$79</span>
<span class="text-gray-600">/month</span>
</div>
<ul class="space-y-4 mb-8">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-3"></i>
<span>Up to 50 users</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-3"></i>
<span>250GB storage</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-3"></i>
<span>Advanced analytics</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-3"></i>
<span>API access</span>
</li>
<li class="flex items-center text-gray-400">
<i class="fas fa-times text-red-400 mr-3"></i>
<span>Priority support</span>
</li>
</ul>
<button class="w-full bg-primary hover:bg-indigo-700 text-white font-bold py-3 px-4 rounded-lg transition duration-300">
Get Started
</button>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-300 hover:shadow-lg">
<div class="p-8">
<h3 class="text-2xl font-bold text-gray-900 mb-2">Enterprise</h3>
<p class="text-gray-600 mb-6">For large organizations with complex needs</p>
<div class="mb-8">
<span class="text-4xl font-bold text-gray-900">$199</span>
<span class="text-gray-600">/month</span>
</div>
<ul class="space-y-4 mb-8">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-3"></i>
<span>Unlimited users</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-3"></i>
<span>1TB storage</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-3"></i>
<span>Advanced analytics</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-3"></i>
<span>API access</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-3"></i>
<span>24/7 priority support</span>
</li>
</ul>
<button class="w-full bg-gray-100 hover:bg-gray-200 text-gray-800 font-bold py-3 px-4 rounded-lg transition duration-300">
Get Started
</button>
</div>
</div>
</div>
<div class="mt-12 text-center">
<p class="text-gray-600 mb-4">Need a custom solution for your enterprise?</p>
<a href="#contact" class="text-primary font-bold hover:underline">Contact our sales team <i class="fas fa-arrow-right ml-1"></i></a>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section id="testimonials" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-dark mb-4">What Our Clients Say</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Don't just take our word for it. Here's what our clients have to say about working with us.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="testimonial-card bg-gray-50 p-8 rounded-xl shadow-sm hover:shadow-md">
<div class="flex items-center mb-6">
<img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/women/32.jpg" alt="Sarah Johnson">
<div class="ml-4">
<h4 class="font-bold">Sarah Johnson</h4>
<p class="text-gray-600">CEO, TechSolutions</p>
</div>
</div>
<p class="text-gray-700 italic">"Elevate transformed our digital presence completely. Their platform is intuitive, powerful, and has helped us increase our online revenue by 200% in just six months."</p>
<div class="mt-6 flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<div class="testimonial-card bg-gray-50 p-8 rounded-xl shadow-sm hover:shadow-md">
<div class="flex items-center mb-6">
<img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/men/43.jpg" alt="Michael Chen">
<div class="ml-4">
<h4 class="font-bold">Michael Chen</h4>
<p class="text-gray-600">CTO, Global Innovations</p>
</div>
</div>
<p class="text-gray-700 italic">"The implementation was seamless and the results were immediate. Our team productivity increased by 40% after switching to Elevate's platform. Their support team is exceptional."</p>
<div class="mt-6 flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<div class="testimonial-card bg-gray-50 p-8 rounded-xl shadow-sm hover:shadow-md">
<div class="flex items-center mb-6">
<img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/women/65.jpg" alt="Emily Rodriguez">
<div class="ml-4">
<h4 class="font-bold">Emily Rodriguez</h4>
<p class="text-gray-600">Marketing Director, BrightFuture</p>
</div>
</div>
<p class="text-gray-700 italic">"We've tried several solutions before, but none delivered like Elevate. The analytics alone are worth the investment, giving us insights we never had before. Highly recommended!"</p>
<div class="mt-6 flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 cta-gradient text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Transform Your Business?</h2>
<p class="text-xl mb-8 max-w-3xl mx-auto">Join thousands of businesses that are already experiencing the Elevate difference. Start your journey today.</p>
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#pricing" class="bg-white hover:bg-gray-100 text-primary px-8 py-4 rounded-md font-bold text-lg transition duration-300 text-center">Get Started Now</a>
<a href="#contact" class="border-2 border-white hover:bg-white hover:text-primary px-8 py-4 rounded-md font-bold text-lg transition duration-300 text-center">Contact Sales</a>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-dark mb-4">Frequently Asked Questions</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Find answers to common questions about our platform and services.</p>
</div>
<div class="max-w-3xl mx-auto">
<div class="space-y-4">
<div class="bg-white p-6 rounded-lg shadow-sm">
<button class="flex justify-between items-center w-full text-left focus:outline-none">
<h3 class="text-lg font-medium text-gray-900">How quickly can I get started with Elevate?</h3>
<i class="fas fa-chevron-down text-primary"></i>
</button>
<div class="mt-4 text-gray-600">
<p>You can sign up and start using our platform in minutes. For enterprise plans, our onboarding team can have you fully set up within 24-48 hours depending on your requirements.</p>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm">
<button class="flex justify-between items-center w-full text-left focus:outline-none">
<h3 class="text-lg font-medium text-gray-900">Is there a free trial available?</h3>
<i class="fas fa-chevron-down text-primary"></i>
</button>
<div class="mt-4 text-gray-600">
<p>Yes, we offer a 14-day free trial for all our plans. No credit card required. You'll have full access to all features during your trial period.</p>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm">
<button class="flex justify-between items-center w-full text-left focus:outline-none">
<h3 class="text-lg font-medium text-gray-900">What kind of support do you offer?</h3>
<i class="fas fa-chevron-down text-primary"></i>
</button>
<div class="mt-4 text-gray-600">
<p>We provide 24/7 email and chat support for all plans. Phone support is available for Professional and Enterprise plans. Our average response time is under 30 minutes for priority issues.</p>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm">
<button class="flex justify-between items-center w-full text-left focus:outline-none">
<h3 class="text-lg font-medium text-gray-900">Can I upgrade or downgrade my plan?</h3>
<i class="fas fa-chevron-down text-primary"></i>
</button>
<div class="mt-4 text-gray-600">
<p>Absolutely! You can change your plan at any time. Upgrades take effect immediately, while downgrades take effect at your next billing cycle. We prorate any differences in cost.</p>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm">
<button class="flex justify-between items-center w-full text-left focus:outline-none">
<h3 class="text-lg font-medium text-gray-900">How secure is my data with Elevate?</h3>
<i class="fas fa-chevron-down text-primary"></i>
</button>
<div class="mt-4 text-gray-600">
<p>Security is our top priority. We use enterprise-grade encryption, regular backups, and comply with industry-standard security protocols. Your data is always safe with us.</p>
</div>
</div>
</div>
<div class="mt-12 text-center">
<p class="text-gray-600 mb-4">Still have questions?</p>
<a href="#contact" class="text-primary font-bold hover:underline">Contact our support team <i class="fas fa-arrow-right ml-1"></i></a>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-col md:flex-row">
<div class="md:w-1/2 mb-12 md:mb-0">
<h2 class="text-3xl font-bold text-dark mb-6">Get In Touch</h2>
<p class="text-gray-600 mb-8">Have questions or want to learn more about how Elevate can help your business? Our team is here to help.</p>
<div class="space-y-6">
<div class="flex items-start">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-primary text-white">
<i class="fas fa-map-marker-alt"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Our Office</h3>
<p class="mt-1 text-gray-600">123 Business Ave, Suite 500<br>San Francisco, CA 94107</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-primary text-white">
<i class="fas fa-phone-alt"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Phone</h3>
<p class="mt-1 text-gray-600">+1 (555) 123-4567<br>Mon-Fri, 9am-6pm PST</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-primary text-white">
<i class="fas fa-envelope"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Email</h3>
<p class="mt-1 text-gray-600">hello@elevate.com<br>We typically reply within 2 hours</p>
</div>
</div>
</div>
</div>
<div class="md:w-1/2 md:pl-12">
<form class="bg-gray-50 p-8 rounded-lg shadow-sm">
<div class="mb-6">
<label for="name" class="block text-sm font-medium text-gray-700 mb-1">Full Name</label>
<input type="text" id="name" name="name" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-primary focus:border-primary" placeholder="John Doe">
</div>
<div class="mb-6">
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email Address</label>
<input type="email" id="email" name="email" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-primary focus:border-primary" placeholder="john@company.com">
</div>
<div class="mb-6">
<label for="company" class="block text-sm font-medium text-gray-700 mb-1">Company (Optional)</label>
<input type="text" id="company" name="company" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-primary focus:border-primary" placeholder="Company Name">
</div>
<div class="mb-6">
<label for="message" class="block text-sm font-medium text-gray-700 mb-1">How Can We Help?</label>
<textarea id="message" name="message" rows="4" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-primary focus:border-primary" placeholder="Tell us about your project or questions..."></textarea>
</div>
<button type="submit" class="w-full bg-primary hover:bg-indigo-700 text-white font-bold py-3 px-4 rounded-lg transition duration-300">
Send Message
</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-dark text-white pt-16 pb-8">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-12">
<div>
<div class="flex items-center mb-4">
<i class="fas fa-rocket text-primary text-2xl mr-2"></i>
<span class="text-xl font-bold">Elevate</span>
</div>
<p class="text-gray-400 mb-4">Transforming businesses through innovative digital solutions.</p>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white transition duration-300">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition duration-300">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition duration-300">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition duration-300">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Product</h3>
<ul class="space-y-2">
<li><a href="#features" class="text-gray-400 hover:text-white transition duration-300">Features</a></li>
<li><a href="#pricing" class="text-gray-400 hover:text-white transition duration-300">Pricing</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Integrations</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Updates</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Roadmap</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Company</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">About Us</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Careers</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Blog</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Press</a></li>
<li><a href="#contact" class="text-gray-400 hover:text-white transition duration-300">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Resources</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Help Center</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Community</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Webinars</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Tutorials</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">API Docs</a></li>
</ul>
</div>
</div>
<div class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 mb-4 md:mb-0">© 2023 Elevate. All rights reserved.</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white transition duration-300">Privacy Policy</a>
<a href="#" class="text-gray-400 hover:text-white transition duration-300">Terms of Service</a>
<a href="#" class="text-gray-400 hover:text-white transition duration-300">Cookie Policy</a>
</div>
</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');
});
// 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) {
// Close mobile menu if open
const mobileMenu = document.getElementById('mobile-menu');
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
// Scroll to target
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
}
});
});
// Form submission (example)
const contactForm = document.querySelector('form');
if (contactForm) {
contactForm.addEventListener('submit', function(e) {
e.preventDefault();
// Here you would typically send the form data to your server
alert('Thank you for your message! We will get back to you soon.');
this.reset();
});
}
// Scroll animation for elements
const animateOnScroll = function() {
const elements = document.querySelectorAll('.feature-card, .testimonial-card');
elements.forEach(element => {
const elementPosition = element.getBoundingClientRect().top;
const screenPosition = window.innerHeight / 1.2;
if (elementPosition < screenPosition) {
element.style.opacity = '1';
element.style.transform = 'translateY(0)';
}
});
};
// Set initial state for animation
document.querySelectorAll('.feature-card, .testimonial-card').forEach(element => {
element.style.opacity = '0';
element.style.transform = 'translateY(20px)';
element.style.transition = 'all 0.6s ease';
});
// Run on load and scroll
window.addEventListener('load', animateOnScroll);
window.addEventListener('scroll', animateOnScroll);
</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=bibbler/deepsite-elevate" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |