Spaces:
Running
Running
File size: 56,551 Bytes
e7d66c1 |
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 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NexusAI | Enterprise-Grade AI Agents for Your Business</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: '#6366f1',
secondary: '#8b5cf6',
dark: '#1e293b',
light: '#f8fafc',
},
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;
}
.gradient-bg {
background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}
.hero-pattern {
background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
background-size: 20px 20px;
}
.card-hover {
transition: all 0.3s ease;
}
.card-hover: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);
}
.glow {
box-shadow: 0 0 20px rgba(99, 102, 241, 0.5);
}
.animate-float {
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
100% { transform: translateY(0px); }
}
/* Add this to handle animation delays easily */
.animation-delay-1000 { animation-delay: 1s; }
.animation-delay-2000 { animation-delay: 2s; }
.animation-delay-3000 { animation-delay: 3s; }
</style>
</head>
<body class="bg-light text-dark">
<!-- Navigation -->
<nav class="fixed w-full bg-white/90 backdrop-blur-md z-50 shadow-sm">
<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-shrink-0 flex items-center">
<div class="flex items-center">
<div class="w-10 h-10 rounded-full gradient-bg flex items-center justify-center text-white font-bold text-xl">N</div>
<span class="ml-3 text-xl font-bold">Nexus<span class="text-primary">AI</span></span>
</div>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-center space-x-8">
<a href="#features" class="text-gray-600 hover:text-primary px-3 py-2 font-medium">Features</a>
<a href="#solutions" class="text-gray-600 hover:text-primary px-3 py-2 font-medium">Solutions</a>
<a href="#pricing" class="text-gray-600 hover:text-primary px-3 py-2 font-medium">Pricing</a>
<a href="#testimonials" class="text-gray-600 hover:text-primary px-3 py-2 font-medium">Clients</a>
<a href="#contact" class="bg-primary text-white px-6 py-2 rounded-full font-medium hover:bg-primary/90 transition">Get Started</a>
</div>
</div>
<div class="md:hidden">
<button id="mobile-menu-button" class="text-gray-600 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" />
</svg>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="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 text-base font-medium text-gray-600 hover:text-primary">Features</a>
<a href="#solutions" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-primary">Solutions</a>
<a href="#pricing" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-primary">Pricing</a>
<a href="#testimonials" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-primary">Clients</a>
<a href="#contact" class="block w-full text-center bg-primary text-white px-6 py-2 rounded-full font-medium hover:bg-primary/90 transition">Get Started</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="pt-32 pb-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center">
<div>
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold leading-tight">
Transform Your Business with <span class="text-transparent bg-clip-text gradient-bg">AI Agents</span>
</h1>
<p class="mt-6 text-lg text-gray-600 max-w-lg">
NexusAI builds custom AI agents trained on your company's data to automate processes, enhance decision-making, and revolutionize customer interactions.
</p>
<div class="mt-10 flex flex-col sm:flex-row gap-4">
<a href="#contact" class="bg-primary text-white px-8 py-4 rounded-full font-medium hover:bg-primary/90 transition text-center">
Request Demo
</a>
<a href="#features" class="border border-primary text-primary px-8 py-4 rounded-full font-medium hover:bg-primary/10 transition text-center">
Learn More
</a>
</div>
<div class="mt-8 flex items-center space-x-4">
<div class="flex -space-x-2">
<img class="w-10 h-10 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/women/1.jpg" alt="">
<img class="w-10 h-10 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/men/1.jpg" alt="">
<img class="w-10 h-10 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/women/2.jpg" alt="">
</div>
<div>
<p class="text-sm font-medium">Trusted by Fortune 500 companies</p>
<div class="flex items-center">
<div class="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>
<span class="ml-2 text-sm font-medium">5.0 (200+ reviews)</span>
</div>
</div>
</div>
</div>
<div class="relative">
<div class="absolute -top-10 -left-10 w-64 h-64 rounded-full gradient-bg opacity-20 blur-3xl"></div>
<div class="absolute -bottom-10 -right-10 w-64 h-64 rounded-full gradient-bg opacity-20 blur-3xl"></div>
<div class="relative bg-white rounded-2xl shadow-xl overflow-hidden border border-gray-100 glow">
<div class="bg-gray-50 px-6 py-4 border-b border-gray-200 flex items-center">
<div class="flex space-x-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-sm font-medium text-gray-500">AI Agent Console</div>
</div>
<div class="p-6">
<div class="flex items-start space-x-4">
<div class="w-10 h-10 rounded-full gradient-bg flex items-center justify-center text-white">
<i class="fas fa-robot"></i>
</div>
<div class="flex-1 bg-gray-50 rounded-lg p-4">
<p class="font-medium">NexusAI Assistant</p>
<p class="mt-1 text-gray-600">Hello! I'm your custom AI agent. Based on your company's Q3 financial data, I recommend focusing on the European market expansion as it shows 42% higher growth potential than current markets.</p>
</div>
</div>
<div class="mt-4 flex items-start space-x-4">
<div class="w-10 h-10 rounded-full bg-gray-200 flex items-center justify-center">
<i class="fas fa-user text-gray-600"></i>
</div>
<div class="flex-1 bg-primary/10 rounded-lg p-4">
<p class="font-medium">You</p>
<p class="mt-1 text-gray-600">What's our best performing product line?</p>
</div>
</div>
<div class="mt-4 flex items-start space-x-4 opacity-70">
<div class="w-10 h-10 rounded-full gradient-bg flex items-center justify-center text-white">
<i class="fas fa-robot"></i>
</div>
<div class="flex-1 bg-gray-50 rounded-lg p-4">
<p class="font-medium">NexusAI Assistant</p>
<p class="mt-1 text-gray-600">Analyzing your data... [AI processing]</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Logo Cloud -->
<section class="py-12 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<p class="text-center text-sm font-semibold uppercase text-gray-500 tracking-wider">Trusted by industry leaders</p>
<div class="mt-8 grid grid-cols-2 gap-8 md:grid-cols-4 lg:grid-cols-6">
<div class="flex justify-center items-center">
<img class="h-12 opacity-60 hover:opacity-100 transition" src="https://upload.wikimedia.org/wikipedia/commons/2/2f/Google_2015_logo.svg" alt="Google">
</div>
<div class="flex justify-center items-center">
<img class="h-8 opacity-60 hover:opacity-100 transition" src="https://upload.wikimedia.org/wikipedia/commons/f/fa/Microsoft_logo.svg" alt="Microsoft">
</div>
<div class="flex justify-center items-center">
<img class="h-10 opacity-60 hover:opacity-100 transition" src="https://upload.wikimedia.org/wikipedia/commons/f/fe/Amazon_logo.svg" alt="Amazon">
</div>
<div class="flex justify-center items-center">
<img class="h-10 opacity-60 hover:opacity-100 transition" src="https://upload.wikimedia.org/wikipedia/commons/4/44/Samsung_Logo.svg" alt="Samsung">
</div>
<div class="flex justify-center items-center">
<img class="h-8 opacity-60 hover:opacity-100 transition" src="https://upload.wikimedia.org/wikipedia/commons/9/96/Salesforce_logo.svg" alt="Salesforce">
</div>
<div class="flex justify-center items-center">
<img class="h-10 opacity-60 hover:opacity-100 transition" src="https://upload.wikimedia.org/wikipedia/commons/1/1b/Apple_logo_grey.svg" alt="Apple">
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center">
<h2 class="text-3xl font-bold">Enterprise-Grade AI Solutions</h2>
<p class="mt-4 text-lg text-gray-600 max-w-3xl mx-auto">
Our AI agents are custom-built for your business needs, trained on your proprietary data, and designed to deliver measurable results.
</p>
</div>
<div class="mt-16 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover">
<div class="p-6">
<div class="w-14 h-14 rounded-full gradient-bg flex items-center justify-center text-white mb-4">
<i class="fas fa-database text-xl"></i>
</div>
<h3 class="text-xl font-bold">Data-Driven Intelligence</h3>
<p class="mt-3 text-gray-600">
Our AI agents learn exclusively from your company's data, ensuring insights and decisions are perfectly aligned with your business reality.
</p>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover">
<div class="p-6">
<div class="w-14 h-14 rounded-full gradient-bg flex items-center justify-center text-white mb-4">
<i class="fas fa-lock text-xl"></i>
</div>
<h3 class="text-xl font-bold">Military-Grade Security</h3>
<p class="mt-3 text-gray-600">
Your data never leaves your infrastructure. We implement the highest security standards with end-to-end encryption and strict access controls.
</p>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover">
<div class="p-6">
<div class="w-14 h-14 rounded-full gradient-bg flex items-center justify-center text-white mb-4">
<i class="fas fa-arrows-rotate text-xl"></i>
</div>
<h3 class="text-xl font-bold">Continuous Learning</h3>
<p class="mt-3 text-gray-600">
Our agents evolve with your business, continuously improving as they process new data and feedback from your team.
</p>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover">
<div class="p-6">
<div class="w-14 h-14 rounded-full gradient-bg flex items-center justify-center text-white mb-4">
<i class="fas fa-plug text-xl"></i>
</div>
<h3 class="text-xl font-bold">Seamless Integration</h3>
<p class="mt-3 text-gray-600">
Connect with your existing CRM, ERP, and business intelligence tools through our flexible API and pre-built connectors.
</p>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover">
<div class="p-6">
<div class="w-14 h-14 rounded-full gradient-bg flex items-center justify-center text-white mb-4">
<i class="fas fa-chart-line text-xl"></i>
</div>
<h3 class="text-xl font-bold">Actionable Insights</h3>
<p class="mt-3 text-gray-600">
Beyond just answering questions, our agents provide strategic recommendations with supporting data visualizations and reasoning.
</p>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover">
<div class="p-6">
<div class="w-14 h-14 rounded-full gradient-bg flex items-center justify-center text-white mb-4">
<i class="fas fa-headset text-xl"></i>
</div>
<h3 class="text-xl font-bold">24/7 Support</h3>
<p class="mt-3 text-gray-600">
Dedicated account managers and AI specialists ensure your implementation is successful and your team gets maximum value.
</p>
</div>
</div>
</div>
</section>
<!-- Solutions Section -->
<section id="solutions" 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">
<h2 class="text-3xl font-bold">Industry-Specific Solutions</h2>
<p class="mt-4 text-lg text-gray-600 max-w-3xl mx-auto">
Custom AI agents designed for your specific business challenges and industry requirements.
</p>
</div>
<div class="mt-16 grid grid-cols-1 md:grid-cols-2 gap-8">
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover">
<div class="h-48 gradient-bg flex items-center justify-center">
<i class="fas fa-money-bill-wave text-white text-6xl"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-bold">Financial Services</h3>
<p class="mt-3 text-gray-600">
Risk assessment, fraud detection, personalized wealth management, and regulatory compliance powered by AI trained on your financial data.
</p>
<div class="mt-4">
<a href="#" class="text-primary font-medium hover:underline">Learn more →</a>
</div>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover">
<div class="h-48 gradient-bg flex items-center justify-center">
<i class="fas fa-heartbeat text-white text-6xl"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-bold">Healthcare</h3>
<p class="mt-3 text-gray-600">
Patient diagnosis support, treatment recommendations, clinical trial matching, and administrative automation while maintaining HIPAA compliance.
</p>
<div class="mt-4">
<a href="#" class="text-primary font-medium hover:underline">Learn more →</a>
</div>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover">
<div class="h-48 gradient-bg flex items-center justify-center">
<i class="fas fa-shopping-cart text-white text-6xl"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-bold">Retail & E-Commerce</h3>
<p class="mt-3 text-gray-600">
Personalized recommendations, inventory optimization, dynamic pricing, and customer service agents that know your product catalog inside-out.
</p>
<div class="mt-4">
<a href="#" class="text-primary font-medium hover:underline">Learn more →</a>
</div>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover">
<div class="h-48 gradient-bg flex items-center justify-center">
<i class="fas fa-industry text-white text-6xl"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-bold">Manufacturing</h3>
<p class="mt-3 text-gray-600">
Predictive maintenance, supply chain optimization, quality control, and production planning powered by your operational data.
</p>
<div class="mt-4">
<a href="#" class="text-primary font-medium hover:underline">Learn more →</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Demo Section -->
<!-- Removed text-white from section -->
<section class="py-20 gradient-bg hero-pattern">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center">
<div>
<!-- Changed text-white to text-dark -->
<h2 class="text-3xl font-bold text-dark">See NexusAI in Action</h2>
<!-- Changed text-white/90 to text-dark with opacity -->
<p class="mt-4 text-lg text-dark opacity-90">
Schedule a personalized demo to see how our AI agents can transform your business operations, customer experience, and decision-making processes.
</p>
<div class="mt-8">
<!-- Changed button background from white to a more visible color -->
<a href="#contact" class="bg-primary text-white px-8 py-4 rounded-full font-medium hover:bg-primary/80 transition inline-block shadow-lg">
Request Demo
</a>
</div>
</div>
<div class="relative">
<!-- Inner content already fixed to text-dark in previous turn -->
<div class="bg-white/20 backdrop-blur-md rounded-2xl p-6 border border-white/10 text-dark">
<div class="flex items-center space-x-4">
<div class="w-16 h-16 rounded-full bg-white/10 flex items-center justify-center">
<i class="fas fa-robot text-2xl text-dark"></i>
</div>
<div>
<h3 class="font-bold text-xl">Custom AI Demo</h3>
<p class="opacity-80">Tailored to your business needs</p>
</div>
</div>
<div class="mt-6 space-y-4">
<div class="flex items-start space-x-4">
<div class="flex-shrink-0 mt-1">
<div class="w-10 h-10 rounded-full bg-white/10 flex items-center justify-center">
<i class="fas fa-check text-dark"></i>
</div>
</div>
<div>
<h4 class="font-medium">Industry-Specific Use Cases</h4>
<p class="opacity-80 text-sm mt-1">See examples relevant to your business</p>
</div>
</div>
<div class="flex items-start space-x-4">
<div class="flex-shrink-0 mt-1">
<div class="w-10 h-10 rounded-full bg-white/10 flex items-center justify-center">
<i class="fas fa-check text-dark"></i>
</div>
</div>
<div>
<h4 class="font-medium">Data Security Walkthrough</h4>
<p class="opacity-80 text-sm mt-1">Understand our security architecture</p>
</div>
</div>
<div class="flex items-start space-x-4">
<div class="flex-shrink-0 mt-1">
<div class="w-10 h-10 rounded-full bg-white/10 flex items-center justify-center">
<i class="fas fa-check text-dark"></i>
</div>
</div>
<div>
<h4 class="font-medium">ROI Analysis</h4>
<p class="opacity-80 text-sm mt-1">See potential cost savings and revenue impact</p>
</div>
</div>
</div>
</div>
<div class="absolute -top-6 -right-6 w-32 h-32 rounded-full bg-white/10 animate-float animation-delay-1000"></div>
<div class="absolute -bottom-6 -left-6 w-24 h-24 rounded-full bg-white/10 animate-float animation-delay-2000"></div>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section id="testimonials" class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center">
<h2 class="text-3xl font-bold">Trusted by Industry Leaders</h2>
<p class="mt-4 text-lg text-gray-600 max-w-3xl mx-auto">
Don't just take our word for it. Here's what our clients say about working with NexusAI.
</p>
</div>
<div class="mt-16 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-white rounded-xl shadow-md overflow-hidden p-6 card-hover">
<div class="flex items-center">
<div class="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>
<span class="ml-2 text-sm font-medium">5.0</span>
</div>
<blockquote class="mt-4">
<p class="text-gray-600 italic">
"The NexusAI agent we implemented for customer support reduced our response times by 80% while maintaining 98% accuracy. It's transformed how we engage with customers."
</p>
</blockquote>
<div class="mt-6 flex items-center">
<img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/women/44.jpg" alt="Sarah Johnson">
<div class="ml-4">
<p class="font-medium">Sarah Johnson</p>
<p class="text-sm text-gray-500">VP Customer Experience, RetailCo</p>
</div>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden p-6 card-hover">
<div class="flex items-center">
<div class="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>
<span class="ml-2 text-sm font-medium">5.0</span>
</div>
<blockquote class="mt-4">
<p class="text-gray-600 italic">
"Our NexusAI financial analyst has identified $12M in cost savings opportunities in just three months. The ROI was immediate and substantial."
</p>
</blockquote>
<div class="mt-6 flex items-center">
<img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/men/32.jpg" alt="Michael Chen">
<div class="ml-4">
<p class="font-medium">Michael Chen</p>
<p class="text-sm text-gray-500">CFO, Global Finance Corp</p>
</div>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden p-6 card-hover">
<div class="flex items-center">
<div class="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>
<span class="ml-2 text-sm font-medium">5.0</span>
</div>
<blockquote class="mt-4">
<p class="text-gray-600 italic">
"Implementing NexusAI's supply chain optimizer reduced our inventory costs by 35% while improving delivery times. The team's expertise in our industry was impressive."
</p>
</blockquote>
<div class="mt-6 flex items-center">
<img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/women/68.jpg" alt="Priya Patel">
<div class="ml-4">
<p class="font-medium">Priya Patel</p>
<p class="text-sm text-gray-500">Operations Director, Manufacturing Inc</p>
</div>
</div>
</div>
</div>
</section>
<!-- Pricing -->
<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">
<h2 class="text-3xl font-bold">Flexible Pricing Plans</h2>
<p class="mt-4 text-lg text-gray-600 max-w-3xl mx-auto">
Custom AI solutions tailored to your business size and requirements.
</p>
</div>
<div class="mt-16 grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto">
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover">
<div class="p-6 border-b border-gray-200">
<h3 class="text-xl font-bold text-center">Starter</h3>
<div class="mt-4 text-center">
<span class="text-4xl font-bold">$15,000</span>
<span class="text-gray-600">/month</span>
</div>
<p class="mt-2 text-sm text-gray-500 text-center">For small teams and pilot projects</p>
</div>
<div class="p-6">
<ul class="space-y-4">
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span>1 Custom AI Agent</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span>Up to 5 data sources</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span>Basic analytics dashboard</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span>Email support</span>
</li>
</ul>
<div class="mt-8">
<a href="#contact" class="block w-full text-center border border-primary text-primary px-6 py-3 rounded-full font-medium hover:bg-primary/10 transition">
Get Started
</a>
</div>
</div>
</div>
<div class="bg-white rounded-xl shadow-lg overflow-hidden card-hover border-2 border-primary relative">
<div class="absolute top-0 right-0 bg-primary text-white text-xs font-bold px-3 py-1 rounded-bl-lg">
Most Popular
</div>
<div class="p-6 border-b border-gray-200">
<h3 class="text-xl font-bold text-center">Enterprise</h3>
<div class="mt-4 text-center">
<span class="text-4xl font-bold">$45,000</span>
<span class="text-gray-600">/month</span>
</div>
<p class="mt-2 text-sm text-gray-500 text-center">For mid-sized companies</p>
</div>
<div class="p-6">
<ul class="space-y-4">
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span>3 Custom AI Agents</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span>Up to 15 data sources</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span>Advanced analytics</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span>API access</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span>Priority support</span>
</li>
</ul>
<div class="mt-8">
<a href="#contact" class="block w-full text-center bg-primary text-white px-6 py-3 rounded-full font-medium hover:bg-primary/90 transition">
Get Started
</a>
</div>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover">
<div class="p-6 border-b border-gray-200">
<h3 class="text-xl font-bold text-center">Custom</h3>
<div class="mt-4 text-center">
<span class="text-4xl font-bold">Custom</span>
</div>
<p class="mt-2 text-sm text-gray-500 text-center">For large-scale deployments</p>
</div>
<div class="p-6">
<ul class="space-y-4">
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span>Unlimited AI Agents</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span>Unlimited data sources</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span>Custom integrations</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span>Dedicated engineering</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span>24/7 premium support</span>
</li>
</ul>
<div class="mt-8">
<a href="#contact" class="block w-full text-center border border-primary text-primary px-6 py-3 rounded-full font-medium hover:bg-primary/10 transition">
Contact Sales
</a>
</div>
</div>
</div>
</div>
<div class="mt-12 text-center">
<p class="text-gray-600">Need something different? <a href="#contact" class="text-primary font-medium hover:underline">Contact us</a> for custom pricing.</p>
</div>
</div>
</section>
<!-- FAQ -->
<section class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center">
<h2 class="text-3xl font-bold">Frequently Asked Questions</h2>
<p class="mt-4 text-lg text-gray-600 max-w-3xl mx-auto">
Everything you need to know about NexusAI and our custom AI agents.
</p>
</div>
<div class="mt-16 max-w-3xl mx-auto">
<div class="space-y-6">
<div class="bg-white rounded-xl shadow-md overflow-hidden">
<button class="faq-toggle w-full text-left p-6 focus:outline-none">
<div class="flex justify-between items-center">
<h3 class="text-lg font-medium">How does NexusAI differ from other AI solutions?</h3>
<i class="fas fa-chevron-down text-primary transition-transform duration-300"></i>
</div>
</button>
<div class="faq-content px-6 pb-6 hidden">
<p class="text-gray-600">
Unlike generic AI solutions, NexusAI builds agents exclusively trained on your company's proprietary data. Our agents understand your business context, terminology, and specific challenges. We don't just provide technology - we deliver complete solutions with industry-specific expertise and measurable business outcomes.
</p>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden">
<button class="faq-toggle w-full text-left p-6 focus:outline-none">
<div class="flex justify-between items-center">
<h3 class="text-lg font-medium">How is my data protected?</h3>
<i class="fas fa-chevron-down text-primary transition-transform duration-300"></i>
</div>
</button>
<div class="faq-content px-6 pb-6 hidden">
<p class="text-gray-600">
Data security is our top priority. We implement enterprise-grade encryption both in transit and at rest. Your data never leaves your infrastructure unless you choose otherwise. We comply with GDPR, CCPA, HIPAA (for healthcare clients), and other major regulations. Our security protocols are regularly audited by third-party firms.
</p>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden">
<button class="faq-toggle w-full text-left p-6 focus:outline-none">
<div class="flex justify-between items-center">
<h3 class="text-lg font-medium">What's the implementation process like?</h3>
<i class="fas fa-chevron-down text-primary transition-transform duration-300"></i>
</div>
</button>
<div class="faq-content px-6 pb-6 hidden">
<p class="text-gray-600">
Our typical implementation follows these steps: 1) Discovery workshop to identify use cases, 2) Data integration and environment setup, 3) AI model training on your data, 4) Testing and validation with your team, 5) Deployment and integration with your systems, 6) Ongoing optimization and support. Most implementations take 4-8 weeks depending on complexity.
</p>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden">
<button class="faq-toggle w-full text-left p-6 focus:outline-none">
<div class="flex justify-between items-center">
<h3 class="text-lg font-medium">Can the AI agent integrate with our existing systems?</h3>
<i class="fas fa-chevron-down text-primary transition-transform duration-300"></i>
</div>
</button>
<div class="faq-content px-6 pb-6 hidden">
<p class="text-gray-600">
Absolutely. Our agents come with pre-built connectors for major CRM, ERP, BI, and database systems. We also provide a flexible API for custom integrations. Our engineering team works closely with your IT department to ensure seamless integration with your existing tech stack.
</p>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden">
<button class="faq-toggle w-full text-left p-6 focus:outline-none">
<div class="flex justify-between items-center">
<h3 class="text-lg font-medium">How do you measure the success of an AI agent?</h3>
<i class="fas fa-chevron-down text-primary transition-transform duration-300"></i>
</div>
</button>
<div class="faq-content px-6 pb-6 hidden">
<p class="text-gray-600">
We establish clear KPIs during the discovery phase based on your business objectives. Common metrics include: time savings, cost reductions, revenue impact, accuracy rates, adoption rates among employees, and customer satisfaction scores. You'll receive regular performance reports with actionable insights.
</p>
</div>
</div>
</div>
<div class="mt-12 text-center">
<p class="text-gray-600">Have more questions? <a href="#contact" class="text-primary font-medium hover:underline">Contact our team</a>.</p>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 gradient-bg hero-pattern">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<!-- Changed text-white to text-dark -->
<h2 class="text-3xl font-bold text-dark">Ready to Transform Your Business with AI?</h2>
<!-- Changed text-white/90 to text-dark with opacity -->
<p class="mt-4 text-lg text-dark opacity-90 max-w-3xl mx-auto">
Schedule a consultation with our AI experts to discuss how custom AI agents can drive value for your organization.
</p>
<div class="mt-8">
<!-- Fixed button: Changed to primary background with white text -->
<a href="#contact" class="bg-primary text-white px-8 py-4 rounded-full font-medium hover:bg-primary/90 transition inline-block shadow-lg">
Get Started Today
</a>
</div>
</div>
</section>
<!-- Contact Form -->
<section id="contact" class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
<div>
<h2 class="text-3xl font-bold">Let's Build Your AI Solution</h2>
<p class="mt-4 text-lg text-gray-600">
Fill out the form and our AI specialists will contact you within 24 hours to discuss your requirements and how we can help.
</p>
<div class="mt-8 space-y-6">
<div class="flex items-start space-x-4">
<div class="w-12 h-12 rounded-full gradient-bg flex items-center justify-center text-white">
<i class="fas fa-envelope"></i>
</div>
<div>
<h4 class="font-medium">Email Us</h4>
<p class="text-gray-600 mt-1">[email protected]</p>
</div>
</div>
<div class="flex items-start space-x-4">
<div class="w-12 h-12 rounded-full gradient-bg flex items-center justify-center text-white">
<i class="fas fa-phone"></i>
</div>
<div>
<h4 class="font-medium">Call Us</h4>
<p class="text-gray-600 mt-1">+1 (555) 123-4567</p>
</div>
</div>
<div class="flex items-start space-x-4">
<div class="w-12 h-12 rounded-full gradient-bg flex items-center justify-center text-white">
<i class="fas fa-map-marker-alt"></i>
</div>
<div>
<h4 class="font-medium">Visit Us</h4>
<p class="text-gray-600 mt-1">123 AI Boulevard, San Francisco, CA 94107</p>
</div>
</div>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden p-8">
<form id="contactForm">
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<label for="firstName" class="block text-sm font-medium text-gray-700">First Name</label>
<input type="text" id="firstName" name="firstName" required class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-primary focus:ring-primary p-3 border">
</div>
<div>
<label for="lastName" class="block text-sm font-medium text-gray-700">Last Name</label>
<input type="text" id="lastName" name="lastName" required class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-primary focus:ring-primary p-3 border">
</div>
<div class="md:col-span-2">
<label for="email" class="block text-sm font-medium text-gray-700">Email</label>
<input type="email" id="email" name="email" required class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-primary focus:ring-primary p-3 border">
</div>
<div class="md:col-span-2">
<label for="company" class="block text-sm font-medium text-gray-700">Company</label>
<input type="text" id="company" name="company" required class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-primary focus:ring-primary p-3 border">
</div>
<div class="md:col-span-2">
<label for="message" class="block text-sm font-medium text-gray-700">How can we help?</label>
<textarea id="message" name="message" rows="4" class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-primary focus:ring-primary p-3 border"></textarea>
</div>
<div class="md:col-span-2">
<button type="submit" class="w-full bg-primary text-white px-6 py-3 rounded-md font-medium hover:bg-primary/90 transition">
Submit Request
</button>
</div>
</div>
</form>
<div id="formSuccess" class="hidden mt-4 p-4 bg-green-50 text-green-700 rounded-md">
Thank you for your message! We'll contact you shortly.
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<div class="flex items-center">
<div class="w-10 h-10 rounded-full gradient-bg flex items-center justify-center text-white font-bold text-xl">N</div>
<span class="ml-3 text-xl font-bold">Nexus<span class="text-primary">AI</span></span>
</div>
<p class="mt-4 text-gray-400">
Building the future of enterprise AI, one custom agent at a time.
</p>
<div class="mt-6 flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-linkedin"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-github"></i>
</a>
</div>
</div>
<div>
<h3 class="text-sm font-semibold uppercase tracking-wider">Product</h3>
<div class="mt-4 space-y-2">
<a href="#features" class="block text-gray-400 hover:text-white">Features</a>
<a href="#solutions" class="block text-gray-400 hover:text-white">Solutions</a>
<a href="#pricing" class="block text-gray-400 hover:text-white">Pricing</a>
<a href="#" class="block text-gray-400 hover:text-white">Case Studies</a>
</div>
</div>
<div>
<h3 class="text-sm font-semibold uppercase tracking-wider">Company</h3>
<div class="mt-4 space-y-2">
<a href="#" class="block text-gray-400 hover:text-white">About Us</a>
<a href="#" class="block text-gray-400 hover:text-white">Careers</a>
<a href="#" class="block text-gray-400 hover:text-white">Blog</a>
<a href="#" class="block text-gray-400 hover:text-white">Press</a>
</div>
</div>
<div>
<h3 class="text-sm font-semibold uppercase tracking-wider">Legal</h3>
<div class="mt-4 space-y-2">
<a href="#" class="block text-gray-400 hover:text-white">Privacy</a>
<a href="#" class="block text-gray-400 hover:text-white">Terms</a>
<a href="#" class="block text-gray-400 hover:text-white">Security</a>
<a href="#" class="block text-gray-400 hover:text-white">GDPR</a>
</div>
</div>
</div>
<div class="mt-12 border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400">© 2023 NexusAI. All rights reserved.</p>
<div class="mt-4 md:mt-0 flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a>
<a href="#" class="text-gray-400 hover:text-white">Terms of Service</a>
<a href="#" class="text-gray-400 hover:text-white">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');
});
// FAQ toggle
document.querySelectorAll('.faq-toggle').forEach(button => {
button.addEventListener('click', () => {
const content = button.nextElementSibling;
const icon = button.querySelector('i');
content.classList.toggle('hidden');
icon.classList.toggle('rotate-180');
});
});
// Form submission
document.getElementById('contactForm').addEventListener('submit', function(e) {
e.preventDefault();
// In a real implementation, you would send the form data to your server here
// For this demo, we'll just show a success message
document.getElementById('formSuccess').classList.remove('hidden');
this.reset();
// Scroll to show the success message
document.getElementById('formSuccess').scrollIntoView({ behavior: 'smooth' });
});
// 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' });
// Close mobile menu if open
const mobileMenu = document.getElementById('mobile-menu');
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
}
});
});
</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=Ibrokhim1263/nexusai" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |