thetwistedpixie commited on
Commit
e875d30
·
verified ·
1 Parent(s): fc01825

Create a site for a male masseur named piglet, include photo section, video section, hourly price list, and others things necessary

Browse files
Files changed (2) hide show
  1. README.md +8 -5
  2. index.html +544 -18
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- title: Deepsite Project
3
- emoji: 📊
4
- colorFrom: green
5
- colorTo: indigo
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
+ title: DeepSite Project
3
+ colorFrom: purple
4
+ colorTo: yellow
5
+ emoji: 🐳
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite-v3
10
  ---
11
 
12
+ # Welcome to your new DeepSite project!
13
+ This project was created with [DeepSite](https://deepsite.hf.co).
index.html CHANGED
@@ -1,19 +1,545 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Piglet's Healing Hands - Professional Male Masseur</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <script src="https://unpkg.com/feather-icons"></script>
9
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
10
+ <link rel="preconnect" href="https://fonts.googleapis.com">
11
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
12
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
13
+ <style>
14
+ .hero-gradient {
15
+ background: linear-gradient(135deg, rgba(251, 191, 36, 0.1) 0%, rgba(244, 63, 94, 0.05) 100%);
16
+ }
17
+ .section-gradient {
18
+ background: linear-gradient(135deg, rgba(251, 191, 36, 0.05) 0%, rgba(244, 63, 94, 0.02) 100%);
19
+ }
20
+ .price-card {
21
+ transition: transform 0.3s ease;
22
+ }
23
+ .price-card:hover {
24
+ transform: translateY(-8px);
25
+ }
26
+ .testimonial-card {
27
+ backdrop-filter: blur(10px);
28
+ background: rgba(255, 255, 255, 0.8);
29
+ }
30
+ </style>
31
+ </head>
32
+ <body class="font-sans bg-white text-gray-800">
33
+ <!-- Navigation -->
34
+ <nav class="fixed w-full bg-white shadow-sm z-50">
35
+ <div class="container mx-auto px-6 py-4">
36
+ <div class="flex justify-between items-center">
37
+ <div class="flex items-center space-x-2">
38
+ <div class="w-10 h-10 bg-amber-500 rounded-full flex items-center justify-center">
39
+ <i data-feather="heart" class="text-white"></i>
40
+ </div>
41
+ <span class="text-xl font-bold text-amber-600">Piglet's Healing Hands</span>
42
+ </div>
43
+
44
+ <div class="hidden md:flex space-x-8">
45
+ <a href="#home" class="text-gray-600 hover:text-amber-500 transition-colors">Home</a>
46
+ <a href="#about" class="text-gray-600 hover:text-amber-500 transition-colors">About</a>
47
+ <a href="#services" class="text-gray-600 hover:text-amber-500 transition-colors">Services</a>
48
+ <a href="#pricing" class="text-gray-600 hover:text-amber-500 transition-colors">Pricing</a>
49
+ <a href="#gallery" class="text-gray-600 hover:text-amber-500 transition-colors">Gallery</a>
50
+ <a href="#testimonials" class="text-gray-600 hover:text-amber-500 transition-colors">Testimonials</a>
51
+ <a href="#contact" class="text-gray-600 hover:text-amber-500 transition-colors">Contact</a>
52
+ </div>
53
+
54
+ <button class="md:hidden text-gray-600">
55
+ <i data-feather="menu"></i>
56
+ </button>
57
+ </div>
58
+ </div>
59
+ </nav>
60
+
61
+ <!-- Hero Section -->
62
+ <section id="home" class="pt-24 pb-20 hero-gradient">
63
+ <div class="container mx-auto px-6">
64
+ <div class="flex flex-col md:flex-row items-center justify-between">
65
+ <div class="md:w-1/2 mb-10 md:mb-0">
66
+ <h1 class="text-5xl md:text-6xl font-bold mb-6 text-gray-800">
67
+ Find Your <span class="text-amber-500">Balance</span> with Piglet
68
+ </h1>
69
+ <p class="text-xl text-gray-600 mb-8 leading-relaxed">
70
+ Professional therapeutic massage services designed to relieve stress, ease muscle tension, and restore your natural harmony.
71
+ </p>
72
+ <div class="flex space-x-4">
73
+ <a href="#booking" class="bg-amber-500 hover:bg-amber-600 text-white px-8 py-4 rounded-full font-semibold transition-colors">
74
+ Book a Session
75
+ </a>
76
+ <a href="#services" class="border-2 border-rose-500 text-rose-500 hover:bg-rose-50 px-8 py-4 rounded-full font-semibold transition-colors">
77
+ Learn More
78
+ </a>
79
+ </div>
80
+ </div>
81
+ <div class="md:w-1/2 flex justify-center">
82
+ <div class="relative">
83
+ <div class="w-80 h-80 bg-amber-100 rounded-full flex items-center justify-center overflow-hidden shadow-2xl">
84
+ <img src="http://static.photos/wellness/640x360/1" alt="Piglet the Masseur" class="w-full h-full object-cover">
85
+ </div>
86
+ <div class="absolute -bottom-4 -right-4 bg-rose-500 text-white px-6 py-3 rounded-full shadow-lg">
87
+ <span class="font-bold">5+ Years Experience</span>
88
+ </div>
89
+ </div>
90
+ </div>
91
+ </div>
92
+ </div>
93
+ </section>
94
+
95
+ <!-- About Section -->
96
+ <section id="about" class="py-20 section-gradient">
97
+ <div class="container mx-auto px-6">
98
+ <div class="text-center mb-16">
99
+ <h2 class="text-4xl font-bold mb-4">About Piglet</h2>
100
+ <p class="text-xl text-gray-600 max-w-2xl mx-auto">
101
+ Certified massage therapist with a passion for helping people find relief and relaxation through therapeutic touch.
102
+ </p>
103
+ </div>
104
+
105
+ <div class="grid md:grid-cols-2 gap-12 items-center">
106
+ <div>
107
+ <img src="http://static.photos/workspace/640x360/2" alt="Massage Studio" class="rounded-2xl shadow-lg">
108
+ </div>
109
+ <div>
110
+ <h3 class="text-3xl font-bold mb-6">My Approach to Healing</h3>
111
+ <p class="text-gray-600 mb-6 leading-relaxed">
112
+ With over 5 years of experience in therapeutic massage, I specialize in Swedish, deep tissue, and sports massage techniques. My approach combines traditional methods with modern understanding of muscle therapy.
113
+ </p>
114
+ <div class="space-y-4">
115
+ <div class="flex items-center">
116
+ <div class="w-8 h-8 bg-amber-100 rounded-full flex items-center justify-center mr-4">
117
+ <i data-feather="check" class="text-amber-600"></i>
118
+ </div>
119
+ <span>Certified Massage Therapist</span>
120
+ </div>
121
+ <div class="flex items-center">
122
+ <div class="w-8 h-8 bg-amber-100 rounded-full flex items-center justify-center mr-4">
123
+ <i data-feather="check" class="text-amber-600"></i>
124
+ </div>
125
+ <span>Specialized in Deep Tissue & Sports Massage</span>
126
+ </div>
127
+ <div class="flex items-center">
128
+ <div class="w-8 h-8 bg-amber-100 rounded-full flex items-center justify-center mr-4">
129
+ <i data-feather="check" class="text-amber-600"></i>
130
+ </div>
131
+ <span>Holistic Approach to Wellness</span>
132
+ </div>
133
+ </div>
134
+ </div>
135
+ </div>
136
+ </div>
137
+ </section>
138
+
139
+ <!-- Services Section -->
140
+ <section id="services" class="py-20 bg-white">
141
+ <div class="container mx-auto px-6">
142
+ <div class="text-center mb-16">
143
+ <h2 class="text-4xl font-bold mb-4">My Services</h2>
144
+ <p class="text-xl text-gray-600 max-w-2xl mx-auto">
145
+ Tailored massage therapies to address your specific needs and promote overall well-being.
146
+ </p>
147
+ </div>
148
+
149
+ <div class="grid md:grid-cols-3 gap-8">
150
+ <div class="bg-amber-50 p-8 rounded-2xl shadow-lg">
151
+ <div class="w-16 h-16 bg-amber-500 rounded-full flex items-center justify-center mb-6">
152
+ <i data-feather="activity" class="text-white text-2xl"></i>
153
+ </div>
154
+ <h3 class="text-2xl font-bold mb-4">Swedish Massage</h3>
155
+ <p class="text-gray-600 mb-6">
156
+ Relaxing full-body massage using long, flowing strokes to ease muscle tension and promote circulation.
157
+ </p>
158
+ <div class="text-amber-600 font-semibold">60-90 minutes</div>
159
+ </div>
160
+
161
+ <div class="bg-rose-50 p-8 rounded-2xl shadow-lg">
162
+ <div class="w-16 h-16 bg-rose-500 rounded-full flex items-center justify-center mb-6">
163
+ <i data-feather="target" class="text-white text-2xl"></i>
164
+ </div>
165
+ <h3 class="text-2xl font-bold mb-4">Deep Tissue</h3>
166
+ <p class="text-gray-600 mb-6">
167
+ Targeted pressure to release chronic muscle tension and break up scar tissue for deeper healing.
168
+ </p>
169
+ <div class="text-rose-600 font-semibold">75-90 minutes</div>
170
+ </div>
171
+
172
+ <div class="bg-amber-50 p-8 rounded-2xl shadow-lg">
173
+ <div class="w-16 h-16 bg-amber-500 rounded-full flex items-center justify-center mb-6">
174
+ <i data-feather="zap" class="text-white text-2xl"></i>
175
+ </div>
176
+ <h3 class="text-2xl font-bold mb-4">Sports Massage</h3>
177
+ <p class="text-gray-600 mb-6">
178
+ Specialized techniques for athletes to prevent injuries, enhance performance, and speed up recovery.
179
+ </p>
180
+ <div class="text-amber-600 font-semibold">60-120 minutes</div>
181
+ </div>
182
+ </div>
183
+ </div>
184
+ </section>
185
+
186
+ <!-- Pricing Section -->
187
+ <section id="pricing" class="py-20 section-gradient">
188
+ <div class="container mx-auto px-6">
189
+ <div class="text-center mb-16">
190
+ <h2 class="text-4xl font-bold mb-4">Hourly Pricing</h2>
191
+ <p class="text-xl text-gray-600 max-w-2xl mx-auto">
192
+ Transparent pricing for all my massage services. Packages available for regular clients.
193
+ </p>
194
+ </div>
195
+
196
+ <div class="grid md:grid-cols-3 gap-8 max-w-4xl mx-auto">
197
+ <div class="price-card bg-white p-8 rounded-2xl shadow-lg border-2 border-amber-200 text-center">
198
+ <h3 class="text-2xl font-bold mb-4">60 Minutes</h3>
199
+ <div class="text-4xl font-bold text-amber-600 mb-6">$80</div>
200
+ <ul class="space-y-3 mb-8">
201
+ <li class="flex items-center">
202
+ <i data-feather="check" class="text-amber-500 mr-2"></i>
203
+ <span>Full body massage</span>
204
+ </li>
205
+ <li class="flex items-center">
206
+ <i data-feather="check" class="text-amber-500 mr-2"></i>
207
+ <span>Swedish techniques</span>
208
+ </li>
209
+ <li class="flex items-center">
210
+ <i data-feather="check" class="text-amber-500 mr-2"></i>
211
+ <span>Essential oils</span>
212
+ </li>
213
+ </ul>
214
+ <button class="w-full bg-amber-500 hover:bg-amber-600 text-white py-3 rounded-full font-semibold transition-colors">
215
+ Book Now
216
+ </button>
217
+ </div>
218
+
219
+ <div class="price-card bg-rose-50 p-8 rounded-2xl shadow-lg border-2 border-rose-200 text-center relative">
220
+ <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">
221
+ Most Popular
222
+ </div>
223
+ <h3 class="text-2xl font-bold mb-4">90 Minutes</h3>
224
+ <div class="text-4xl font-bold text-rose-600 mb-6">$110</div>
225
+ <ul class="space-y-3 mb-8">
226
+ <li class="flex items-center">
227
+ <i data-feather="check" class="text-rose-500 mr-2"></i>
228
+ <span>Extended full body</span>
229
+ </li>
230
+ <li class="flex items-center">
231
+ <i data-feather="check" class="text-rose-500 mr-2"></i>
232
+ <span>Deep tissue focus</span>
233
+ </li>
234
+ <li class="flex items-center">
235
+ <i data-feather="check" class="text-rose-500 mr-2"></i>
236
+ <span>Hot stone option</span>
237
+ </li>
238
+ <li class="flex items-center">
239
+ <i data-feather="check" class="text-rose-500 mr-2"></i>
240
+ <span>Aromatherapy</span>
241
+ </li>
242
+ </ul>
243
+ <button class="w-full bg-rose-500 hover:bg-rose-600 text-white py-3 rounded-full font-semibold transition-colors">
244
+ Book Now
245
+ </button>
246
+ </div>
247
+
248
+ <div class="price-card bg-white p-8 rounded-2xl shadow-lg border-2 border-amber-200 text-center">
249
+ <h3 class="text-2xl font-bold mb-4">120 Minutes</h3>
250
+ <div class="text-4xl font-bold text-amber-600 mb-6">$150</div>
251
+ <ul class="space-y-3 mb-8">
252
+ <li class="flex items-center">
253
+ <i data-feather="check" class="text-amber-500 mr-2"></i>
254
+ <span>Complete body treatment</span>
255
+ </li>
256
+ <li class="flex items-center">
257
+ <i data-feather="check" class="text-amber-500 mr-2"></i>
258
+ <span>Multiple techniques</span>
259
+ </li>
260
+ <li class="flex items-center">
261
+ <i data-feather="check" class="text-amber-500 mr-2"></i>
262
+ <span>Extended relaxation</span>
263
+ </li>
264
+ <li class="flex items-center">
265
+ <i data-feather="check" class="text-amber-500 mr-2"></i>
266
+ <span>Premium oils & lotions</span>
267
+ </li>
268
+ </ul>
269
+ <button class="w-full bg-amber-500 hover:bg-amber-600 text-white py-3 rounded-full font-semibold transition-colors">
270
+ Book Now
271
+ </button>
272
+ </div>
273
+ </div>
274
+
275
+ <div class="text-center mt-12">
276
+ <p class="text-gray-600">Package deals available - Save 15% when you book 5 sessions!</p>
277
+ </div>
278
+ </div>
279
+ </section>
280
+
281
+ <!-- Gallery Section -->
282
+ <section id="gallery" class="py-20 bg-white">
283
+ <div class="container mx-auto px-6">
284
+ <div class="text-center mb-16">
285
+ <h2 class="text-4xl font-bold mb-4">Healing Space Gallery</h2>
286
+ <p class="text-xl text-gray-600 max-w-2xl mx-auto">
287
+ Take a look at my serene massage studio and therapeutic environment.
288
+ </p>
289
+ </div>
290
+
291
+ <div class="grid grid-cols-2 md:grid-cols-3 gap-4">
292
+ <div class="col-span-2 md:col-span-2 row-span-2">
293
+ <img src="http://static.photos/wellness/640x360/3" alt="Massage Studio" class="w-full h-80 object-cover rounded-2xl shadow-lg">
294
+ </div>
295
+ <div>
296
+ <img src="http://static.photos/workspace/320x240/4" alt="Massage Tools" class="w-full h-40 object-cover rounded-2xl shadow-lg">
297
+ </div>
298
+ <div>
299
+ <img src="http://static.photos/wellness/320x240/5" alt="Relaxing Atmosphere" class="w-full h-40 object-cover rounded-2xl shadow-lg">
300
+ </div>
301
+ <div>
302
+ <img src="http://static.photos/workspace/320x240/6" alt="Essential Oils" class="w-full h-40 object-cover rounded-2xl shadow-lg">
303
+ </div>
304
+ <div class="col-span-2">
305
+ <img src="http://static.photos/wellness/640x240/7" alt="Therapeutic Environment" class="w-full h-40 object-cover rounded-2xl shadow-lg">
306
+ </div>
307
+ </div>
308
+ </div>
309
+ </section>
310
+
311
+ <!-- Video Section -->
312
+ <section class="py-20 section-gradient">
313
+ <div class="container mx-auto px-6">
314
+ <div class="text-center mb-16">
315
+ <h2 class="text-4xl font-bold mb-4">Experience the Difference</h2>
316
+ <p class="text-xl text-gray-600 max-w-2xl mx-auto">
317
+ Watch how therapeutic massage can transform your well-being and daily life.
318
+ </p>
319
+ </div>
320
+
321
+ <div class="max-w-4xl mx-auto">
322
+ <div class="relative aspect-w-16 aspect-h-9 bg-gray-200 rounded-2xl shadow-lg overflow-hidden">
323
+ <div class="absolute inset-0 bg-amber-100 flex items-center justify-center">
324
+ <div class="text-center">
325
+ <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">
326
+ <i data-feather="play" class="text-white text-2xl ml-1"></i>
327
+ </div>
328
+ <p class="text-gray-600">Click to play demonstration video</p>
329
+ </div>
330
+ </div>
331
+ </div>
332
+ </div>
333
+ </div>
334
+ </section>
335
+
336
+ <!-- Testimonials -->
337
+ <section id="testimonials" class="py-20 bg-white">
338
+ <div class="container mx-auto px-6">
339
+ <div class="text-center mb-16">
340
+ <h2 class="text-4xl font-bold mb-4">Client Testimonials</h2>
341
+ <p class="text-xl text-gray-600 max-w-2xl mx-auto">
342
+ Hear what my clients have to say about their healing journey.
343
+ </p>
344
+ </div>
345
+
346
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
347
+ <div class="testimonial-card p-6 rounded-2xl shadow-lg border border-amber-100">
348
+ <div class="flex items-center mb-4">
349
+ <div class="w-12 h-12 bg-amber-200 rounded-full mr-4"></div>
350
+ <div>
351
+ <h4 class="font-bold">Michael T.</h4>
352
+ <div class="flex text-amber-400">
353
+ <i data-feather="star" class="fill-current"></i>
354
+ <i data-feather="star" class="fill-current"></i>
355
+ <i data-feather="star" class="fill-current"></i>
356
+ <i data-feather="star" class="fill-current"></i>
357
+ <i data-feather="star" class="fill-current"></i>
358
+ </div>
359
+ </div>
360
+ </div>
361
+ <p class="text-gray-600 italic">
362
+ "Piglet's deep tissue massage completely eliminated my chronic back pain. I've tried many therapists, but his technique is exceptional."
363
+ </p>
364
+ </div>
365
+
366
+ <div class="testimonial-card p-6 rounded-2xl shadow-lg border border-rose-100">
367
+ <div class="flex items-center mb-4">
368
+ <div class="w-12 h-12 bg-rose-200 rounded-full mr-4"></div>
369
+ <div>
370
+ <h4 class="font-bold">Sarah L.</h4>
371
+ <div class="flex text-amber-400">
372
+ <i data-feather="star" class="fill-current"></i>
373
+ <i data-feather="star" class="fill-current"></i>
374
+ <i data-feather="star" class="fill-current"></i>
375
+ <i data-feather="star" class="fill-current"></i>
376
+ <i data-feather="star" class="fill-current"></i>
377
+ </div>
378
+ </div>
379
+ </div>
380
+ <p class="text-gray-600 italic">
381
+ "The most relaxing experience I've ever had. Piglet creates such a peaceful environment and his attention to detail is remarkable."
382
+ </p>
383
+ </div>
384
+
385
+ <div class="testimonial-card p-6 rounded-2xl shadow-lg border border-amber-100">
386
+ <div class="flex items-center mb-4">
387
+ <div class="w-12 h-12 bg-amber-200 rounded-full mr-4"></div>
388
+ <div>
389
+ <h4 class="font-bold">David K.</h4>
390
+ <div class="flex text-amber-400">
391
+ <i data-feather="star" class="fill-current"></i>
392
+ <i data-feather="star" class="fill-current"></i>
393
+ <i data-feather="star" class="fill-current"></i>
394
+ <i data-feather="star" class="fill-current"></i>
395
+ <i data-feather="star" class="fill-current"></i>
396
+ </div>
397
+ </div>
398
+ </div>
399
+ <p class="text-gray-600 italic">
400
+ "As an athlete, Piglet's sports massage has been crucial for my recovery and performance. Highly recommended for any active individual."
401
+ </p>
402
+ </div>
403
+ </div>
404
+ </div>
405
+ </section>
406
+
407
+ <!-- Booking Section -->
408
+ <section id="booking" class="py-20 section-gradient">
409
+ <div class="container mx-auto px-6">
410
+ <div class="max-w-4xl mx-auto bg-white rounded-2xl shadow-lg p-8 md:p-12">
411
+ <div class="text-center mb-10">
412
+ <h2 class="text-4xl font-bold mb-4">Book Your Session</h2>
413
+ <p class="text-xl text-gray-600">
414
+ Ready to experience the healing power of therapeutic massage? Schedule your appointment today.
415
+ </p>
416
+ </div>
417
+
418
+ <form class="grid md:grid-cols-2 gap-6">
419
+ <div>
420
+ <label class="block text-gray-700 mb-2">Full Name</label>
421
+ <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">
422
+ </div>
423
+ <div>
424
+ <label class="block text-gray-700 mb-2">Email Address</label>
425
+ <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">
426
+ </div>
427
+ <div>
428
+ <label class="block text-gray-700 mb-2">Phone Number</label>
429
+ <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">
430
+ </div>
431
+ <div>
432
+ <label class="block text-gray-700 mb-2">Service Type</label>
433
+ <select class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-amber-500">
434
+ <option>Swedish Massage (60 min)</option>
435
+ <option>Deep Tissue (90 min)</option>
436
+ <option>Sports Massage (60 min)</option>
437
+ <option>Sports Massage (120 min)</option>
438
+ </select>
439
+ </div>
440
+ <div class="md:col-span-2">
441
+ <label class="block text-gray-700 mb-2">Preferred Date & Time</label>
442
+ <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">
443
+ </div>
444
+ <div class="md:col-span-2">
445
+ <label class="block text-gray-700 mb-2">Special Requests or Notes</label>
446
+ <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="Any specific areas of focus or concerns..."></textarea>
447
+ </div>
448
+ <div class="md:col-span-2 text-center">
449
+ <button type="submit" class="bg-amber-500 hover:bg-amber-600 text-white px-12 py-4 rounded-full font-semibold transition-colors">
450
+ Book Your Session
451
+ </button>
452
+ </div>
453
+ </form>
454
+ </div>
455
+ </div>
456
+ </section>
457
+
458
+ <!-- Contact Section -->
459
+ <section id="contact" class="py-20 bg-white">
460
+ <div class="container mx-auto px-6">
461
+ <div class="max-w-4xl mx-auto">
462
+ <div class="text-center mb-16">
463
+ <h2 class="text-4xl font-bold mb-4">Get In Touch</h2>
464
+ <p class="text-xl text-gray-600">
465
+ Have questions? Don't hesitate to reach out.
466
+ </p>
467
+ </div>
468
+
469
+ <div class="grid md:grid-cols-3 gap-8 text-center">
470
+ <div class="p-6">
471
+ <div class="w-16 h-16 bg-amber-100 rounded-full flex items-center justify-center mx-auto mb-4">
472
+ <i data-feather="map-pin" class="text-amber-600"></i>
473
+ </div>
474
+ <h3 class="text-xl font-bold mb-2">Location</h3>
475
+ <p class="text-gray-600">123 Healing Street<br>Wellness City, WC 12345</p>
476
+ </div>
477
+
478
+ <div class="p-6">
479
+ <div class="w-16 h-16 bg-rose-100 rounded-full flex items-center justify-center mx-auto mb-4">
480
+ <i data-feather="phone" class="text-rose-600"></i>
481
+ </div>
482
+ <h3 class="text-xl font-bold mb-2">Phone</h3>
483
+ <p class="text-gray-600">(555) 123-HEAL</p>
484
+ </div>
485
+
486
+ <div class="p-6">
487
+ <div class="w-16 h-16 bg-amber-100 rounded-full flex items-center justify-center mx-auto mb-4">
488
+ <i data-feather="mail" class="text-amber-600"></i>
489
+ </div>
490
+ <h3 class="text-xl font-bold mb-2">Email</h3>
491
+ <p class="text-gray-600">piglet@healinghands.com</p>
492
+ </div>
493
+ </div>
494
+ </div>
495
+ </div>
496
+ </section>
497
+
498
+ <!-- Footer -->
499
+ <footer class="bg-gray-900 text-white py-12">
500
+ <div class="container mx-auto px-6">
501
+ <div class="flex flex-col md:flex-row justify-between items-center">
502
+ <div class="mb-6 md:mb-0">
503
+ <div class="flex items-center space-x-2">
504
+ <div class="w-10 h-10 bg-amber-500 rounded-full flex items-center justify-center">
505
+ <i data-feather="heart" class="text-white"></i>
506
+ </div>
507
+ <span class="text-xl font-bold">Piglet's Healing Hands</span>
508
+ </div>
509
+ <p class="mt-4 text-gray-400">Professional Therapeutic Massage Services</p>
510
+ </div>
511
+
512
+ <div class="flex space-x-6">
513
+ <a href="#" class="text-gray-400 hover:text-amber-400 transition-colors">
514
+ <i data-feather="facebook"></i>
515
+ </a>
516
+ <a href="#" class="text-gray-400 hover:text-amber-400 transition-colors">
517
+ <i data-feather="instagram"></i>
518
+ </a>
519
+ <a href="#" class="text-gray-400 hover:text-amber-400 transition-colors">
520
+ <i data-feather="twitter"></i>
521
+ </a>
522
+ </div>
523
+ </div>
524
+
525
+ <div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
526
+ <p>&copy; 2023 Piglet's Healing Hands. All rights reserved.</p>
527
+ </div>
528
+ </div>
529
+ </footer>
530
+
531
+ <script>
532
+ feather.replace();
533
+
534
+ // Smooth scrolling for navigation links
535
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
536
+ anchor.addEventListener('click', function (e) {
537
+ e.preventDefault();
538
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
539
+ behavior: 'smooth'
540
+ });
541
+ });
542
+ });
543
+ </script>
544
+ </body>
545
  </html>