Spaces:
Running
Running
File size: 60,266 Bytes
acbb3d2 e335461 acbb3d2 e335461 acbb3d2 |
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 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tipsy Trunk Bot | Autonomous Cocktail Concierge</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Poppins:wght@300;400;600;700&display=swap');
body {
font-family: 'Poppins', sans-serif;
background-color: #0a0a0a;
color: #f8f8f8;
scroll-behavior: smooth;
}
.hero-gradient {
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}
.cocktail-card {
transition: all 0.3s ease;
transform-style: preserve-3d;
}
.cocktail-card:hover {
transform: translateY(-10px) rotateX(5deg);
box-shadow: 0 25px 50px -12px rgba(236, 72, 153, 0.25);
}
.feature-icon {
transition: all 0.3s ease;
}
.feature-card:hover .feature-icon {
transform: scale(1.2) rotate(10deg);
}
.trunk-bot {
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
100% { transform: translateY(0px); }
}
.chip-logo {
filter: drop-shadow(0 0 10px rgba(0, 220, 130, 0.7));
}
.nav-link {
position: relative;
}
.nav-link::after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: -2px;
left: 0;
background-color: #ec4899;
transition: width 0.3s ease;
}
.nav-link:hover::after {
width: 100%;
}
.scroll-indicator {
animation: bounce 2s infinite;
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-20px);}
60% {transform: translateY(-10px);}
}
.glow-text {
text-shadow: 0 0 10px rgba(236, 72, 153, 0.7);
}
.timeline-item::before {
content: '';
position: absolute;
left: -38px;
top: 0;
width: 20px;
height: 20px;
border-radius: 50%;
background: #ec4899;
border: 4px solid #0f3460;
}
.timeline::before {
content: '';
position: absolute;
left: 33px;
top: 0;
height: 100%;
width: 4px;
background: linear-gradient(to bottom, #ec4899, #0f3460);
}
</style>
</head>
<body>
<!-- Navigation -->
<nav class="fixed w-full z-50 bg-black bg-opacity-80 backdrop-blur-sm">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16 items-center">
<div class="flex-shrink-0 flex items-center">
<div class="flex items-center">
<i class="fas fa-cocktail text-pink-500 text-2xl mr-2"></i>
<span class="text-xl font-bold bg-gradient-to-r from-pink-500 to-purple-600 bg-clip-text text-transparent">Tipsy Trunk Bot</span>
</div>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-8">
<a href="#features" class="nav-link text-gray-300 hover:text-white px-3 py-2 text-sm font-medium">Features</a>
<a href="#technology" class="nav-link text-gray-300 hover:text-white px-3 py-2 text-sm font-medium">Technology</a>
<a href="#chip" class="nav-link text-gray-300 hover:text-white px-3 py-2 text-sm font-medium">CHIP Integration</a>
<a href="#roadmap" class="nav-link text-gray-300 hover:text-white px-3 py-2 text-sm font-medium">Roadmap</a>
<a href="#preorder" class="ml-6 inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white bg-gradient-to-r from-pink-500 to-purple-600 hover:from-pink-600 hover:to-purple-700 shadow-lg transition-all duration-300">Pre-order Now</a>
</div>
</div>
<div class="-mr-2 flex md:hidden">
<button type="button" id="mobile-menu-button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars text-xl"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden bg-black bg-opacity-90">
<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-300 hover:text-white hover:bg-gray-700">Features</a>
<a href="#technology" class="block px-3 py-2 rounded-md text-base font-medium text-gray-300 hover:text-white hover:bg-gray-700">Technology</a>
<a href="#chip" class="block px-3 py-2 rounded-md text-base font-medium text-gray-300 hover:text-white hover:bg-gray-700">CHIP Integration</a>
<a href="#roadmap" class="block px-3 py-2 rounded-md text-base font-medium text-gray-300 hover:text-white hover:bg-gray-700">Roadmap</a>
<a href="#preorder" class="block px-3 py-2 rounded-md text-base font-medium text-white bg-gradient-to-r from-pink-500 to-purple-600 mt-2">Pre-order Now</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-gradient pt-24 pb-20 md:pt-32 md:pb-28 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="md:flex md:items-center md:justify-between">
<div class="md:w-1/2 mb-12 md:mb-0">
<h1 class="text-4xl md:text-6xl font-bold leading-tight mb-6">
<span class="glow-text">Unbottle</span> Your Adventure
</h1>
<p class="text-xl md:text-2xl text-gray-300 mb-8">
The world's first autonomous cocktail suitcase revolutionizing travel with personalized mixology and effortless mobility.
</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#preorder" class="px-8 py-4 text-center rounded-lg bg-gradient-to-r from-pink-500 to-purple-600 hover:from-pink-600 hover:to-purple-700 text-white font-bold shadow-lg transform transition-all hover:scale-105">
Reserve Yours Now
</a>
<a href="#features" class="px-8 py-4 text-center rounded-lg bg-gray-800 hover:bg-gray-700 text-white font-bold border border-gray-600 shadow-lg transform transition-all hover:scale-105">
Explore Features
</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-gray-800" src="https://randomuser.me/api/portraits/women/1.jpg" alt="">
<img class="w-10 h-10 rounded-full border-2 border-gray-800" src="https://randomuser.me/api/portraits/men/32.jpg" alt="">
<img class="w-10 h-10 rounded-full border-2 border-gray-800" src="https://randomuser.me/api/portraits/women/44.jpg" alt="">
</div>
<div class="text-sm text-gray-300">
<span class="font-semibold text-white">500+</span> travelers already pre-ordered
</div>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<div class="relative trunk-bot">
<img src="https://images.unsplash.com/photo-1589363460779-cd717d2ed8a9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Tipsy Trunk Bot" class="w-full max-w-md rounded-2xl shadow-2xl border-4 border-gray-700 transform rotate-2">
<div class="absolute -bottom-6 -right-6 bg-pink-600 text-white px-4 py-2 rounded-lg shadow-lg font-bold">
<span class="text-xs block">Starting at</span>
<span class="text-xl">$2,499</span>
</div>
</div>
</div>
</div>
<div class="mt-20 text-center">
<a href="#features" class="scroll-indicator inline-block text-gray-400 hover:text-white animate-bounce">
<i class="fas fa-chevron-down text-2xl"></i>
</a>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="py-20 px-4 sm:px-6 lg:px-8 bg-gray-900">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Your Personal <span class="bg-gradient-to-r from-pink-500 to-purple-600 bg-clip-text text-transparent">Cocktail Concierge</span></h2>
<p class="text-xl text-gray-400 max-w-3xl mx-auto">
Combining cutting-edge technology with a passion for travel and cocktails to create the ultimate travel companion.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<!-- Feature 1 -->
<div class="feature-card bg-gray-800 rounded-xl p-8 hover:bg-gray-700 transition-all duration-300 shadow-lg">
<div class="feature-icon w-16 h-16 bg-pink-600 rounded-full flex items-center justify-center mb-6 mx-auto">
<i class="fas fa-robot text-white text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3 text-center">Autonomous Navigation</h3>
<p class="text-gray-400 text-center">
Obstacle avoidance sensors and AI ensure effortless movement alongside you, freeing your hands for adventure.
</p>
</div>
<!-- Feature 2 -->
<div class="feature-card bg-gray-800 rounded-xl p-8 hover:bg-gray-700 transition-all duration-300 shadow-lg">
<div class="feature-icon w-16 h-16 bg-purple-600 rounded-full flex items-center justify-center mb-6 mx-auto">
<i class="fas fa-cocktail text-white text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3 text-center">Personalized Mixology</h3>
<p class="text-gray-400 text-center">
Temperature-controlled compartments and high-tech mixing equipment craft bespoke cocktails wherever you roam.
</p>
</div>
<!-- Feature 3 -->
<div class="feature-card bg-gray-800 rounded-xl p-8 hover:bg-gray-700 transition-all duration-300 shadow-lg">
<div class="feature-icon w-16 h-16 bg-blue-600 rounded-full flex items-center justify-center mb-6 mx-auto">
<i class="fas fa-fingerprint text-white text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3 text-center">Enhanced Security</h3>
<p class="text-gray-400 text-center">
Biometric lock, GPS tracking, and tamper-proof seals keep your valuables and ingredients safe while you explore.
</p>
</div>
<!-- Feature 4 -->
<div class="feature-card bg-gray-800 rounded-xl p-8 hover:bg-gray-700 transition-all duration-300 shadow-lg">
<div class="feature-icon w-16 h-16 bg-green-500 rounded-full flex items-center justify-center mb-6 mx-auto">
<i class="fab fa-bitcoin text-white text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3 text-center">CHIP Integration</h3>
<p class="text-gray-400 text-center">
Seamlessly pay for travel essentials and premium experiences using the secure and globally accessible CHIP protocol.
</p>
</div>
</div>
<!-- Cocktail Showcase -->
<div class="mt-20">
<h3 class="text-2xl font-bold mb-8 text-center">Signature Creations</h3>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Cocktail 1 -->
<div class="cocktail-card bg-gray-800 rounded-xl overflow-hidden shadow-lg">
<div class="h-48 bg-gradient-to-br from-purple-900 to-pink-700 flex items-center justify-center">
<i class="fas fa-cocktail text-white text-6xl opacity-50"></i>
</div>
<div class="p-6">
<h4 class="text-xl font-bold mb-2">Jet Lag Reviver</h4>
<p class="text-gray-400 mb-4">A refreshing blend of vodka, ginger, and citrus with a hint of CBD to help you recover from long flights.</p>
<div class="flex justify-between items-center">
<span class="text-pink-500 font-bold">AI Recommended</span>
<button class="text-sm bg-pink-600 hover:bg-pink-700 text-white px-3 py-1 rounded-full">View Recipe</button>
</div>
</div>
</div>
<!-- Cocktail 2 -->
<div class="cocktail-card bg-gray-800 rounded-xl overflow-hidden shadow-lg">
<div class="h-48 bg-gradient-to-br from-blue-900 to-teal-700 flex items-center justify-center">
<i class="fas fa-cocktail text-white text-6xl opacity-50"></i>
</div>
<div class="p-6">
<h4 class="text-xl font-bold mb-2">Beachside Bliss</h4>
<p class="text-gray-400 mb-4">Tropical rum blend with fresh pineapple, coconut water, and a touch of chili for that perfect beach vibe.</p>
<div class="flex justify-between items-center">
<span class="text-pink-500 font-bold">Traveler Favorite</span>
<button class="text-sm bg-pink-600 hover:bg-pink-700 text-white px-3 py-1 rounded-full">View Recipe</button>
</div>
</div>
</div>
<!-- Cocktail 3 -->
<div class="cocktail-card bg-gray-800 rounded-xl overflow-hidden shadow-lg">
<div class="h-48 bg-gradient-to-br from-red-900 to-orange-600 flex items-center justify-center">
<i class="fas fa-cocktail text-white text-6xl opacity-50"></i>
</div>
<div class="p-6">
<h4 class="text-xl font-bold mb-2">Mountain Mule</h4>
<p class="text-gray-400 mb-4">A high-altitude twist on the classic with ginger beer, vodka, and locally foraged botanicals.</p>
<div class="flex justify-between items-center">
<span class="text-pink-500 font-bold">Seasonal Special</span>
<button class="text-sm bg-pink-600 hover:bg-pink-700 text-white px-3 py-1 rounded-full">View Recipe</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Technology Section -->
<section id="technology" class="py-20 px-4 sm:px-6 lg:px-8 bg-gray-800">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Cutting-Edge <span class="bg-gradient-to-r from-blue-400 to-teal-400 bg-clip-text text-transparent">Technology</span></h2>
<p class="text-xl text-gray-400 max-w-3xl mx-auto">
Powered by advanced robotics, AI, and blockchain for the ultimate travel experience.
</p>
</div>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
<div>
<div class="mb-8">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-blue-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-brain text-white text-xl"></i>
</div>
<h3 class="text-xl font-bold">Advanced AI & Robotics</h3>
</div>
<p class="text-gray-400 pl-16">
Our proprietary navigation algorithms combined with state-of-the-art sensors allow your Tipsy Trunk Bot to follow you seamlessly through airports, hotels, and city streets while avoiding obstacles.
</p>
</div>
<div class="mb-8">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-purple-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-microchip text-white text-xl"></i>
</div>
<h3 class="text-xl font-bold">Precision Mixing Technology</h3>
</div>
<p class="text-gray-400 pl-16">
Temperature-controlled compartments maintain perfect conditions for ingredients, while our automated mixing system ensures bar-quality cocktails every time, tailored to your personal taste profile.
</p>
</div>
<div class="mb-8">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-pink-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-mobile-alt text-white text-xl"></i>
</div>
<h3 class="text-xl font-bold">Companion Mobile App</h3>
</div>
<p class="text-gray-400 pl-16">
Control every aspect of your Tipsy Trunk Bot through our intuitive app - from adjusting cocktail recipes to setting navigation preferences and monitoring battery life.
</p>
</div>
</div>
<div class="bg-gray-900 rounded-2xl p-8 shadow-2xl border border-gray-700">
<div class="relative">
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Tech Specs" class="rounded-xl w-full">
<div class="absolute -bottom-5 -right-5 bg-gradient-to-r from-blue-500 to-teal-400 text-white px-6 py-3 rounded-lg shadow-lg font-bold">
Tech Specs
</div>
</div>
<div class="mt-8 grid grid-cols-2 gap-4">
<div class="bg-gray-800 p-4 rounded-lg">
<div class="text-blue-400 mb-2">
<i class="fas fa-battery-three-quarters"></i>
</div>
<h4 class="font-bold mb-1">Battery Life</h4>
<p class="text-sm text-gray-400">Up to 12 hours</p>
</div>
<div class="bg-gray-800 p-4 rounded-lg">
<div class="text-purple-400 mb-2">
<i class="fas fa-weight-hanging"></i>
</div>
<h4 class="font-bold mb-1">Weight</h4>
<p class="text-sm text-gray-400">9.8 kg (21.6 lbs)</p>
</div>
<div class="bg-gray-800 p-4 rounded-lg">
<div class="text-pink-400 mb-2">
<i class="fas fa-cocktail"></i>
</div>
<h4 class="font-bold mb-1">Capacity</h4>
<p class="text-sm text-gray-400">8 full cocktails</p>
</div>
<div class="bg-gray-800 p-4 rounded-lg">
<div class="text-green-400 mb-2">
<i class="fas fa-wifi"></i>
</div>
<h4 class="font-bold mb-1">Connectivity</h4>
<p class="text-sm text-gray-400">5G, Bluetooth 5.2</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CHIP Integration Section -->
<section id="chip" class="py-20 px-4 sm:px-6 lg:px-8 bg-gray-900">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Powered by <span class="chip-logo bg-gradient-to-r from-green-400 to-green-600 bg-clip-text text-transparent">CHIP Protocol</span></h2>
<p class="text-xl text-gray-400 max-w-3xl mx-auto">
Secure, transparent, and globally accessible financial transactions for the modern traveler.
</p>
</div>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
<div class="order-2 lg:order-1">
<div class="bg-gray-800 rounded-2xl p-8 shadow-2xl border border-gray-700">
<div class="flex items-center mb-6">
<img src="https://cryptologos.cc/logos/bitcoin-cash-bch-logo.png" alt="Bitcoin Cash" class="h-12 mr-4">
<div>
<h3 class="text-xl font-bold">Bitcoin Cash Infrastructure Protocol</h3>
<p class="text-green-400">Secure Blockchain Payments</p>
</div>
</div>
<div class="space-y-6">
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-10 w-10 rounded-md bg-green-900 text-green-400">
<i class="fas fa-lock"></i>
</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-medium">Secure Payments</h4>
<p class="mt-1 text-gray-400">
Pay for airport lounge access, premium travel bookings, and curated cocktail ingredients instantly and securely with your Bitcoin Cash.
</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-10 w-10 rounded-md bg-green-900 text-green-400">
<i class="fas fa-gem"></i>
</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-medium">Exclusive Incentives</h4>
<p class="mt-1 text-gray-400">
Participate in loyalty programs, unlock discounts, and access VIP experiences within the Tipsy Trunk Bot ecosystem using CHIP tokens.
</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-10 w-10 rounded-md bg-green-900 text-green-400">
<i class="fas fa-globe"></i>
</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-medium">Global Currency</h4>
<p class="mt-1 text-gray-400">
CHIP facilitates borderless transactions, eliminating the need for currency exchange while traveling.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="order-1 lg:order-2">
<div class="bg-gradient-to-br from-green-900 to-gray-900 rounded-2xl p-8 shadow-2xl border border-green-800">
<h3 class="text-2xl font-bold mb-6">CHIP Benefits for Travelers</h3>
<div class="space-y-6">
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex items-center justify-center h-6 w-6 rounded-full bg-green-500 text-white">
<i class="fas fa-check text-xs"></i>
</div>
</div>
<div class="ml-3">
<p class="text-gray-300">
<span class="font-semibold">No Foreign Transaction Fees:</span> Save money on every international purchase.
</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex items-center justify-center h-6 w-6 rounded-full bg-green-500 text-white">
<i class="fas fa-check text-xs"></i>
</div>
</div>
<div class="ml-3">
<p class="text-gray-300">
<span class="font-semibold">Instant Settlements:</span> No waiting for bank transfers to clear.
</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex items-center justify-center h-6 w-6 rounded-full bg-green-500 text-white">
<i class="fas fa-check text-xs"></i>
</div>
</div>
<div class="ml-3">
<p class="text-gray-300">
<span class="font-semibold">Exclusive Access:</span> Unlock special partner offers and locations.
</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex items-center justify-center h-6 w-6 rounded-full bg-green-500 text-white">
<i class="fas fa-check text-xs"></i>
</div>
</div>
<div class="ml-3">
<p class="text-gray-300">
<span class="font-semibold">Transparent Tracking:</span> All transactions recorded on the blockchain.
</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex items-center justify-center h-6 w-6 rounded-full bg-green-500 text-white">
<i class="fas fa-check text-xs"></i>
</div>
</div>
<div class="ml-3">
<p class="text-gray-300">
<span class="font-semibold">Community Rewards:</span> Earn tokens for participating in the ecosystem.
</p>
</div>
</div>
</div>
<div class="mt-8">
<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-green-600 hover:bg-green-700">
Learn More About CHIP
<i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Roadmap Section -->
<section id="roadmap" class="py-20 px-4 sm:px-6 lg:px-8 bg-gray-800">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Our <span class="bg-gradient-to-r from-pink-500 to-purple-600 bg-clip-text text-transparent">Journey</span></h2>
<p class="text-xl text-gray-400 max-w-3xl mx-auto">
The future of travel and mixology is being built today.
</p>
</div>
<div class="relative timeline pl-16">
<!-- Q1 2023 -->
<div class="relative mb-12 timeline-item">
<div class="bg-gray-900 rounded-lg p-6 shadow-lg border-l-4 border-pink-500">
<div class="flex items-center mb-2">
<span class="bg-pink-600 text-white text-xs font-semibold px-2.5 py-0.5 rounded">Q1 2023</span>
<span class="text-gray-400 text-sm ml-2">Completed</span>
</div>
<h3 class="text-xl font-bold mb-2">Prototype Development</h3>
<p class="text-gray-400">
Initial robotics platform completed with basic navigation and mixing capabilities. First successful autonomous cocktail served!
</p>
</div>
</div>
<!-- Q2 2023 -->
<div class="relative mb-12 timeline-item">
<div class="bg-gray-900 rounded-lg p-6 shadow-lg border-l-4 border-purple-500">
<div class="flex items-center mb-2">
<span class="bg-purple-600 text-white text-xs font-semibold px-2.5 py-0.5 rounded">Q2 2023</span>
<span class="text-gray-400 text-sm ml-2">Completed</span>
</div>
<h3 class="text-xl font-bold mb-2">CHIP Integration</h3>
<p class="text-gray-400">
Successfully implemented Bitcoin Cash payments and token rewards system. Partnered with 5 luxury hotels for testing.
</p>
</div>
</div>
<!-- Q3 2023 -->
<div class="relative mb-12 timeline-item">
<div class="bg-gray-900 rounded-lg p-6 shadow-lg border-l-4 border-blue-500">
<div class="flex items-center mb-2">
<span class="bg-blue-600 text-white text-xs font-semibold px-2.5 py-0.5 rounded">Q3 2023</span>
<span class="text-gray-400 text-sm ml-2">In Progress</span>
</div>
<h3 class="text-xl font-bold mb-2">Strategic Partnerships</h3>
<p class="text-gray-400">
Securing collaborations with airlines, hotels, and premium liquor brands to provide exclusive experiences and offers.
</p>
</div>
</div>
<!-- Q4 2023 -->
<div class="relative mb-12 timeline-item">
<div class="bg-gray-900 rounded-lg p-6 shadow-lg border-l-4 border-green-500">
<div class="flex items-center mb-2">
<span class="bg-green-600 text-white text-xs font-semibold px-2.5 py-0.5 rounded">Q4 2023</span>
<span class="text-gray-400 text-sm ml-2">Coming Soon</span>
</div>
<h3 class="text-xl font-bold mb-2">Pre-Order Campaign</h3>
<p class="text-gray-400">
Limited edition release for early adopters with exclusive benefits. First 100 units come with lifetime premium membership.
</p>
</div>
</div>
<!-- Q1 2024 -->
<div class="relative timeline-item">
<div class="bg-gray-900 rounded-lg p-6 shadow-lg border-l-4 border-yellow-500">
<div class="flex items-center mb-2">
<span class="bg-yellow-600 text-white text-xs font-semibold px-2.5 py-0.5 rounded">Q1 2024</span>
<span class="text-gray-400 text-sm ml-2">On Deck</span>
</div>
<h3 class="text-xl font-bold mb-2">Market Launch</h3>
<p class="text-gray-400">
Full production begins. Initial launch in tech hubs and major travel destinations with premium concierge service.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Pre-order Section -->
<section id="preorder" class="py-20 px-4 sm:px-6 lg:px-8 bg-gradient-to-br from-gray-900 to-gray-800">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Ready to <span class="bg-gradient-to-r from-pink-500 to-purple-600 bg-clip-text text-transparent">Unbottle</span> Your Adventure?</h2>
<p class="text-xl text-gray-400 max-w-3xl mx-auto">
Join the revolution in travel and mixology. Limited pre-order spots available.
</p>
</div>
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8 max-w-5xl mx-auto">
<!-- Standard Edition -->
<div class="bg-gray-800 rounded-xl overflow-hidden shadow-lg transform transition-all hover:scale-105">
<div class="bg-gray-700 px-6 py-4">
<h3 class="text-xl font-bold text-center">Standard Edition</h3>
</div>
<div class="p-6">
<div class="text-center mb-6">
<span class="text-4xl font-bold">$2,499</span>
<span class="text-gray-400 block">+ shipping</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>Autonomous navigation</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>8 cocktail capacity</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Basic ingredient kit</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>1 year warranty</span>
</li>
<li class="flex items-center text-gray-500">
<i class="fas fa-times-circle mr-2"></i>
<span>No premium membership</span>
</li>
</ul>
<button class="w-full bg-gray-700 hover:bg-gray-600 text-white font-bold py-3 px-4 rounded-lg transition-all">
Pre-order Now
</button>
</div>
</div>
<!-- Premium Edition -->
<div class="relative bg-gray-800 rounded-xl overflow-hidden shadow-xl transform transition-all hover:scale-105 border-2 border-purple-500">
<div class="absolute top-0 right-0 bg-purple-600 text-white text-xs font-bold px-3 py-1 rounded-bl-lg">
MOST POPULAR
</div>
<div class="bg-purple-600 px-6 py-4">
<h3 class="text-xl font-bold text-center">Premium Edition</h3>
</div>
<div class="p-6">
<div class="text-center mb-6">
<span class="text-4xl font-bold">$3,299</span>
<span class="text-gray-400 block">free shipping</span>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i class="fas fa-check-circle text-purple-400 mr-2"></i>
<span>Enhanced autonomous navigation</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-purple-400 mr-2"></i>
<span>12 cocktail capacity</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-purple-400 mr-2"></i>
<span>Premium ingredient starter kit</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-purple-400 mr-2"></i>
<span>2 year warranty</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-purple-400 mr-2"></i>
<span>1 year premium membership</span>
</li>
</ul>
<button class="w-full bg-gradient-to-r from-purple-600 to-pink-600 hover:from-purple-700 hover:to-pink-700 text-white font-bold py-3 px-4 rounded-lg transition-all shadow-lg">
Pre-order Now
</button>
</div>
</div>
<!-- Limited Edition -->
<div class="bg-gray-800 rounded-xl overflow-hidden shadow-lg transform transition-all hover:scale-105">
<div class="bg-pink-600 px-6 py-4">
<h3 class="text-xl font-bold text-center">Founders Edition</h3>
</div>
<div class="p-6">
<div class="text-center mb-6">
<span class="text-4xl font-bold">$4,999</span>
<span class="text-gray-400 block">free shipping & handling</span>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i class="fas fa-check-circle text-pink-400 mr-2"></i>
<span>All premium features plus:</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-pink-400 mr-2"></i>
<span>Handcrafted luxury materials</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-pink-400 mr-2"></i>
<span>Personalized engraving</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-pink-400 mr-2"></i>
<span>Lifetime warranty</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-pink-400 mr-2"></i>
<span>Lifetime premium membership</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-pink-400 mr-2"></i>
<span>Exclusive founders community</span>
</li>
</ul>
<button class="w-full bg-gray-700 hover:bg-gray-600 text-white font-bold py-3 px-4 rounded-lg transition-all">
Join Waitlist
</button>
</div>
</div>
</div>
<div class="mt-16 max-w-3xl mx-auto bg-gray-900 rounded-xl p-8 shadow-lg border border-gray-700">
<h3 class="text-xl font-bold mb-4 text-center">Pay with Bitcoin Cash & Save 5%</h3>
<p class="text-gray-400 text-center mb-6">
Use the CHIP protocol for secure payments and enjoy an instant discount on your pre-order.
</p>
<div class="flex justify-center">
<button class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-green-600 hover:bg-green-700">
<i class="fab fa-bitcoin mr-2"></i>
Pay with BCH
</button>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="py-20 px-4 sm:px-6 lg:px-8 bg-gray-900">
<div class="max-w-4xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Frequently Asked <span class="bg-gradient-to-r from-blue-400 to-teal-400 bg-clip-text text-transparent">Questions</span></h2>
<p class="text-xl text-gray-400">
Everything you need to know about the Tipsy Trunk Bot.
</p>
</div>
<div class="space-y-4">
<!-- FAQ Item 1 -->
<div class="group bg-gray-800 rounded-lg overflow-hidden shadow-lg">
<button class="w-full flex justify-between items-center p-6 text-left focus:outline-none">
<span class="text-lg font-medium">How does the autonomous navigation work?</span>
<i class="fas fa-chevron-down text-gray-400 group-hover:text-white transform transition-transform duration-300"></i>
</button>
<div class="px-6 pb-6 hidden group-focus:block">
<p class="text-gray-400">
The Tipsy Trunk Bot uses a combination of LIDAR sensors, computer vision, and advanced AI algorithms to navigate autonomously. It maintains a safe distance from obstacles and people while following you using Bluetooth and GPS signals from your smartphone. The system continuously learns and adapts to different environments.
</p>
</div>
</div>
<!-- FAQ Item 2 -->
<div class="group bg-gray-800 rounded-lg overflow-hidden shadow-lg">
<button class="w-full flex justify-between items-center p-6 text-left focus:outline-none">
<span class="text-lg font-medium">What's included in the premium membership?</span>
<i class="fas fa-chevron-down text-gray-400 group-hover:text-white transform transition-transform duration-300"></i>
</button>
<div class="px-6 pb-6 hidden group-focus:block">
<p class="text-gray-400">
Premium members enjoy access to exclusive cocktail recipes, priority ingredient refill deliveries, VIP access to partner lounges and hotels, special CHIP token rewards, and personalized concierge service for travel planning. Members also get early access to new features and firmware updates.
</p>
</div>
</div>
<!-- FAQ Item 3 -->
<div class="group bg-gray-800 rounded-lg overflow-hidden shadow-lg">
<button class="w-full flex justify-between items-center p-6 text-left focus:outline-none">
<span class="text-lg font-medium">Can I use my own ingredients?</span>
<i class="fas fa-chevron-down text-gray-400 group-hover:text-white transform transition-transform duration-300"></i>
</button>
<div class="px-6 pb-6 hidden group-focus:block">
<p class="text-gray-400">
Absolutely! While we offer curated ingredient kits optimized for our recipes, you're free to use your own spirits, mixers, and garnishes. The company does not sell alcoholic beverages. The Tipsy Trunk Bot's AI will analyze your ingredients and suggest compatible recipes or help you create custom cocktails based on what you have available.
</p>
</div>
</div>
<!-- FAQ Item 4 -->
<div class="group bg-gray-800 rounded-lg overflow-hidden shadow-lg">
<button class="w-full flex justify-between items-center p-6 text-left focus:outline-none">
<span class="text-lg font-medium">How does the CHIP integration benefit me?</span>
<i class="fas fa-chevron-down text-gray-400 group-hover:text-white transform transition-transform duration-300"></i>
</button>
<div class="px-6 pb-6 hidden group-focus:block">
<p class="text-gray-400">
CHIP allows for secure, instant payments worldwide without currency exchange fees. You'll earn token rewards for purchases that can be redeemed for premium services and exclusive experiences. The blockchain-based system also provides transparent tracking of all your transactions and loyalty rewards.
</p>
</div>
</div>
<!-- FAQ Item 5 -->
<div class="group bg-gray-800 rounded-lg overflow-hidden shadow-lg">
<button class="w-full flex justify-between items-center p-6 text-left focus:outline-none">
<span class="text-lg font-medium">What's the battery life and charging options?</span>
<i class="fas fa-chevron-down text-gray-400 group-hover:text-white transform transition-transform duration-300"></i>
</button>
<div class="px-6 pb-6 hidden group-focus:block">
<p class="text-gray-400">
The standard battery lasts up to 12 hours of mixed use (navigation and mixing). It charges via USB-C (0-100% in 4 hours) or optional wireless charging pad. There's also a solar panel option for extended travel. The companion app shows real-time battery status and can optimize power usage based on your itinerary.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Newsletter Section -->
<section class="py-16 px-4 sm:px-6 lg:px-8 bg-gradient-to-r from-gray-800 to-gray-900">
<div class="max-w-4xl mx-auto bg-gray-900 rounded-xl shadow-2xl p-8 border border-gray-800">
<div class="md:flex md:items-center md:justify-between">
<div class="md:w-1/2 mb-8 md:mb-0">
<h3 class="text-2xl font-bold mb-2">Stay Updated</h3>
<p class="text-gray-400">
Join our newsletter for exclusive updates, early access, and special offers.
</p>
</div>
<div class="md:w-1/2">
<form class="flex flex-col sm:flex-row gap-4">
<input type="email" placeholder="Your email address" class="flex-grow px-4 py-3 rounded-lg bg-gray-800 border border-gray-700 focus:outline-none focus:ring-2 focus:ring-purple-600 text-white">
<button type="submit" class="px-6 py-3 rounded-lg bg-gradient-to-r from-pink-600 to-purple-600 hover:from-pink-700 hover:to-purple-700 text-white font-bold shadow-lg transition-all">
Subscribe
</button>
</form>
<p class="text-xs text-gray-500 mt-2">
We respect your privacy. Unsubscribe at any time.
</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-black py-12 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="grid grid-cols-1 md:grid-cols-4 gap-12">
<div>
<div class="flex items-center mb-4">
<i class="fas fa-cocktail text-pink-500 text-2xl mr-2"></i>
<span class="text-xl font-bold bg-gradient-to-r from-pink-500 to-purple-600 bg-clip-text text-transparent">Tipsy Trunk Bot</span>
</div>
<p class="text-gray-500 mb-4">
Revolutionizing travel with autonomous mixology and blockchain technology.
</p>
<div class="flex space-x-4">
<a href="#" class="text-gray-500 hover:text-pink-500">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-500 hover:text-pink-500">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="text-gray-500 hover:text-pink-500">
<i class="fab fa-discord"></i>
</a>
<a href="#" class="text-gray-500 hover:text-pink-500">
<i class="fab fa-github"></i>
</a>
</div>
</div>
<div>
<h4 class="text-lg font-semibold mb-4 text-white">Product</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-500 hover:text-white transition">Features</a></li>
<li><a href="#" class="text-gray-500 hover:text-white transition">Technology</a></li>
<li><a href="#" class="text-gray-500 hover:text-white transition">CHIP Integration</a></li>
<li><a href="#" class="text-gray-500 hover:text-white transition">Pricing</a></li>
<li><a href="#" class="text-gray-500 hover:text-white transition">Roadmap</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-semibold mb-4 text-white">Resources</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-500 hover:text-white transition">Documentation</a></li>
<li><a href="#" class="text-gray-500 hover:text-white transition">Guides</a></li>
<li><a href="#" class="text-gray-500 hover:text-white transition">Blog</a></li>
<li><a href="#" class="text-gray-500 hover:text-white transition">Support</a></li>
<li><a href="#" class="text-gray-500 hover:text-white transition">FAQ</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-semibold mb-4 text-white">Company</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-500 hover:text-white transition">About Us</a></li>
<li><a href="#" class="text-gray-500 hover:text-white transition">Careers</a></li>
<li><a href="#" class="text-gray-500 hover:text-white transition">Partners</a></li>
<li><a href="#" class="text-gray-500 hover:text-white transition">Contact</a></li>
<li><a href="#" class="text-gray-500 hover:text-white transition">Press</a></li>
</ul>
</div>
</div>
<div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-500 mb-4 md:mb-0">
© 2025 Tipsy Trunk Bot. All rights reserved.
</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-500 hover:text-white transition">Privacy Policy</a>
<a href="#" class="text-gray-500 hover:text-white transition">Terms of Service</a>
<a href="#" class="text-gray-500 hover:text-white transition">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 accordion functionality
document.querySelectorAll('.group button').forEach(button => {
button.addEventListener('click', () => {
const content = button.nextElementSibling;
content.classList.toggle('hidden');
// Rotate chevron icon
const icon = button.querySelector('i');
if (content.classList.contains('hidden')) {
icon.classList.remove('rotate-180');
} else {
icon.classList.add('rotate-180');
}
});
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function(e) {
e.preventDefault();
// Close mobile menu if open
const mobileMenu = document.getElementById('mobile-menu');
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
const targetId = this.getAttribute('href');
const targetElement = document.querySelector(targetId);
if (targetElement) {
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
}
});
});
// Add shadow to navbar on scroll
window.addEventListener('scroll', function() {
const nav = document.querySelector('nav');
if (window.scrollY > 10) {
nav.classList.add('shadow-lg');
} else {
nav.classList.remove('shadow-lg');
}
});
</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=privateuserh/tpsydevvbeta" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |