tpsydevvbeta / index.html
privateuserh's picture
Update index.html
e335461 verified
<!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">
&copy; 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>