File size: 56,127 Bytes
af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 948bec6 af5cf45 | 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 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AgentoForce: Your AI Employees for Business Tasks</title>
<meta name="description" content="A revolutionary platform where AI agents autonomously complete tasks and deliver measurable results. Pay for results, not software access.">
<link rel="canonical" href="https://agentoforce.com">
<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>
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-15px); }
100% { transform: translateY(0px); }
}
.floating {
animation: float 6s ease-in-out infinite;
}
.hero-overlay {
background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
}
.fade-in {
animation: fadeIn 1.5s ease-in-out;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.step-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.step-card {
transition: all 0.3s ease;
}
.gradient-text {
background: linear-gradient(90deg, #3b82f6, #8b5cf6);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.glow {
box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
}
.hover-grow {
transition: all 0.3s ease;
}
.hover-grow:hover {
transform: scale(1.05);
}
.wave-shape {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
}
.wave-shape svg {
position: relative;
display: block;
width: calc(100% + 1.3px);
height: 150px;
}
.wave-shape .shape-fill {
fill: #FFFFFF;
}
.testimonial-card {
background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(249,250,251,0.9) 100%);
backdrop-filter: blur(10px);
}
.pricing-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.pricing-card {
transition: all 0.3s ease;
}
.feature-icon {
transition: all 0.3s ease;
}
.feature-card:hover .feature-icon {
transform: rotate(10deg) scale(1.1);
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<!-- Header -->
<header class="fixed w-full bg-white/90 backdrop-blur-sm shadow-sm z-50">
<div class="container mx-auto px-6 py-4">
<div class="flex items-center justify-between">
<div class="flex items-center">
<div class="w-10 h-10 bg-blue-600 rounded-lg flex items-center justify-center">
<svg class="w-6 h-6 text-white" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 8V16" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8 12H16" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<span class="ml-3 text-xl font-bold text-gray-800">Agento<span class="gradient-text">Force</span></span>
</div>
<nav class="hidden md:flex space-x-8">
<a href="#features" class="text-gray-600 hover:text-blue-600 transition flex items-center">
<i class="fas fa-star mr-2"></i> Features
</a>
<a href="#how-it-works" class="text-gray-600 hover:text-blue-600 transition flex items-center">
<i class="fas fa-cogs mr-2"></i> How It Works
</a>
<a href="#testimonials" class="text-gray-600 hover:text-blue-600 transition flex items-center">
<i class="fas fa-quote-left mr-2"></i> Testimonials
</a>
<a href="#pricing" class="text-gray-600 hover:text-blue-600 transition flex items-center">
<i class="fas fa-tag mr-2"></i> Pricing
</a>
</nav>
<div class="flex items-center space-x-4">
<a href="#" class="hidden md:inline-block px-4 py-2 text-blue-600 border border-blue-600 rounded-md hover:bg-blue-50 transition flex items-center">
<i class="fas fa-sign-in-alt mr-2"></i> Login
</a>
<a href="#contact" class="px-4 py-2 bg-blue-600 text-white rounded-md hover:bg-blue-700 transition flex items-center glow hover:glow">
<i class="fas fa-robot mr-2"></i> Connect Now
</a>
</div>
<button class="md:hidden text-gray-600 focus:outline-none">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
</svg>
</button>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="relative h-screen flex items-center justify-center bg-gray-900 overflow-hidden">
<div class="absolute inset-0 hero-overlay z-10"></div>
<img src="https://images.unsplash.com/photo-1620712943543-bcc4688e7485?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80"
alt="AI at work"
class="absolute inset-0 w-full h-full object-cover"
loading="lazy">
<div class="container mx-auto px-6 relative z-20 text-center fade-in">
<div class="max-w-3xl mx-auto">
<h1 class="text-4xl md:text-6xl font-bold text-white mb-6">Your AI Workforce <span class="gradient-text">Reinvented</span></h1>
<p class="text-xl md:text-2xl text-gray-300 mb-10">A revolutionary platform where AI agents autonomously complete tasks and deliver measurable results. Pay for results, not software access.</p>
<div class="flex flex-col sm:flex-row justify-center items-center space-y-4 sm:space-y-0 sm:space-x-6">
<a href="#contact" class="px-8 py-4 bg-blue-600 hover:bg-blue-700 text-white font-semibold rounded-lg shadow-lg transition duration-300 transform hover:scale-105 flex items-center">
<i class="fas fa-rocket mr-3"></i> Get Started Now
</a>
<a href="#how-it-works" class="px-8 py-4 bg-transparent border-2 border-white text-white font-semibold rounded-lg hover:bg-white hover:text-gray-900 transition duration-300 flex items-center">
<i class="fas fa-play-circle mr-3"></i> Watch Demo
</a>
</div>
<p class="mt-6 text-gray-300 text-sm">14 days free - No credit card required</p>
</div>
</div>
<!-- Floating AI elements -->
<div class="absolute top-1/4 left-1/4 w-12 h-12 bg-blue-500 rounded-full opacity-20 floating" style="animation-delay: 0s;"></div>
<div class="absolute top-1/3 right-1/4 w-8 h-8 bg-purple-500 rounded-full opacity-20 floating" style="animation-delay: 1s;"></div>
<div class="absolute bottom-1/4 left-1/3 w-10 h-10 bg-green-500 rounded-full opacity-20 floating" style="animation-delay: 2s;"></div>
<!-- Wave shape divider -->
<div class="wave-shape">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" class="shape-fill"></path>
</svg>
</div>
</section>
<!-- Trusted By Section -->
<section class="py-16 bg-gray-50">
<div class="container mx-auto px-6">
<p class="text-center text-gray-500 mb-10 text-lg">Trusted by innovative companies worldwide</p>
<div class="flex flex-wrap justify-center items-center gap-12">
<div class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition">
<img src="https://via.placeholder.com/150x60?text=TechCorp" alt="TechCorp" class="h-8 opacity-80 hover:opacity-100 transition">
</div>
<div class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition">
<img src="https://via.placeholder.com/150x60?text=DataSystems" alt="DataSystems" class="h-8 opacity-80 hover:opacity-100 transition">
</div>
<div class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition">
<img src="https://via.placeholder.com/150x60?text=InnovateCo" alt="InnovateCo" class="h-10 opacity-80 hover:opacity-100 transition">
</div>
<div class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition">
<img src="https://via.placeholder.com/150x60?text=FutureLabs" alt="FutureLabs" class="h-12 opacity-80 hover:opacity-100 transition">
</div>
<div class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition">
<img src="https://via.placeholder.com/150x60?text=DigitalX" alt="DigitalX" class="h-8 opacity-80 hover:opacity-100 transition">
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<span class="inline-block px-3 py-1 text-sm font-semibold text-blue-600 bg-blue-100 rounded-full mb-4">WHY CHOOSE US</span>
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Supercharge Your Business with <span class="gradient-text">AI Employees</span></h2>
<p class="max-w-2xl mx-auto text-gray-600">Our AI agents are designed to handle complex business tasks with precision and efficiency, delivering measurable results.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-10">
<!-- Feature 1 -->
<div class="feature-card bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition">
<div class="w-14 h-14 bg-blue-100 rounded-full flex items-center justify-center mb-6 feature-icon">
<i class="fas fa-bolt text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold mb-3">24/7 Productivity</h3>
<p class="text-gray-600">Our AI employees work around the clock without breaks, holidays, or sick days, ensuring continuous business operations.</p>
<div class="mt-4">
<a href="#" class="text-blue-600 hover:text-blue-800 flex items-center text-sm font-medium">
Learn more <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
<!-- Feature 2 -->
<div class="feature-card bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition">
<div class="w-14 h-14 bg-green-100 rounded-full flex items-center justify-center mb-6 feature-icon">
<i class="fas fa-chart-line text-green-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Measurable Results</h3>
<p class="text-gray-600">Pay only for completed tasks and verifiable outcomes, not for time spent or software licenses.</p>
<div class="mt-4">
<a href="#" class="text-green-600 hover:text-green-800 flex items-center text-sm font-medium">
Learn more <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
<!-- Feature 3 -->
<div class="feature-card bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition">
<div class="w-14 h-14 bg-purple-100 rounded-full flex items-center justify-center mb-6 feature-icon">
<i class="fas fa-robot text-purple-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Specialized Skills</h3>
<p class="text-gray-600">Access a diverse team of AI specialists trained for specific business functions from customer service to data analysis.</p>
<div class="mt-4">
<a href="#" class="text-purple-600 hover:text-purple-800 flex items-center text-sm font-medium">
Learn more <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
<!-- Feature 4 -->
<div class="feature-card bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition">
<div class="w-14 h-14 bg-yellow-100 rounded-full flex items-center justify-center mb-6 feature-icon">
<i class="fas fa-lock text-yellow-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Enterprise Security</h3>
<p class="text-gray-600">Military-grade encryption and compliance with global data protection regulations ensure your information stays secure.</p>
<div class="mt-4">
<a href="#" class="text-yellow-600 hover:text-yellow-800 flex items-center text-sm font-medium">
Learn more <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
<!-- Feature 5 -->
<div class="feature-card bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition">
<div class="w-14 h-14 bg-red-100 rounded-full flex items-center justify-center mb-6 feature-icon">
<i class="fas fa-sync-alt text-red-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Continuous Learning</h3>
<p class="text-gray-600">Our AI employees improve over time, adapting to your business processes and optimizing their performance.</p>
<div class="mt-4">
<a href="#" class="text-red-600 hover:text-red-800 flex items-center text-sm font-medium">
Learn more <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
<!-- Feature 6 -->
<div class="feature-card bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition">
<div class="w-14 h-14 bg-indigo-100 rounded-full flex items-center justify-center mb-6 feature-icon">
<i class="fas fa-hand-holding-usd text-indigo-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Cost Efficiency</h3>
<p class="text-gray-600">Reduce operational costs by up to 70% compared to traditional staffing while maintaining quality and reliability.</p>
<div class="mt-4">
<a href="#" class="text-indigo-600 hover:text-indigo-800 flex items-center text-sm font-medium">
Learn more <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- How It Works Section -->
<section id="how-it-works" class="py-20 bg-gray-50">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<span class="inline-block px-3 py-1 text-sm font-semibold text-blue-600 bg-blue-100 rounded-full mb-4">OUR PROCESS</span>
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">How AgentoForce <span class="gradient-text">Works</span></h2>
<p class="max-w-2xl mx-auto text-gray-600">Get started in just a few simple steps and watch your productivity soar.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<!-- Step 1 -->
<div class="step-card bg-white p-8 rounded-xl shadow-lg text-center">
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6 mx-auto">
<span class="text-blue-600 text-2xl font-bold">1</span>
</div>
<h3 class="text-xl font-semibold mb-3">Define Your Task</h3>
<p class="text-gray-600">Tell us what you need done through our simple interface or API integration.</p>
<div class="mt-6">
<i class="fas fa-comment-dots text-blue-500 text-3xl"></i>
</div>
</div>
<!-- Step 2 -->
<div class="step-card bg-white p-8 rounded-xl shadow-lg text-center">
<div class="w-16 h-16 bg-green-100 rounded-full flex items-center justify-center mb-6 mx-auto">
<span class="text-green-600 text-2xl font-bold">2</span>
</div>
<h3 class="text-xl font-semibold mb-3">AI Agent Assignment</h3>
<p class="text-gray-600">Our system automatically assigns the best AI employee for your specific task.</p>
<div class="mt-6">
<i class="fas fa-robot text-green-500 text-3xl"></i>
</div>
</div>
<!-- Step 3 -->
<div class="step-card bg-white p-8 rounded-xl shadow-lg text-center">
<div class="w-16 h-16 bg-purple-100 rounded-full flex items-center justify-center mb-6 mx-auto">
<span class="text-purple-600 text-2xl font-bold">3</span>
</div>
<h3 class="text-xl font-semibold mb-3">Task Execution</h3>
<p class="text-gray-600">Your AI employee works autonomously to complete the task with precision.</p>
<div class="mt-6">
<i class="fas fa-cogs text-purple-500 text-3xl"></i>
</div>
</div>
<!-- Step 4 -->
<div class="step-card bg-white p-8 rounded-xl shadow-lg text-center">
<div class="w-16 h-16 bg-yellow-100 rounded-full flex items-center justify-center mb-6 mx-auto">
<span class="text-yellow-600 text-2xl font-bold">4</span>
</div>
<h3 class="text-xl font-semibold mb-3">Results Delivery</h3>
<p class="text-gray-600">Receive the completed work and only pay for successful outcomes.</p>
<div class="mt-6">
<i class="fas fa-check-circle text-yellow-500 text-3xl"></i>
</div>
</div>
</div>
<div class="mt-16 text-center">
<a href="#contact" class="inline-block px-8 py-3 bg-blue-600 text-white font-semibold rounded-lg hover:bg-blue-700 transition duration-300 transform hover:scale-105">
<i class="fas fa-play mr-2"></i> Watch Demo Video
</a>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section id="testimonials" class="py-20 bg-gradient-to-r from-blue-50 to-indigo-50">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<span class="inline-block px-3 py-1 text-sm font-semibold text-blue-600 bg-blue-100 rounded-full mb-4">SUCCESS STORIES</span>
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">What Our Clients <span class="gradient-text">Say</span></h2>
<p class="max-w-2xl mx-auto text-gray-600">Hear from businesses that have transformed their operations with AgentoForce.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Testimonial 1 -->
<div class="testimonial-card p-8 rounded-xl shadow-lg">
<div class="flex items-center mb-6">
<img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Sarah Johnson" class="w-12 h-12 rounded-full">
<div class="ml-4">
<h4 class="font-semibold">Sarah Johnson</h4>
<p class="text-gray-600 text-sm">CEO, TechSolutions</p>
</div>
</div>
<p class="text-gray-700 mb-6">"AgentoForce has revolutionized our customer support. Our response times improved by 80% while reducing costs by 60%. The AI agents handle routine inquiries flawlessly."</p>
<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>
</div>
<!-- Testimonial 2 -->
<div class="testimonial-card p-8 rounded-xl shadow-lg">
<div class="flex items-center mb-6">
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Michael Chen" class="w-12 h-12 rounded-full">
<div class="ml-4">
<h4 class="font-semibold">Michael Chen</h4>
<p class="text-gray-600 text-sm">COO, DataSystems</p>
</div>
</div>
<p class="text-gray-700 mb-6">"The data processing AI employees have saved us hundreds of hours monthly. Their accuracy is better than our human team, and they never get tired of repetitive tasks."</p>
<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>
</div>
<!-- Testimonial 3 -->
<div class="testimonial-card p-8 rounded-xl shadow-lg">
<div class="flex items-center mb-6">
<img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Emma Rodriguez" class="w-12 h-12 rounded-full">
<div class="ml-4">
<h4 class="font-semibold">Emma Rodriguez</h4>
<p class="text-gray-600 text-sm">Marketing Director, BrandUp</p>
</div>
</div>
<p class="text-gray-700 mb-6">"Our content generation AI has produced over 500 high-quality blog posts in 3 months. The quality is exceptional and it learns our brand voice perfectly."</p>
<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-half-alt"></i>
</div>
</div>
</div>
<div class="mt-12 text-center">
<a href="#" class="inline-flex items-center text-blue-600 hover:text-blue-800 font-medium">
<i class="fas fa-book-open mr-2"></i> Read more case studies
</a>
</div>
</div>
</section>
<!-- Pricing Section -->
<section id="pricing" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<span class="inline-block px-3 py-1 text-sm font-semibold text-blue-600 bg-blue-100 rounded-full mb-4">PRICING</span>
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Simple, Transparent <span class="gradient-text">Pricing</span></h2>
<p class="max-w-2xl mx-auto text-gray-600">Pay only for the results you receive, with no hidden fees or long-term contracts.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto">
<!-- Starter Plan -->
<div class="pricing-card bg-white p-8 rounded-xl shadow-lg border border-gray-100">
<div class="text-center mb-6">
<h3 class="text-xl font-semibold mb-2">Starter</h3>
<p class="text-gray-600">Perfect for small businesses</p>
</div>
<div class="text-center mb-8">
<span class="text-4xl font-bold text-gray-800">$99</span>
<span class="text-gray-600">/month</span>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Up to 100 tasks/month</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>3 AI employee types</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Email support</span>
</li>
<li class="flex items-center text-gray-400">
<i class="fas fa-times-circle mr-2"></i>
<span>No API access</span>
</li>
<li class="flex items-center text-gray-400">
<i class="fas fa-times-circle mr-2"></i>
<span>No priority queue</span>
</li>
</ul>
<a href="#contact" class="block w-full py-3 px-4 text-center bg-gray-100 text-gray-800 font-medium rounded-lg hover:bg-gray-200 transition">
Get Started
</a>
</div>
<!-- Professional Plan -->
<div class="pricing-card bg-white p-8 rounded-xl shadow-lg border-2 border-blue-500 relative">
<div class="absolute top-0 right-0 bg-blue-500 text-white text-xs font-bold px-3 py-1 rounded-bl-lg rounded-tr-lg">
POPULAR
</div>
<div class="text-center mb-6">
<h3 class="text-xl font-semibold mb-2">Professional</h3>
<p class="text-gray-600">Best for growing businesses</p>
</div>
<div class="text-center mb-8">
<span class="text-4xl font-bold text-gray-800">$299</span>
<span class="text-gray-600">/month</span>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Up to 500 tasks/month</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>10 AI employee types</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Priority email & chat support</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Basic API access</span>
</li>
<li class="flex items-center text-gray-400">
<i class="fas fa-times-circle mr-2"></i>
<span>No dedicated account manager</span>
</li>
</ul>
<a href="#contact" class="block w-full py-3 px-4 text-center bg-blue-600 text-white font-medium rounded-lg hover:bg-blue-700 transition">
Get Started
</a>
</div>
<!-- Enterprise Plan -->
<div class="pricing-card bg-white p-8 rounded-xl shadow-lg border border-gray-100">
<div class="text-center mb-6">
<h3 class="text-xl font-semibold mb-2">Enterprise</h3>
<p class="text-gray-600">For large organizations</p>
</div>
<div class="text-center mb-8">
<span class="text-4xl font-bold text-gray-800">Custom</span>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Unlimited tasks</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>All AI employee types</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>24/7 priority support</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Full API access</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Dedicated account manager</span>
</li>
</ul>
<a href="#contact" class="block w-full py-3 px-4 text-center bg-gray-100 text-gray-800 font-medium rounded-lg hover:bg-gray-200 transition">
Contact Sales
</a>
</div>
</div>
<div class="mt-12 text-center">
<p class="text-gray-600 mb-4">Not sure which plan is right for you?</p>
<a href="#contact" class="inline-flex items-center text-blue-600 hover:text-blue-800 font-medium">
<i class="fas fa-headset mr-2"></i> Talk to our sales team
</a>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 bg-gradient-to-r from-blue-600 to-indigo-700">
<div class="container mx-auto px-6 text-center">
<h2 class="text-3xl md:text-4xl font-bold text-white mb-6">Ready to Transform Your Business with AI?</h2>
<p class="text-xl text-blue-100 mb-10 max-w-2xl mx-auto">Join thousands of businesses already benefiting from our AI workforce.</p>
<div class="flex flex-col sm:flex-row justify-center items-center space-y-4 sm:space-y-0 sm:space-x-6">
<a href="#contact" class="px-8 py-4 bg-white text-blue-600 font-semibold rounded-lg shadow-lg transition duration-300 transform hover:scale-105 hover:bg-gray-100">
<i class="fas fa-calendar-check mr-3"></i> Schedule a Demo
</a>
<a href="#contact" class="px-8 py-4 bg-transparent border-2 border-white text-white font-semibold rounded-lg hover:bg-white hover:text-blue-600 transition duration-300">
<i class="fas fa-question-circle mr-3"></i> Ask Questions
</a>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20 bg-gray-50">
<div class="container mx-auto px-6">
<div class="max-w-4xl mx-auto">
<div class="text-center mb-16">
<span class="inline-block px-3 py-1 text-sm font-semibold text-blue-600 bg-blue-100 rounded-full mb-4">GET IN TOUCH</span>
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Let's Build Your <span class="gradient-text">AI Workforce</span></h2>
<p class="max-w-2xl mx-auto text-gray-600">Have questions or ready to get started? Our team is here to help.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-12">
<div>
<form class="space-y-6">
<div>
<label for="name" class="block text-sm font-medium text-gray-700 mb-1">Your Name</label>
<input type="text" id="name" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500" placeholder="John Doe">
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email Address</label>
<input type="email" id="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500" placeholder="you@example.com">
</div>
<div>
<label for="company" class="block text-sm font-medium text-gray-700 mb-1">Company (Optional)</label>
<input type="text" id="company" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500" placeholder="Your Company">
</div>
<div>
<label for="message" class="block text-sm font-medium text-gray-700 mb-1">How Can We Help?</label>
<textarea id="message" rows="4" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500" placeholder="Tell us about your project or questions..."></textarea>
</div>
<div>
<button type="submit" class="w-full px-6 py-3 bg-blue-600 text-white font-medium rounded-lg hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 transition">
<i class="fas fa-paper-plane mr-2"></i> Send Message
</button>
</div>
</form>
</div>
<div>
<div class="bg-white p-8 rounded-xl shadow-lg h-full">
<h3 class="text-xl font-semibold mb-6">Contact Information</h3>
<div class="space-y-6">
<div class="flex items-start">
<div class="flex-shrink-0 h-10 w-10 rounded-full bg-blue-100 flex items-center justify-center">
<i class="fas fa-map-marker-alt text-blue-600"></i>
</div>
<div class="ml-4">
<h4 class="text-sm font-medium text-gray-900">Our Office</h4>
<p class="text-sm text-gray-500">123 AI Boulevard, Tech City, TC 10001</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 h-10 w-10 rounded-full bg-green-100 flex items-center justify-center">
<i class="fas fa-envelope text-green-600"></i>
</div>
<div class="ml-4">
<h4 class="text-sm font-medium text-gray-900">Email Us</h4>
<p class="text-sm text-gray-500">hello@agentoforce.com</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 h-10 w-10 rounded-full bg-purple-100 flex items-center justify-center">
<i class="fas fa-phone-alt text-purple-600"></i>
</div>
<div class="ml-4">
<h4 class="text-sm font-medium text-gray-900">Call Us</h4>
<p class="text-sm text-gray-500">+1 (555) 123-4567</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 h-10 w-10 rounded-full bg-yellow-100 flex items-center justify-center">
<i class="fas fa-clock text-yellow-600"></i>
</div>
<div class="ml-4">
<h4 class="text-sm font-medium text-gray-900">Working Hours</h4>
<p class="text-sm text-gray-500">Monday - Friday: 9AM - 6PM</p>
</div>
</div>
</div>
<div class="mt-8">
<h4 class="text-sm font-medium text-gray-900 mb-3">Follow Us</h4>
<div class="flex space-x-4">
<a href="#" class="w-10 h-10 rounded-full bg-blue-100 flex items-center justify-center text-blue-600 hover:bg-blue-200 transition">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="w-10 h-10 rounded-full bg-blue-600 flex items-center justify-center text-white hover:bg-blue-700 transition">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center text-white hover:bg-gray-700 transition">
<i class="fab fa-github"></i>
</a>
<a href="#" class="w-10 h-10 rounded-full bg-pink-600 flex items-center justify-center text-white hover:bg-pink-700 transition">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="py-20 bg-white">
<div class="container mx-auto px-6 max-w-4xl">
<div class="text-center mb-16">
<span class="inline-block px-3 py-1 text-sm font-semibold text-blue-600 bg-blue-100 rounded-full mb-4">FAQs</span>
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Frequently Asked <span class="gradient-text">Questions</span></h2>
<p class="max-w-2xl mx-auto text-gray-600">Find answers to common questions about AgentoForce.</p>
</div>
<div class="space-y-6">
<!-- FAQ Item 1 -->
<div class="border border-gray-200 rounded-xl overflow-hidden">
<button class="faq-toggle w-full px-6 py-4 text-left bg-gray-50 hover:bg-gray-100 focus:outline-none">
<div class="flex items-center justify-between">
<h3 class="text-lg font-medium text-gray-900">What types of tasks can AI employees handle?</h3>
<i class="fas fa-chevron-down text-gray-500 transition-transform duration-300"></i>
</div>
</button>
<div class="faq-content hidden px-6 py-4 bg-white">
<p class="text-gray-600">Our AI employees can handle a wide range of tasks including customer support, data entry and processing, content generation, market research, appointment scheduling, and more. We have specialized AI agents trained for different business functions.</p>
</div>
</div>
<!-- FAQ Item 2 -->
<div class="border border-gray-200 rounded-xl overflow-hidden">
<button class="faq-toggle w-full px-6 py-4 text-left bg-gray-50 hover:bg-gray-100 focus:outline-none">
<div class="flex items-center justify-between">
<h3 class="text-lg font-medium text-gray-900">How do you ensure the quality of work?</h3>
<i class="fas fa-chevron-down text-gray-500 transition-transform duration-300"></i>
</div>
</button>
<div class="faq-content hidden px-6 py-4 bg-white">
<p class="text-gray-600">All our AI employees go through rigorous training and testing before deployment. We implement multiple quality control measures including human oversight for critical tasks, automated validation checks, and continuous performance monitoring to ensure high-quality results.</p>
</div>
</div>
<!-- FAQ Item 3 -->
<div class="border border-gray-200 rounded-xl overflow-hidden">
<button class="faq-toggle w-full px-6 py-4 text-left bg-gray-50 hover:bg-gray-100 focus:outline-none">
<div class="flex items-center justify-between">
<h3 class="text-lg font-medium text-gray-900">Is my data secure with AgentoForce?</h3>
<i class="fas fa-chevron-down text-gray-500 transition-transform duration-300"></i>
</div>
</button>
<div class="faq-content hidden px-6 py-4 bg-white">
<p class="text-gray-600">Absolutely. We use enterprise-grade security measures including end-to-end encryption, strict access controls, and regular security audits. We comply with all major data protection regulations (GDPR, CCPA) and never share or sell your data to third parties.</p>
</div>
</div>
<!-- FAQ Item 4 -->
<div class="border border-gray-200 rounded-xl overflow-hidden">
<button class="faq-toggle w-full px-6 py-4 text-left bg-gray-50 hover:bg-gray-100 focus:outline-none">
<div class="flex items-center justify-between">
<h3 class="text-lg font-medium text-gray-900">Can I customize the AI employees for my specific needs?</h3>
<i class="fas fa-chevron-down text-gray-500 transition-transform duration-300"></i>
</div>
</button>
<div class="faq-content hidden px-6 py-4 bg-white">
<p class="text-gray-600">Yes! Our AI employees can be customized to match your brand voice, business processes, and specific requirements. Enterprise customers can work with our team to train specialized AI models tailored to their unique needs.</p>
</div>
</div>
<!-- FAQ Item 5 -->
<div class="border border-gray-200 rounded-xl overflow-hidden">
<button class="faq-toggle w-full px-6 py-4 text-left bg-gray-50 hover:bg-gray-100 focus:outline-none">
<div class="flex items-center justify-between">
<h3 class="text-lg font-medium text-gray-900">What if I'm not satisfied with the results?</h3>
<i class="fas fa-chevron-down text-gray-500 transition-transform duration-300"></i>
</div>
</button>
<div class="faq-content hidden px-6 py-4 bg-white">
<p class="text-gray-600">We stand behind our service with a satisfaction guarantee. If a task doesn't meet your expectations, we'll either redo it at no additional cost or provide a full refund for that task. Our goal is to ensure you're completely happy with the results.</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="inline-flex items-center text-blue-600 hover:text-blue-800 font-medium">
<i class="fas fa-envelope mr-2"></i> Contact our support team
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white pt-20 pb-10">
<div class="container mx-auto px-6">
<div class="grid grid-cols-1 md:grid-cols-4 gap-12 mb-12">
<div>
<div class="flex items-center mb-6">
<div class="w-10 h-10 bg-blue-600 rounded-lg flex items-center justify-center">
<svg class="w-6 h-6 text-white" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 8V16" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8 12H16" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<span class="ml-3 text-xl font-bold">Agento<span class="gradient-text">Force</span></span>
</div>
<p class="text-gray-400 mb-6">Revolutionizing business operations with autonomous AI employees that deliver measurable results.</p>
<div class="flex space-x-4">
<a href="#" class="w-8 h-8 rounded-full bg-gray-800 flex items-center justify-center text-gray-300 hover:text-white hover:bg-blue-600 transition">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="w-8 h-8 rounded-full bg-gray-800 flex items-center justify-center text-gray-300 hover:text-white hover:bg-blue-700 transition">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="w-8 h-8 rounded-full bg-gray-800 flex items-center justify-center text-gray-300 hover:text-white hover:bg-gray-700 transition">
<i class="fab fa-github"></i>
</a>
<a href="#" class="w-8 h-8 rounded-full bg-gray-800 flex items-center justify-center text-gray-300 hover:text-white hover:bg-pink-600 transition">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
<div>
<h3 class="text-lg font-semibold mb-6">Product</h3>
<ul class="space-y-3">
<li><a href="#" class="text-gray-400 hover:text-white transition">Features</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Pricing</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Case Studies</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Updates</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Roadmap</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-6">Company</h3>
<ul class="space-y-3">
<li><a href="#" class="text-gray-400 hover:text-white transition">About Us</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Blog</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Press</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Partners</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-6">Support</h3>
<ul class="space-y-3">
<li><a href="#" class="text-gray-400 hover:text-white transition">Help Center</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Community</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Contact Us</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Status</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">API Docs</a></li>
</ul>
</div>
</div>
<div class="border-t border-gray-800 pt-8">
<div class="flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 text-sm mb-4 md:mb-0">© 2023 AgentoForce. All rights reserved.</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white text-sm transition">Privacy Policy</a>
<a href="#" class="text-gray-400 hover:text-white text-sm transition">Terms of Service</a>
<a href="#" class="text-gray-400 hover:text-white text-sm transition">Cookie Policy</a>
</div>
</div>
</div>
</div>
</footer>
<script>
// FAQ toggle functionality
document.querySelectorAll('.faq-toggle').forEach(button => {
button.addEventListener('click', () => {
const faqContent = button.nextElementSibling;
const icon = button.querySelector('i');
// Toggle the content
faqContent.classList.toggle('hidden');
// Rotate the icon
if (faqContent.classList.contains('hidden')) {
icon.style.transform = 'rotate(0deg)';
} else {
icon.style.transform = 'rotate(180deg)';
}
});
});
// 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) {
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
}
});
});
// Mobile menu toggle (placeholder - would need more implementation)
document.querySelector('.md\\:hidden').addEventListener('click', function() {
alert('Mobile menu would open here in a full implementation');
});
</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=asmadeyi/test" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |