Spaces:
Running
Running
File size: 54,488 Bytes
d7d6398 |
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 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>StellarBoost - 4X Faster Starlink Speeds</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: {
stellar: {
primary: '#3b82f6',
dark: '#1e40af',
light: '#93c5fd',
accent: '#f59e0b',
}
},
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, #1e40af 0%, #3b82f6 50%, #93c5fd 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);
}
.speed-meter {
position: relative;
height: 200px;
width: 200px;
}
.speed-meter::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 50%;
border: 20px solid #e5e7eb;
}
.speed-meter-fill {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 50%;
border: 20px solid transparent;
border-top-color: #3b82f6;
border-right-color: #3b82f6;
transform: rotate(45deg);
}
.animate-float {
animation: float 3s ease-in-out infinite;
}
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-15px); }
100% { transform: translateY(0px); }
}
</style>
</head>
<body class="bg-gray-50">
<!-- Navigation -->
<nav class="bg-white shadow-lg sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<i class="fas fa-satellite-dish text-stellar-primary text-3xl mr-2"></i>
<span class="text-xl font-bold text-stellar-dark">StellarBoost</span>
</div>
</div>
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
<a href="#features" class="text-gray-900 hover:text-stellar-primary px-3 py-2 text-sm font-medium">Features</a>
<a href="#how-it-works" class="text-gray-900 hover:text-stellar-primary px-3 py-2 text-sm font-medium">How It Works</a>
<a href="#pricing" class="text-gray-900 hover:text-stellar-primary px-3 py-2 text-sm font-medium">Pricing</a>
<a href="#testimonials" class="text-gray-900 hover:text-stellar-primary px-3 py-2 text-sm font-medium">Testimonials</a>
<a href="#contact" class="text-gray-900 hover:text-stellar-primary px-3 py-2 text-sm font-medium">Contact</a>
</div>
<div class="hidden md:ml-6 md:flex md:items-center">
<a href="#pricing" class="ml-8 inline-flex items-center px-4 py-2 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-stellar-primary hover:bg-stellar-dark focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-stellar-primary">
Get Started
</a>
</div>
<div class="-mr-2 flex items-center md:hidden">
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-stellar-primary" aria-expanded="false" id="mobile-menu-button">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div class="hidden md:hidden" id="mobile-menu">
<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-900 hover:text-stellar-primary hover:bg-gray-50">Features</a>
<a href="#how-it-works" class="block px-3 py-2 rounded-md text-base font-medium text-gray-900 hover:text-stellar-primary hover:bg-gray-50">How It Works</a>
<a href="#pricing" class="block px-3 py-2 rounded-md text-base font-medium text-gray-900 hover:text-stellar-primary hover:bg-gray-50">Pricing</a>
<a href="#testimonials" class="block px-3 py-2 rounded-md text-base font-medium text-gray-900 hover:text-stellar-primary hover:bg-gray-50">Testimonials</a>
<a href="#contact" class="block px-3 py-2 rounded-md text-base font-medium text-gray-900 hover:text-stellar-primary hover:bg-gray-50">Contact</a>
<a href="#pricing" class="block px-3 py-2 rounded-md text-base font-medium text-white bg-stellar-primary hover:bg-stellar-dark">Get Started</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-gradient text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20 md:py-32">
<div class="md:flex md:items-center md:justify-between">
<div class="md:w-1/2 mb-10 md:mb-0">
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">
Supercharge Your Starlink <span class="text-stellar-accent">4X Faster</span>
</h1>
<p class="text-xl mb-8 opacity-90">
Our proprietary technology optimizes your Starlink connection to deliver speeds up to 4 times faster than standard. Stream, game, and work without limits.
</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-stellar-primary hover:bg-gray-100 px-6 py-3 rounded-md font-semibold text-center shadow-lg transition duration-300">
Get StellarBoost Now
</a>
<a href="#how-it-works" class="border-2 border-white text-white hover:bg-white hover:text-stellar-primary px-6 py-3 rounded-md font-semibold text-center transition duration-300">
How It Works
</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/32.jpg" alt="">
<img class="inline-block h-10 w-10 rounded-full ring-2 ring-white" src="https://randomuser.me/api/portraits/women/43.jpg" alt="">
</div>
<div class="ml-4">
<p class="text-sm font-medium">Trusted by <span class="font-bold">5,000+</span> Starlink users</p>
<div class="flex items-center">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<span class="ml-2 text-sm">4.9/5 from 832 reviews</span>
</div>
</div>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<div class="relative animate-float">
<div class="absolute -inset-4 bg-stellar-primary rounded-xl opacity-20 blur-lg"></div>
<div class="relative bg-white rounded-xl shadow-2xl p-6 max-w-md">
<div class="flex justify-between items-center mb-4">
<div class="flex items-center">
<i class="fas fa-satellite-dish text-stellar-primary text-xl mr-2"></i>
<span class="font-bold">Starlink Speed Test</span>
</div>
<span class="text-xs bg-stellar-light text-stellar-dark px-2 py-1 rounded">Before/After</span>
</div>
<div class="flex justify-around mb-6">
<div class="text-center">
<p class="text-gray-500 text-sm">Before</p>
<p class="text-2xl font-bold">85 Mbps</p>
</div>
<div class="text-center">
<p class="text-gray-500 text-sm">After</p>
<p class="text-2xl font-bold text-stellar-primary">340 Mbps</p>
</div>
</div>
<div class="speed-meter mx-auto mb-6">
<div class="speed-meter-fill"></div>
<div class="absolute inset-0 flex flex-col items-center justify-center">
<span class="text-4xl font-bold">4X</span>
<span class="text-sm">Faster</span>
</div>
</div>
<div class="bg-stellar-light bg-opacity-30 p-3 rounded-lg">
<div class="flex items-center">
<div class="flex-shrink-0 bg-stellar-primary rounded-full p-1">
<i class="fas fa-bolt text-white text-xs"></i>
</div>
<div class="ml-3">
<p class="text-sm font-medium text-stellar-dark">Latency reduced from 45ms to 22ms</p>
</div>
</div>
</div>
</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 companies worldwide</p>
<div class="grid grid-cols-2 md:grid-cols-5 gap-8 items-center">
<img src="https://via.placeholder.com/150x60/3b82f6/ffffff?text=TechCorp" alt="TechCorp" class="h-10 opacity-70 hover:opacity-100 transition">
<img src="https://via.placeholder.com/150x60/3b82f6/ffffff?text=RemoteWork" alt="RemoteWork" class="h-10 opacity-70 hover:opacity-100 transition">
<img src="https://via.placeholder.com/150x60/3b82f6/ffffff?text=DigitalNomad" alt="DigitalNomad" class="h-10 opacity-70 hover:opacity-100 transition">
<img src="https://via.placeholder.com/150x60/3b82f6/ffffff?text=CloudNine" alt="CloudNine" class="h-10 opacity-70 hover:opacity-100 transition">
<img src="https://via.placeholder.com/150x60/3b82f6/ffffff?text=SpaceTech" alt="SpaceTech" class="h-10 opacity-70 hover:opacity-100 transition">
</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-stellar-dark mb-4">Why Choose StellarBoost?</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Our cutting-edge technology is designed specifically to maximize your Starlink performance</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Feature 1 -->
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
<div class="w-14 h-14 bg-stellar-light bg-opacity-20 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-bolt text-stellar-primary text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-stellar-dark mb-3">4X Speed Boost</h3>
<p class="text-gray-600">Our proprietary algorithms optimize data routing to deliver up to 4 times faster speeds than standard Starlink connections.</p>
</div>
<!-- Feature 2 -->
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
<div class="w-14 h-14 bg-stellar-light bg-opacity-20 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-clock text-stellar-primary text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-stellar-dark mb-3">50% Lower Latency</h3>
<p class="text-gray-600">Reduce ping times by half for smoother gaming, video calls, and real-time applications that demand instant response.</p>
</div>
<!-- Feature 3 -->
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
<div class="w-14 h-14 bg-stellar-light bg-opacity-20 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-shield-alt text-stellar-primary text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-stellar-dark mb-3">Enhanced Security</h3>
<p class="text-gray-600">Military-grade encryption protects your data without compromising speed, keeping your online activities private and secure.</p>
</div>
<!-- Feature 4 -->
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
<div class="w-14 h-14 bg-stellar-light bg-opacity-20 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-globe text-stellar-primary text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-stellar-dark mb-3">Global Network</h3>
<p class="text-gray-600">Access our worldwide network of optimized servers strategically located to provide the best possible connection.</p>
</div>
<!-- Feature 5 -->
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
<div class="w-14 h-14 bg-stellar-light bg-opacity-20 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-plug text-stellar-primary text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-stellar-dark mb-3">Easy Setup</h3>
<p class="text-gray-600">Get started in minutes with our simple plug-and-play solution. No technical expertise required.</p>
</div>
<!-- Feature 6 -->
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
<div class="w-14 h-14 bg-stellar-light bg-opacity-20 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-headset text-stellar-primary text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-stellar-dark mb-3">24/7 Support</h3>
<p class="text-gray-600">Our team of Starlink experts is available around the clock to ensure your connection stays optimized.</p>
</div>
</div>
</div>
</section>
<!-- How It Works Section -->
<section id="how-it-works" 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-stellar-dark mb-4">How StellarBoost Works</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Our technology seamlessly integrates with your Starlink setup to deliver maximum performance</p>
</div>
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0">
<div class="relative">
<div class="absolute -inset-4 bg-stellar-light rounded-xl opacity-20 blur-lg"></div>
<div class="relative bg-stellar-primary bg-opacity-5 border border-stellar-light rounded-xl p-8">
<div class="flex mb-6">
<div class="flex-shrink-0 bg-stellar-primary rounded-full p-2">
<i class="fas fa-satellite-dish text-white"></i>
</div>
<div class="ml-4">
<h3 class="text-lg font-bold text-stellar-dark">Starlink Signal Optimization</h3>
<p class="text-gray-600 mt-1">We analyze and optimize the signal path between your dish and the satellite.</p>
</div>
</div>
<div class="flex mb-6">
<div class="flex-shrink-0 bg-stellar-primary rounded-full p-2">
<i class="fas fa-route text-white"></i>
</div>
<div class="ml-4">
<h3 class="text-lg font-bold text-stellar-dark">Intelligent Data Routing</h3>
<p class="text-gray-600 mt-1">Our algorithms find the fastest path for your data through the satellite network.</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0 bg-stellar-primary rounded-full p-2">
<i class="fas fa-tachometer-alt text-white"></i>
</div>
<div class="ml-4">
<h3 class="text-lg font-bold text-stellar-dark">Continuous Performance Tuning</h3>
<p class="text-gray-600 mt-1">Real-time adjustments ensure you always get the best possible speeds.</p>
</div>
</div>
</div>
</div>
</div>
<div class="md:w-1/2 md:pl-12">
<div class="mb-8">
<h3 class="text-xl font-bold text-stellar-dark mb-3">Technical Deep Dive</h3>
<p class="text-gray-600 mb-4">StellarBoost uses advanced machine learning to analyze network conditions and predict the optimal path for your data. By reducing packet loss and minimizing hops between satellites, we dramatically improve throughput and reduce latency.</p>
<div class="bg-gray-50 p-4 rounded-lg">
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<i class="fas fa-info-circle text-stellar-primary"></i>
</div>
<div class="ml-3">
<p class="text-sm text-gray-600">Standard Starlink connections typically see 30-150Mbps. With StellarBoost, our customers average 120-400Mbps depending on location and network conditions.</p>
</div>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-bold text-stellar-dark mb-3">Simple Setup Process</h3>
<div class="space-y-4">
<div class="flex items-start">
<div class="flex-shrink-0 bg-stellar-primary bg-opacity-10 rounded-full p-2 mt-1">
<span class="text-stellar-primary font-bold">1</span>
</div>
<div class="ml-3">
<p class="text-gray-600">Plug the StellarBoost device into your router</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 bg-stellar-primary bg-opacity-10 rounded-full p-2 mt-1">
<span class="text-stellar-primary font-bold">2</span>
</div>
<div class="ml-3">
<p class="text-gray-600">Download our app and follow the setup wizard</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 bg-stellar-primary bg-opacity-10 rounded-full p-2 mt-1">
<span class="text-stellar-primary font-bold">3</span>
</div>
<div class="ml-3">
<p class="text-gray-600">Enjoy faster Starlink speeds immediately</p>
</div>
</div>
</div>
</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-stellar-dark mb-4">Simple, Transparent Pricing</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Choose the plan that fits your needs. All plans include our 30-day money-back guarantee.</p>
</div>
<div class="grid md:grid-cols-3 gap-8 max-w-5xl mx-auto">
<!-- Basic Plan -->
<div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-300 hover:shadow-xl">
<div class="p-8">
<h3 class="text-lg font-medium text-gray-900 mb-1">Basic</h3>
<p class="text-gray-500 text-sm mb-6">For casual users</p>
<div class="flex items-baseline mb-6">
<span class="text-4xl font-bold text-stellar-dark">$9</span>
<span class="ml-1 text-lg font-medium text-gray-500">/month</span>
</div>
<ul class="space-y-3">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Up to 2X speed boost</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>1 device optimization</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Standard support</span>
</li>
</ul>
</div>
<div class="px-8 pb-8">
<a href="#" class="block w-full bg-gray-50 border border-gray-200 rounded-md py-3 text-center font-medium text-stellar-dark hover:bg-gray-100">
Get Started
</a>
</div>
</div>
<!-- Pro Plan (Featured) -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden border-2 border-stellar-primary transform scale-105">
<div class="bg-stellar-primary p-2 text-center text-white text-sm font-medium">
Most Popular
</div>
<div class="p-8">
<h3 class="text-lg font-medium text-gray-900 mb-1">Pro</h3>
<p class="text-gray-500 text-sm mb-6">For power users & families</p>
<div class="flex items-baseline mb-6">
<span class="text-4xl font-bold text-stellar-dark">$19</span>
<span class="ml-1 text-lg font-medium text-gray-500">/month</span>
</div>
<ul class="space-y-3">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Up to 4X speed boost</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>5 device optimization</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Priority support</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Advanced network analytics</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Gaming mode</span>
</li>
</ul>
</div>
<div class="px-8 pb-8">
<a href="#" class="block w-full bg-stellar-primary border border-transparent rounded-md py-3 text-center font-medium text-white hover:bg-stellar-dark">
Get Started
</a>
</div>
</div>
<!-- Business Plan -->
<div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-300 hover:shadow-xl">
<div class="p-8">
<h3 class="text-lg font-medium text-gray-900 mb-1">Business</h3>
<p class="text-gray-500 text-sm mb-6">For offices & remote teams</p>
<div class="flex items-baseline mb-6">
<span class="text-4xl font-bold text-stellar-dark">$49</span>
<span class="ml-1 text-lg font-medium text-gray-500">/month</span>
</div>
<ul class="space-y-3">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Up to 4X speed boost</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Unlimited devices</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>24/7 premium support</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Dedicated account manager</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Enterprise-grade security</span>
</li>
</ul>
</div>
<div class="px-8 pb-8">
<a href="#" class="block w-full bg-gray-50 border border-gray-200 rounded-md py-3 text-center font-medium text-stellar-dark hover:bg-gray-100">
Get Started
</a>
</div>
</div>
</div>
<div class="mt-12 text-center">
<p class="text-gray-600">Need a custom solution? <a href="#contact" class="text-stellar-primary font-medium hover:underline">Contact our sales team</a></p>
</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-stellar-dark mb-4">What Our Customers Say</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Don't just take our word for it - hear from Starlink users who've transformed their internet experience</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Testimonial 1 -->
<div class="bg-gray-50 p-8 rounded-xl">
<div class="flex items-center mb-6">
<img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/women/44.jpg" alt="Sarah J.">
<div class="ml-4">
<h4 class="font-bold text-stellar-dark">Sarah J.</h4>
<p class="text-gray-500 text-sm">Remote Developer</p>
</div>
</div>
<div class="flex mb-4">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
<p class="text-gray-600">"As a developer working remotely, Starlink was good but StellarBoost made it incredible. My upload speeds went from 20Mbps to 85Mbps, which means no more waiting for code to push to GitHub. It's been a game-changer for my productivity."</p>
</div>
<!-- Testimonial 2 -->
<div class="bg-gray-50 p-8 rounded-xl">
<div class="flex items-center mb-6">
<img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/men/32.jpg" alt="Michael T.">
<div class="ml-4">
<h4 class="font-bold text-stellar-dark">Michael T.</h4>
<p class="text-gray-500 text-sm">Online Gamer</p>
</div>
</div>
<div class="flex mb-4">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
<p class="text-gray-600">"I was skeptical at first, but StellarBoost cut my ping times in half for competitive gaming. Went from 45ms to 22ms consistently. My K/D ratio has never been better! The gaming mode makes all the difference when every millisecond counts."</p>
</div>
<!-- Testimonial 3 -->
<div class="bg-gray-50 p-8 rounded-xl">
<div class="flex items-center mb-6">
<img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/women/68.jpg" alt="Lisa R.">
<div class="ml-4">
<h4 class="font-bold text-stellar-dark">Lisa R.</h4>
<p class="text-gray-500 text-sm">Digital Nomad</p>
</div>
</div>
<div class="flex mb-4">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
<p class="text-gray-600">"Traveling in my RV with Starlink was already great, but StellarBoost took it to another level. Video calls with clients are crystal clear now, and I can stream 4K content without buffering. The setup was so simple - just plug and play!"</p>
</div>
</div>
<div class="mt-12 text-center">
<a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-stellar-primary hover:bg-stellar-dark">
Read More Success Stories
<i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="py-20 bg-gray-50">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-stellar-dark mb-4">Frequently Asked Questions</h2>
<p class="text-xl text-gray-600">Everything you need to know about StellarBoost</p>
</div>
<div class="space-y-6">
<!-- FAQ Item 1 -->
<div class="bg-white shadow-md rounded-xl overflow-hidden">
<button class="faq-toggle w-full flex justify-between items-center p-6 text-left">
<span class="text-lg font-medium text-stellar-dark">How does StellarBoost make Starlink faster?</span>
<i class="fas fa-plus text-stellar-primary"></i>
</button>
<div class="faq-content hidden px-6 pb-6">
<p class="text-gray-600">StellarBoost uses proprietary algorithms to optimize the data routing between your Starlink dish and our global network of servers. We reduce packet loss, minimize latency, and maximize throughput by intelligently selecting the most efficient paths through the satellite network. Our technology also implements advanced TCP optimizations and compression to squeeze every bit of performance from your connection.</p>
</div>
</div>
<!-- FAQ Item 2 -->
<div class="bg-white shadow-md rounded-xl overflow-hidden">
<button class="faq-toggle w-full flex justify-between items-center p-6 text-left">
<span class="text-lg font-medium text-stellar-dark">Will this work with my existing Starlink setup?</span>
<i class="fas fa-plus text-stellar-primary"></i>
</button>
<div class="faq-content hidden px-6 pb-6">
<p class="text-gray-600">Yes! StellarBoost is compatible with all versions of Starlink residential service. Our device connects between your Starlink router and your home network (or directly to your computer if you're using the bypass mode). The setup takes less than 5 minutes and requires no technical expertise. We provide step-by-step instructions and 24/7 support if you need any help.</p>
</div>
</div>
<!-- FAQ Item 3 -->
<div class="bg-white shadow-md rounded-xl overflow-hidden">
<button class="faq-toggle w-full flex justify-between items-center p-6 text-left">
<span class="text-lg font-medium text-stellar-dark">Is there a money-back guarantee?</span>
<i class="fas fa-plus text-stellar-primary"></i>
</button>
<div class="faq-content hidden px-6 pb-6">
<p class="text-gray-600">Absolutely. We offer a 30-day no-questions-asked money-back guarantee. If you don't see a significant improvement in your Starlink speeds, simply return the device for a full refund. We're confident in our technology - over 92% of customers see at least a 2X speed improvement in the first 24 hours.</p>
</div>
</div>
<!-- FAQ Item 4 -->
<div class="bg-white shadow-md rounded-xl overflow-hidden">
<button class="faq-toggle w-full flex justify-between items-center p-6 text-left">
<span class="text-lg font-medium text-stellar-dark">Does this work outside the US?</span>
<i class="fas fa-plus text-stellar-primary"></i>
</button>
<div class="faq-content hidden px-6 pb-6">
<p class="text-gray-600">Yes, StellarBoost works with Starlink service worldwide. We have optimized servers in North America, Europe, Australia, and parts of Asia and South America. Performance may vary slightly depending on your location relative to our server network, but we consistently deliver significant speed improvements globally.</p>
</div>
</div>
<!-- FAQ Item 5 -->
<div class="bg-white shadow-md rounded-xl overflow-hidden">
<button class="faq-toggle w-full flex justify-between items-center p-6 text-left">
<span class="text-lg font-medium text-stellar-dark">Will this affect my Starlink warranty?</span>
<i class="fas fa-plus text-stellar-primary"></i>
</button>
<div class="faq-content hidden px-6 pb-6">
<p class="text-gray-600">No. StellarBoost is a completely external solution that doesn't modify your Starlink hardware or software in any way. It works by optimizing the data after it leaves your Starlink router, so it won't void your warranty or violate Starlink's terms of service.</p>
</div>
</div>
</div>
<div class="mt-12 text-center">
<p class="text-gray-600">Still have questions? <a href="#contact" class="text-stellar-primary font-medium hover:underline">Contact our support team</a></p>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 bg-stellar-primary text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl font-bold mb-6">Ready to Experience 4X Faster Starlink?</h2>
<p class="text-xl mb-8 max-w-3xl mx-auto opacity-90">Join thousands of satisfied customers who've transformed their satellite internet experience with StellarBoost.</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 text-stellar-primary hover:bg-gray-100 px-8 py-4 rounded-md font-semibold text-lg shadow-lg transition duration-300">
Choose Your Plan
</a>
<a href="#how-it-works" class="border-2 border-white text-white hover:bg-white hover:text-stellar-primary px-8 py-4 rounded-md font-semibold text-lg transition duration-300">
Learn More
</a>
</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="lg:grid lg:grid-cols-2 lg:gap-8">
<div class="mb-12 lg:mb-0">
<h2 class="text-3xl font-bold text-stellar-dark mb-6">Get In Touch</h2>
<p class="text-gray-600 mb-8 text-lg">Have questions about StellarBoost? Our team of Starlink experts is here to help you get the most out of your satellite internet connection.</p>
<div class="space-y-6">
<div class="flex">
<div class="flex-shrink-0 bg-stellar-light bg-opacity-20 rounded-full p-3">
<i class="fas fa-envelope text-stellar-primary"></i>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-stellar-dark">Email us</h3>
<p class="text-gray-600">[email protected]</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0 bg-stellar-light bg-opacity-20 rounded-full p-3">
<i class="fas fa-phone-alt text-stellar-primary"></i>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-stellar-dark">Call us</h3>
<p class="text-gray-600">+1 (800) 555-0199</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0 bg-stellar-light bg-opacity-20 rounded-full p-3">
<i class="fas fa-comment-dots text-stellar-primary"></i>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-stellar-dark">Live chat</h3>
<p class="text-gray-600">Available 24/7 on our website</p>
</div>
</div>
</div>
<div class="mt-12">
<h3 class="text-lg font-medium text-stellar-dark mb-4">Follow Us</h3>
<div class="flex space-x-4">
<a href="#" class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center text-stellar-primary hover:bg-stellar-primary hover:text-white transition">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center text-stellar-primary hover:bg-stellar-primary hover:text-white transition">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center text-stellar-primary hover:bg-stellar-primary hover:text-white transition">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center text-stellar-primary hover:bg-stellar-primary hover:text-white transition">
<i class="fab fa-linkedin-in"></i>
</a>
</div>
</div>
</div>
<div class="bg-gray-50 rounded-xl p-8 shadow-md">
<h3 class="text-xl font-bold text-stellar-dark mb-6">Send us a message</h3>
<form>
<div class="mb-6">
<label for="name" class="block text-sm font-medium text-gray-700 mb-1">Name</label>
<input type="text" id="name" class="w-full px-4 py-3 rounded-md border border-gray-300 focus:ring-stellar-primary focus:border-stellar-primary" placeholder="Your name">
</div>
<div class="mb-6">
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email</label>
<input type="email" id="email" class="w-full px-4 py-3 rounded-md border border-gray-300 focus:ring-stellar-primary focus:border-stellar-primary" placeholder="[email protected]">
</div>
<div class="mb-6">
<label for="subject" class="block text-sm font-medium text-gray-700 mb-1">Subject</label>
<select id="subject" class="w-full px-4 py-3 rounded-md border border-gray-300 focus:ring-stellar-primary focus:border-stellar-primary">
<option>General Inquiry</option>
<option>Technical Support</option>
<option>Sales Question</option>
<option>Billing</option>
</select>
</div>
<div class="mb-6">
<label for="message" class="block text-sm font-medium text-gray-700 mb-1">Message</label>
<textarea id="message" rows="4" class="w-full px-4 py-3 rounded-md border border-gray-300 focus:ring-stellar-primary focus:border-stellar-primary" placeholder="Your message"></textarea>
</div>
<button type="submit" class="w-full bg-stellar-primary hover:bg-stellar-dark text-white font-medium py-3 px-4 rounded-md transition duration-300">
Send Message
</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-stellar-dark 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>
<h3 class="text-lg font-semibold mb-4">StellarBoost</h3>
<p class="text-gray-300 text-sm">The ultimate solution for maximizing your Starlink satellite internet performance.</p>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Product</h3>
<ul class="space-y-2">
<li><a href="#features" class="text-gray-300 hover:text-white text-sm">Features</a></li>
<li><a href="#pricing" class="text-gray-300 hover:text-white text-sm">Pricing</a></li>
<li><a href="#" class="text-gray-300 hover:text-white text-sm">FAQ</a></li>
<li><a href="#" class="text-gray-300 hover:text-white text-sm">Updates</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-300 hover:text-white text-sm">About</a></li>
<li><a href="#" class="text-gray-300 hover:text-white text-sm">Blog</a></li>
<li><a href="#" class="text-gray-300 hover:text-white text-sm">Careers</a></li>
<li><a href="#" class="text-gray-300 hover:text-white text-sm">Press</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Legal</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-300 hover:text-white text-sm">Privacy</a></li>
<li><a href="#" class="text-gray-300 hover:text-white text-sm">Terms</a></li>
<li><a href="#" class="text-gray-300 hover:text-white text-sm">Cookie Policy</a></li>
<li><a href="#" class="text-gray-300 hover:text-white text-sm">GDPR</a></li>
</ul>
</div>
</div>
<div class="mt-12 pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-300 text-sm mb-4 md:mb-0">© 2023 StellarBoost Technologies. All rights reserved.</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-300 hover:text-white">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-300 hover:text-white">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="text-gray-300 hover:text-white">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="text-gray-300 hover:text-white">
<i class="fab fa-linkedin-in"></i>
</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 functionality
const faqToggles = document.querySelectorAll('.faq-toggle');
faqToggles.forEach(toggle => {
toggle.addEventListener('click', function() {
const content = this.nextElementSibling;
const icon = this.querySelector('i');
// Toggle content
content.classList.toggle('hidden');
// Change icon
if (content.classList.contains('hidden')) {
icon.classList.remove('fa-minus');
icon.classList.add('fa-plus');
} else {
icon.classList.remove('fa-plus');
icon.classList.add('fa-minus');
}
});
});
// 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=inoculatemedia/starlink-boost" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |