flen-crypto commited on
Commit
d25d35f
·
verified ·
1 Parent(s): 51dad28

add features page

Browse files
Files changed (1) hide show
  1. features.html +135 -0
features.html ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Features - Wellness Wave</title>
7
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
8
+ <link rel="stylesheet" href="style.css">
9
+ <script src="https://cdn.tailwindcss.com"></script>
10
+ </head>
11
+ <body class="bg-gradient-to-br from-blue-50 to-purple-50 min-h-screen">
12
+ <custom-navbar></custom-navbar>
13
+
14
+ <main class="container mx-auto px-4 py-8">
15
+ <section class="text-center mb-16 mt-8">
16
+ <h1 class="text-4xl md:text-5xl font-bold text-gray-800 mb-4">Wellness Wave Features</h1>
17
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">Discover the powerful features that make our yoga retreats unique and transformative</p>
18
+ </section>
19
+
20
+ <section class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 mb-16">
21
+ <div class="bg-white rounded-xl shadow-lg p-6 hover:shadow-xl transition-shadow duration-300">
22
+ <div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-4">
23
+ <svg class="w-8 h-8 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
24
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6V4m0 2a2 2 0 100 4m0-4a2 2 0 110 4m-6 8a2 2 0 100-4m0 4a2 2 0 100 4m0-4v2m0-6V4m6 6v10m6-2a2 2 0 100-4m0 4a2 2 0 100 4m0-4v2m0-6V4"></path>
25
+ </svg>
26
+ </div>
27
+ <h3 class="text-2xl font-semibold text-gray-800 mb-2">Personalized Sessions</h3>
28
+ <p class="text-gray-600">Customize your yoga experience with adjustable session length, target areas, and difficulty levels tailored to your needs.</p>
29
+ </div>
30
+
31
+ <div class="bg-white rounded-xl shadow-lg p-6 hover:shadow-xl transition-shadow duration-300">
32
+ <div class="w-16 h-16 bg-green-100 rounded-full flex items-center justify-center mb-4">
33
+ <svg class="w-8 h-8 text-green-600" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
34
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"></path>
35
+ </svg>
36
+ </div>
37
+ <h3 class="text-2xl font-semibold text-gray-800 mb-2">Expert Guidance</h3>
38
+ <p class="text-gray-600">Learn from certified yoga instructors with years of experience in various yoga disciplines and wellness practices.</p>
39
+ </div>
40
+
41
+ <div class="bg-white rounded-xl shadow-lg p-6 hover:shadow-xl transition-shadow duration-300">
42
+ <div class="w-16 h-16 bg-purple-100 rounded-full flex items-center justify-center mb-4">
43
+ <svg class="w-8 h-8 text-purple-600" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
44
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 5a1 1 0 011-1h14a1 1 0 011 1v2a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM4 13a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1v-6zM16 13a1 1 0 011-1h2a1 1 0 011 1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-6z"></path>
45
+ </svg>
46
+ </div>
47
+ <h3 class="text-2xl font-semibold text-gray-800 mb-2">Progress Tracking</h3>
48
+ <p class="text-gray-600">Monitor your wellness journey with detailed progress reports and achievement milestones to keep you motivated.</p>
49
+ </div>
50
+
51
+ <div class="bg-white rounded-xl shadow-lg p-6 hover:shadow-xl transition-shadow duration-300">
52
+ <div class="w-16 h-16 bg-yellow-100 rounded-full flex items-center justify-center mb-4">
53
+ <svg class="w-8 h-8 text-yellow-600" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
54
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path>
55
+ </svg>
56
+ </div>
57
+ <h3 class="text-2xl font-semibold text-gray-800 mb-2">Flexible Scheduling</h3>
58
+ <p class="text-gray-600">Choose sessions that fit your schedule with options ranging from quick 10-minute flows to extended hour-long practices.</p>
59
+ </div>
60
+
61
+ <div class="bg-white rounded-xl shadow-lg p-6 hover:shadow-xl transition-shadow duration-300">
62
+ <div class="w-16 h-16 bg-red-100 rounded-full flex items-center justify-center mb-4">
63
+ <svg class="w-8 h-8 text-red-600" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
64
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z"></path>
65
+ </svg>
66
+ </div>
67
+ <h3 class="text-2xl font-semibold text-gray-800 mb-2">Community Support</h3>
68
+ <p class="text-gray-600">Connect with fellow wellness enthusiasts through our community forums and group challenges for added motivation.</p>
69
+ </div>
70
+
71
+ <div class="bg-white rounded-xl shadow-lg p-6 hover:shadow-xl transition-shadow duration-300">
72
+ <div class="w-16 h-16 bg-indigo-100 rounded-full flex items-center justify-center mb-4">
73
+ <svg class="w-8 h-8 text-indigo-600" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
74
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 4v16M17 4v16M3 8h4m10 0h4M3 12h18M3 16h4m10 0h4M4 20h16a1 1 0 001-1V5a1 1 0 00-1-1H4a1 1 0 00-1 1v14a1 1 0 001 1z"></path>
75
+ </svg>
76
+ </div>
77
+ <h3 class="text-2xl font-semibold text-gray-800 mb-2">Multi-Device Access</h3>
78
+ <p class="text-gray-600">Access your yoga sessions on any device - phone, tablet, or computer - for ultimate convenience and flexibility.</p>
79
+ </div>
80
+ </section>
81
+
82
+ <section class="bg-white rounded-2xl shadow-xl p-8 mb-16">
83
+ <div class="flex flex-col md:flex-row items-center">
84
+ <div class="md:w-1/2 mb-8 md:mb-0 md:pr-8">
85
+ <h2 class="text-3xl font-bold text-gray-800 mb-4">Experience the Wellness Wave Difference</h2>
86
+ <p class="text-gray-600 mb-6">Our innovative approach combines ancient yoga wisdom with modern technology to deliver personalized wellness experiences that adapt to your lifestyle.</p>
87
+ <ul class="space-y-3">
88
+ <li class="flex items-start">
89
+ <svg class="w-6 h-6 text-green-500 mr-2 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
90
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
91
+ </svg>
92
+ <span>AI-powered session recommendations</span>
93
+ </li>
94
+ <li class="flex items-start">
95
+ <svg class="w-6 h-6 text-green-500 mr-2 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
96
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
97
+ </svg>
98
+ <span>Real-time pose correction feedback</span>
99
+ </li>
100
+ <li class="flex items-start">
101
+ <svg class="w-6 h-6 text-green-500 mr-2 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
102
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
103
+ </svg>
104
+ <span>Meditation and mindfulness integration</span>
105
+ </li>
106
+ <li class="flex items-start">
107
+ <svg class="w-6 h-6 text-green-500 mr-2 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
108
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
109
+ </svg>
110
+ <span>Nutrition guidance and meal planning</span>
111
+ </li>
112
+ </ul>
113
+ </div>
114
+ <div class="md:w-1/2">
115
+ <img src="http://static.photos/technology/640x360/123" alt="Wellness App Interface" class="rounded-xl shadow-lg w-full">
116
+ </div>
117
+ </div>
118
+ </section>
119
+
120
+ <section class="text-center py-12">
121
+ <h2 class="text-3xl font-bold text-gray-800 mb-6">Ready to Transform Your Wellness Journey?</h2>
122
+ <p class="text-xl text-gray-600 mb-8 max-w-2xl mx-auto">Join thousands of users who have discovered a new level of balance, flexibility, and inner peace with Wellness Wave.</p>
123
+ <a href="index.html" class="bg-gradient-to-r from-blue-500 to-purple-600 text-white font-semibold py-3 px-8 rounded-full shadow-lg hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1 inline-block">
124
+ Create Your Personalized Retreat
125
+ </a>
126
+ </section>
127
+ </main>
128
+
129
+ <custom-footer></custom-footer>
130
+
131
+ <script src="components/navbar.js"></script>
132
+ <script src="components/footer.js"></script>
133
+ <script src="script.js"></script>
134
+ </body>
135
+ </html>