deepsite-project / index.html
thetwistedpixie's picture
Neon colours, and include this logo
80eda6e verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Piglet's Healing Hands - Professional Male Masseur</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
@keyframes neonGlow {
0%, 100% { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #ff00de, 0 0 20px #ff00de; }
50% { text-shadow: 0 0 10px #fff, 0 0 15px #ff4d00, 0 0 20px #ff4d00, 0 0 25px #ff4d00; }
}
.hero-gradient {
background: linear-gradient(135deg, rgba(255, 0, 222, 0.1) 0%, rgba(255, 77, 0, 0.1) 100%);
}
.section-gradient {
background: linear-gradient(135deg, rgba(255, 0, 222, 0.05) 0%, rgba(255, 77, 0, 0.05) 100%);
}
.neon-text {
animation: neonGlow 3s ease-in-out infinite alternate;
color: #fff;
}
.neon-pink {
color: #ff00de;
text-shadow: 0 0 5px #ff00de;
}
.neon-orange {
color: #ff4d00;
text-shadow: 0 0 5px #ff4d00;
}
.price-card {
transition: transform 0.3s ease;
}
.price-card:hover {
transform: translateY(-8px);
}
.testimonial-card {
backdrop-filter: blur(10px);
background: rgba(255, 255, 255, 0.8);
}
</style>
</head>
<body class="font-sans bg-white text-gray-800">
<!-- Navigation -->
<nav class="fixed w-full bg-white shadow-sm z-50">
<div class="container mx-auto px-6 py-4">
<div class="flex justify-between items-center">
<div class="flex items-center space-x-2">
<img src="piglet-logo.png" alt="Piglet Logo" class="h-10">
<span class="text-xl font-bold neon-pink">Piglet's Healing Hands</span>
</div>
<div class="hidden md:flex space-x-8">
<a href="#home" class="text-gray-600 hover:text-amber-500 transition-colors">Home</a>
<a href="#about" class="text-gray-600 hover:text-amber-500 transition-colors">About</a>
<a href="#services" class="text-gray-600 hover:text-amber-500 transition-colors">Services</a>
<a href="#pricing" class="text-gray-600 hover:text-amber-500 transition-colors">Pricing</a>
<a href="#gallery" class="text-gray-600 hover:text-amber-500 transition-colors">Gallery</a>
<a href="#testimonials" class="text-gray-600 hover:text-amber-500 transition-colors">Testimonials</a>
<a href="#contact" class="text-gray-600 hover:text-amber-500 transition-colors">Contact</a>
</div>
<button class="md:hidden text-gray-600">
<i data-feather="menu"></i>
</button>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="pt-24 pb-20 hero-gradient">
<div class="container mx-auto px-6">
<div class="flex flex-col md:flex-row items-center justify-between">
<div class="md:w-1/2 mb-10 md:mb-0">
<h1 class="text-5xl md:text-6xl font-bold mb-6 neon-text">
Unleash Your <span class="neon-orange">Sensual Energy</span> with Piglet
</h1>
<p class="text-xl text-gray-600 mb-8 leading-relaxed">
Professional tantric and therapeutic massage experiences designed to awaken your senses, melt away tension, and reconnect you with your body's deepest pleasures.
</p>
<div class="flex space-x-4">
<a href="#booking" class="bg-gradient-to-r from-pink-500 to-orange-500 hover:from-pink-600 hover:to-orange-600 text-white px-8 py-4 rounded-full font-semibold transition-all duration-300 transform hover:scale-105 shadow-lg shadow-pink-500/30">
Book a Session
</a>
<a href="#services" class="border-2 border-cyan-400 text-white hover:text-cyan-300 px-8 py-4 rounded-full font-semibold transition-all hover:shadow-lg hover:shadow-cyan-500/20 neon-text">
Learn More
</a>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<div class="relative">
<div class="w-80 h-80 bg-amber-100 rounded-full flex items-center justify-center overflow-hidden shadow-2xl">
<img src="http://static.photos/massage/640x360/1" alt="Piglet the Masseur" class="w-full h-full object-cover" style="filter: brightness(0.9);">
</div>
<div class="absolute -bottom-4 -right-4 bg-gradient-to-r from-cyan-400 to-blue-500 text-white px-6 py-3 rounded-full shadow-lg neon-text">
<span class="font-bold">5+ Years Experience</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-20 section-gradient">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold mb-4">About Piglet</h2>
<p class="text-xl text-gray-600 max-w-2xl mx-auto">
Certified sensual massage therapist specializing in tantric and erotic techniques that combine deep healing with intimate connection.
</p>
</div>
<div class="grid md:grid-cols-2 gap-12 items-center">
<div>
<img src="http://static.photos/workspace/640x360/2" alt="Massage Studio" class="rounded-2xl shadow-lg">
</div>
<div>
<h3 class="text-3xl font-bold mb-6">My Approach to Healing</h3>
<p class="text-gray-600 mb-6 leading-relaxed">
With over 5 years of experience in sensual and therapeutic massage, I specialize in tantric, erotic, and intimate massage techniques. My approach combines ancient healing arts with modern sensual therapy to create unforgettable experiences.
</p>
<div class="space-y-4">
<div class="flex items-center">
<div class="w-8 h-8 bg-amber-100 rounded-full flex items-center justify-center mr-4">
<i data-feather="check" class="text-amber-600"></i>
</div>
<span>Certified Massage Therapist</span>
</div>
<div class="flex items-center">
<div class="w-8 h-8 bg-amber-100 rounded-full flex items-center justify-center mr-4">
<i data-feather="check" class="text-amber-600"></i>
</div>
<span>Specialized in Deep Tissue & Sports Massage</span>
</div>
<div class="flex items-center">
<div class="w-8 h-8 bg-amber-100 rounded-full flex items-center justify-center mr-4">
<i data-feather="check" class="text-amber-600"></i>
</div>
<span>Holistic Approach to Wellness</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold mb-4">My Services</h2>
<p class="text-xl text-gray-600 max-w-2xl mx-auto">
Tailored massage therapies to address your specific needs and promote overall well-being.
</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-amber-50 p-8 rounded-2xl shadow-lg">
<div class="w-16 h-16 bg-amber-500 rounded-full flex items-center justify-center mb-6">
<i data-feather="activity" class="text-white text-2xl"></i>
</div>
<h3 class="text-2xl font-bold mb-4">Sensual Swedish</h3>
<p class="text-gray-600 mb-6">
Full-body relaxation with teasing strokes that awaken your senses while melting away tension. A journey of pleasure from head to toe.
</p>
<div class="text-amber-600 font-semibold">60-90 minutes</div>
</div>
<div class="bg-rose-50 p-8 rounded-2xl shadow-lg">
<div class="w-16 h-16 bg-rose-500 rounded-full flex items-center justify-center mb-6">
<i data-feather="target" class="text-white text-2xl"></i>
</div>
<h3 class="text-2xl font-bold mb-4">Erotic Deep Tissue</h3>
<p class="text-gray-600 mb-6">
Intense pressure blended with sensual techniques to unlock both muscle knots and hidden pleasure points.
</p>
<div class="text-rose-600 font-semibold">75-90 minutes</div>
</div>
<div class="bg-amber-50 p-8 rounded-2xl shadow-lg">
<div class="w-16 h-16 bg-amber-500 rounded-full flex items-center justify-center mb-6">
<i data-feather="zap" class="text-white text-2xl"></i>
</div>
<h3 class="text-2xl font-bold mb-4">Tantric Awakening</h3>
<p class="text-gray-600 mb-6">
Sacred erotic techniques designed to expand your capacity for pleasure and spiritual connection through touch.
</p>
<div class="text-amber-600 font-semibold">60-120 minutes</div>
</div>
</div>
</div>
</section>
<!-- Pricing Section -->
<section id="pricing" class="py-20 section-gradient">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold mb-4">Hourly Pricing</h2>
<p class="text-xl text-gray-600 max-w-2xl mx-auto">
Transparent pricing for all my massage services. Packages available for regular clients.
</p>
</div>
<div class="grid md:grid-cols-3 gap-8 max-w-4xl mx-auto">
<div class="price-card bg-white p-8 rounded-2xl shadow-lg border-2 border-amber-200 text-center">
<h3 class="text-2xl font-bold mb-4">60 Minutes</h3>
<div class="text-4xl font-bold text-amber-600 mb-6">$80</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i data-feather="check" class="text-amber-500 mr-2"></i>
<span>Full body massage</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-amber-500 mr-2"></i>
<span>Swedish techniques</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-amber-500 mr-2"></i>
<span>Essential oils</span>
</li>
</ul>
<button class="w-full bg-amber-500 hover:bg-amber-600 text-white py-3 rounded-full font-semibold transition-colors">
Book Now
</button>
</div>
<div class="price-card bg-rose-50 p-8 rounded-2xl shadow-lg border-2 border-rose-200 text-center relative">
<div class="absolute -top-4 left-1/2 transform -translate-x-1/2 bg-rose-500 text-white px-4 py-1 rounded-full text-sm font-semibold">
Most Popular
</div>
<h3 class="text-2xl font-bold mb-4">90 Minutes</h3>
<div class="text-4xl font-bold text-rose-600 mb-6">$110</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i data-feather="check" class="text-rose-500 mr-2"></i>
<span>Extended full body</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-rose-500 mr-2"></i>
<span>Deep tissue focus</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-rose-500 mr-2"></i>
<span>Hot stone option</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-rose-500 mr-2"></i>
<span>Aromatherapy</span>
</li>
</ul>
<button class="w-full bg-rose-500 hover:bg-rose-600 text-white py-3 rounded-full font-semibold transition-colors">
Book Now
</button>
</div>
<div class="price-card bg-white p-8 rounded-2xl shadow-lg border-2 border-amber-200 text-center">
<h3 class="text-2xl font-bold mb-4">120 Minutes</h3>
<div class="text-4xl font-bold text-amber-600 mb-6">$150</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i data-feather="check" class="text-amber-500 mr-2"></i>
<span>Complete body treatment</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-amber-500 mr-2"></i>
<span>Multiple techniques</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-amber-500 mr-2"></i>
<span>Extended relaxation</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-amber-500 mr-2"></i>
<span>Premium oils & lotions</span>
</li>
</ul>
<button class="w-full bg-amber-500 hover:bg-amber-600 text-white py-3 rounded-full font-semibold transition-colors">
Book Now
</button>
</div>
</div>
<div class="text-center mt-12">
<p class="text-gray-600">Package deals available - Save 15% when you book 5 sessions!</p>
</div>
</div>
</section>
<!-- Gallery Section -->
<section id="gallery" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold mb-4">Pleasure Sanctuary</h2>
<p class="text-xl text-gray-600 max-w-2xl mx-auto">
Explore my intimate massage studio - designed for complete comfort and sensual exploration.
</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-3 gap-4">
<div class="col-span-2 md:col-span-2 row-span-2">
<img src="http://static.photos/wellness/640x360/3" alt="Massage Studio" class="w-full h-80 object-cover rounded-2xl shadow-lg">
</div>
<div>
<img src="http://static.photos/workspace/320x240/4" alt="Massage Tools" class="w-full h-40 object-cover rounded-2xl shadow-lg">
</div>
<div>
<img src="http://static.photos/wellness/320x240/5" alt="Relaxing Atmosphere" class="w-full h-40 object-cover rounded-2xl shadow-lg">
</div>
<div>
<img src="http://static.photos/workspace/320x240/6" alt="Essential Oils" class="w-full h-40 object-cover rounded-2xl shadow-lg">
</div>
<div class="col-span-2">
<img src="http://static.photos/wellness/640x240/7" alt="Therapeutic Environment" class="w-full h-40 object-cover rounded-2xl shadow-lg">
</div>
</div>
</div>
</section>
<!-- Video Section -->
<section class="py-20 section-gradient">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold mb-4">Awaken Your Senses</h2>
<p class="text-xl text-gray-600 max-w-2xl mx-auto">
Discover how sensual massage can expand your capacity for pleasure and connection.
</p>
</div>
<div class="max-w-4xl mx-auto">
<div class="relative aspect-w-16 aspect-h-9 bg-gray-200 rounded-2xl shadow-lg overflow-hidden">
<div class="absolute inset-0 bg-amber-100 flex items-center justify-center">
<div class="text-center">
<div class="w-20 h-20 bg-amber-500 rounded-full flex items-center justify-center mx-auto mb-4 cursor-pointer hover:bg-amber-600 transition-colors">
<i data-feather="play" class="text-white text-2xl ml-1"></i>
</div>
<p class="text-gray-600">Click to play demonstration video</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section id="testimonials" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold mb-4">Ecstatic Reviews</h2>
<p class="text-xl text-gray-600 max-w-2xl mx-auto">
Hear how my clients describe their most unforgettable experiences.
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="testimonial-card p-6 rounded-2xl shadow-lg border border-amber-100">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-amber-200 rounded-full mr-4"></div>
<div>
<h4 class="font-bold">Michael T.</h4>
<div class="flex text-amber-400">
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
</div>
</div>
</div>
<p class="text-gray-600 italic">
"Piglet's hands work magic - he found pleasure points I never knew existed while completely melting my tension away. An experience I'll never forget."
</p>
</div>
<div class="testimonial-card p-6 rounded-2xl shadow-lg border border-rose-100">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-rose-200 rounded-full mr-4"></div>
<div>
<h4 class="font-bold">Sarah L.</h4>
<div class="flex text-amber-400">
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
</div>
</div>
</div>
<p class="text-gray-600 italic">
"What started as a massage became so much more. Piglet awakened sensations I didn't know my body could feel - toe-curling pleasure combined with deep emotional release."
</p>
</div>
<div class="testimonial-card p-6 rounded-2xl shadow-lg border border-amber-100">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-amber-200 rounded-full mr-4"></div>
<div>
<h4 class="font-bold">David K.</h4>
<div class="flex text-amber-400">
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
</div>
</div>
</div>
<p class="text-gray-600 italic">
"The way Piglet blends therapeutic technique with erotic artistry is unparalleled. I left feeling both physically renewed and deliciously satisfied."
</p>
</div>
</div>
</div>
</section>
<!-- Booking Section -->
<section id="booking" class="py-20 section-gradient">
<div class="container mx-auto px-6">
<div class="max-w-4xl mx-auto bg-white rounded-2xl shadow-lg p-8 md:p-12">
<div class="text-center mb-10">
<h2 class="text-4xl font-bold mb-4">Book Your Pleasure</h2>
<p class="text-xl text-gray-600">
Ready to experience deep healing through extraordinary touch? Schedule your intimate session today.
</p>
</div>
<form class="grid md:grid-cols-2 gap-6">
<div>
<label class="block text-gray-700 mb-2">Full Name</label>
<input type="text" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-amber-500" placeholder="Your name">
</div>
<div>
<label class="block text-gray-700 mb-2">Email Address</label>
<input type="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-amber-500" placeholder="your@email.com">
</div>
<div>
<label class="block text-gray-700 mb-2">Phone Number</label>
<input type="tel" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-amber-500" placeholder="(123) 456-7890">
</div>
<div>
<label class="block text-gray-700 mb-2">Service Type</label>
<select class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-amber-500">
<option>Sensual Swedish (60 min)</option>
<option>Erotic Deep Tissue (90 min)</option>
<option>Tantric Awakening (120 min)</option>
<option>Full Sensory Experience (180 min)</option>
</select>
</div>
<div class="md:col-span-2">
<label class="block text-gray-700 mb-2">Preferred Date & Time</label>
<input type="datetime-local" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-amber-500">
</div>
<div class="md:col-span-2">
<label class="block text-gray-700 mb-2">Special Requests or Notes</label>
<textarea class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-amber-500" rows="4" placeholder="Your desires, boundaries, and any special requests..."></textarea>
</div>
<div class="md:col-span-2 text-center">
<button type="submit" class="bg-amber-500 hover:bg-amber-600 text-white px-12 py-4 rounded-full font-semibold transition-colors">
Book Your Session
</button>
</div>
</form>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="max-w-4xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold mb-4">Get In Touch</h2>
<p class="text-xl text-gray-600">
Have questions? Don't hesitate to reach out.
</p>
</div>
<div class="grid md:grid-cols-3 gap-8 text-center">
<div class="p-6">
<div class="w-16 h-16 bg-amber-100 rounded-full flex items-center justify-center mx-auto mb-4">
<i data-feather="map-pin" class="text-amber-600"></i>
</div>
<h3 class="text-xl font-bold mb-2">Location</h3>
<p class="text-gray-600">123 Healing Street<br>Wellness City, WC 12345</p>
</div>
<div class="p-6">
<div class="w-16 h-16 bg-rose-100 rounded-full flex items-center justify-center mx-auto mb-4">
<i data-feather="phone" class="text-rose-600"></i>
</div>
<h3 class="text-xl font-bold mb-2">Phone</h3>
<p class="text-gray-600">(555) 123-HEAL</p>
</div>
<div class="p-6">
<div class="w-16 h-16 bg-amber-100 rounded-full flex items-center justify-center mx-auto mb-4">
<i data-feather="mail" class="text-amber-600"></i>
</div>
<h3 class="text-xl font-bold mb-2">Email</h3>
<p class="text-gray-600">piglet@healinghands.com</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="container mx-auto px-6">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-6 md:mb-0">
<div class="flex items-center space-x-2">
<img src="piglet-logo.png" alt="Piglet Logo" class="h-10">
<span class="text-xl font-bold neon-pink">Piglet's Healing Hands</span>
</div>
<p class="mt-4 text-gray-400">Professional Therapeutic Massage Services</p>
</div>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-cyan-300 transition-colors hover:drop-shadow-[0_0_8px_rgba(34,211,238,0.6)]">
<i data-feather="facebook"></i>
</a>
<a href="#" class="text-gray-400 hover:text-pink-400 transition-colors hover:drop-shadow-[0_0_8px_rgba(236,72,153,0.6)]">
<i data-feather="instagram"></i>
</a>
<a href="#" class="text-gray-400 hover:text-orange-400 transition-colors hover:drop-shadow-[0_0_8px_rgba(249,115,22,0.6)]">
<i data-feather="twitter"></i>
</a>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
<p>&copy; 2023 Piglet's Healing Hands. All rights reserved.</p>
</div>
</div>
</footer>
<script>
feather.replace();
// Smooth scrolling for navigation links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
</script>
</body>
</html>