File size: 30,212 Bytes
e875d30 80eda6e e875d30 80eda6e e875d30 80eda6e e875d30 80eda6e e875d30 80eda6e e875d30 80eda6e e875d30 721d435 e875d30 721d435 80eda6e e875d30 80eda6e e875d30 721d435 e875d30 80eda6e e875d30 721d435 e875d30 721d435 e875d30 721d435 e875d30 721d435 e875d30 721d435 e875d30 721d435 e875d30 721d435 e875d30 721d435 e875d30 721d435 e875d30 721d435 e875d30 721d435 e875d30 721d435 e875d30 721d435 e875d30 721d435 e875d30 721d435 e875d30 721d435 e875d30 721d435 e875d30 721d435 e875d30 721d435 e875d30 721d435 e875d30 721d435 e875d30 721d435 e875d30 80eda6e e875d30 80eda6e e875d30 80eda6e e875d30 80eda6e e875d30 fc01825 | 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 | <!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>© 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>
|