simondev1 commited on
Commit
8b3b89b
·
verified ·
1 Parent(s): c90c7e7

Here’s a structured outline for a homepage for tm.org (assuming it’s for Transcendental Meditation). This design balances clarity, user engagement, and key information: TM.org – Homepage Outline 1. Header (Sticky Navigation Bar) Logo: TM.org or Transcendental Meditation® logo (links back to homepage) Main Menu: Home Learn TM (dropdown: What is TM?, Benefits, How to Learn) Research & Science About Us (dropdown: History, Teachers, FAQs) Events & Courses Blog/Resources Contact CTA Button: "Find a Teacher" / "Free Intro Webinar" 2. Hero Section (Full-Width Banner) Headline: "Reduce Stress. Improve Life. Learn Transcendental Meditation®." Subheadline: "A simple, evidence-based technique for clarity, resilience, and inner peace." Background: High-quality image/video of serene meditation or brain activity graphics. Primary CTA: "Watch the Free Intro Video" (button) Secondary CTA: "Find a Local Teacher" (button) 3. Benefits Section (Icon Grid or Cards) Title: "Why Practice TM?" Bullet Points (with icons): Reduces stress & anxiety Improves focus & creativity Backed by 600+ scientific studies Easy to learn (20 minutes/day) No apps or gimmicks—just natural relaxation 4. Science & Research (Stats/Testimonials) Title: "Proven by Science, Trusted Worldwide" Key Stats: "40% reduction in anxiety" (linked to study) "Used by 10+ million people" Testimonial Carousel: Short quotes from celebrities (e.g., Oprah, Hugh Jackman) or researchers. 5. How It Works (3-Step Process) Title: "Learn TM in 3 Simple Steps" Steps: Intro Talk: Free 60-minute webinar. Personal Instruction: 1-on-1 session with a certified teacher. Follow-Up: Support for lifelong practice. CTA: "See Course Details" 6. Teacher/Event Locator (Interactive Tool) Title: "Find a TM Teacher Near You" Search Bar: By ZIP/country + "Upcoming Events" filter. Map: Interactive pins or list view. 7. Media/Recognition Logos "Featured in:" [CNN, Harvard Research, TIME, etc.] (logo carousel) 8. Blog/Resources Preview Title: "Explore TM Resources" 3 Featured Articles: e.g., "TM for Veterans," "TM vs. Mindfulness," "CEO’s Secret to Productivity." 9. Footer Quick Links: Repeat key nav items. Social Media: Icons + newsletter signup ("Get Tips & Updates"). Legal: Copyright, Privacy Policy, Terms. Affiliate Info: "A non-profit organization" (if applicable). Notes for UX/UI: Mobile-Friendly: Collapsible menu, stacked sections. Trust Signals: Certifications (e.g., "IAYT-approved"), secure checkout for courses. Accessibility: Alt text, readable fonts, contrast. Would you like to emphasize any specific aspect (e.g., celebrity endorsements, global reach)? endorsements Here’s an expanded Endorsements Section for the TM.org homepage, designed to build credibility and social proof by highlighting high-profile advocates, research institutions, and media coverage. Enhanced Endorsements Section 1. Celebrity & Influencer Testimonials (Carousel or Grid) Title: "Trusted by Leaders Worldwide" Format: Rotating quotes with photos/videos. Examples: Oprah Winfrey: "TM gives me an inner stillness I’ve never experienced before." Hugh Jackman: "It’s the single most effective tool for focus and creativity in my life." Jerry Seinfeld: "Twice a day, every day—no exceptions." Katrina Kaif (or other regional icons for localization). CTA: "See More Stories" (links to testimonials page). 2. Institutional Credibility (Logos + Stats) Title: "Backed by Science" Research Partners: Logos of institutions linked to TM studies (e.g., Harvard, NIH, Stanford). Key Stat: *"600+ peer-reviewed studies on TM’s benefits for stress, PTSD, and heart health."* CTA: "Explore Research" (links to studies). 3. Media Features (Press Highlights) Title: "As Seen In" Logo Grid: TIME, CNN, BBC, The New York Times, Forbes, etc. Pull Quote: "TM is the gold standard of meditation techniques." — The Wall Street Journal 4. Corporate & Wellness Partnerships Title: "Transforming Workplaces & Communities" Examples: "Google, Salesforce, and the NFL offer TM to employees." *"Taught in 500+ schools and veterans’ programs globally."* CTA: "Bring TM to Your Organization" (links to corporate programs). 5. User Testimonials (Diverse Voices) Video Clips: Short clips of everyday users (e.g., students, veterans, parents). Text Quotes: "After 3 months of TM, my anxiety dropped by 50%." — Sarah, Teacher "No other technique gave me such deep rest." — Miguel, Army Veteran Placement Suggestions Below Hero Section: Prioritize celebrity/institutional endorsements for immediate trust. Near Footer: User testimonials to reinforce credibility before CTAs. Optional Add-Ons Live Counter: "Over 10 million people learned TM!" Social Proof Pop-Up: "Join [X] people who signed up today!" - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +579 -435
index.html CHANGED
@@ -3,482 +3,611 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>TM - The Science of Inner Peace | Learn Transcendental Meditation</title>
7
- <meta name="description" content="Experience the scientifically proven benefits of Transcendental Meditation. Reduce stress, improve focus, and enhance wellbeing with our simple, natural technique.">
8
  <script src="https://cdn.tailwindcss.com"></script>
9
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
10
  <style>
11
- .hero-gradient {
12
- background: linear-gradient(135deg, rgba(56,182,255,0.8) 0%, rgba(124,58,237,0.8) 100%);
 
 
13
  }
 
14
  .testimonial-card {
15
  transition: transform 0.3s ease;
16
  }
 
17
  .testimonial-card:hover {
18
  transform: translateY(-5px);
19
  }
20
- .feature-icon {
 
 
 
21
  transition: all 0.3s ease;
22
  }
23
- .feature-card:hover .feature-icon {
24
- transform: scale(1.1);
25
- color: #7c3aed;
 
26
  }
27
- .cta-pulse {
28
- animation: pulse 2s infinite;
 
 
 
 
29
  }
30
- @keyframes pulse {
31
- 0% {
32
- box-shadow: 0 0 0 0 rgba(124, 58, 237, 0.7);
33
- }
34
- 70% {
35
- box-shadow: 0 0 0 10px rgba(124, 58, 237, 0);
36
- }
37
- 100% {
38
- box-shadow: 0 0 0 0 rgba(124, 58, 237, 0);
39
- }
40
  }
41
  </style>
42
  </head>
43
- <body class="font-sans antialiased text-gray-800">
44
- <!-- Header with Navigation -->
45
- <header class="sticky top-0 z-50 bg-white shadow-sm">
46
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
47
  <div class="flex items-center">
48
- <a href="#" class="text-2xl font-bold text-purple-700 flex items-center">
49
- <i class="fas fa-spa mr-2"></i> TM
50
- </a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  </div>
52
- <nav class="hidden md:flex space-x-8">
53
- <a href="#" class="text-purple-700 font-medium hover:text-purple-600 transition">Home</a>
54
- <a href="#" class="text-gray-600 hover:text-purple-600 transition">About TM</a>
55
- <a href="#" class="text-gray-600 hover:text-purple-600 transition">Research</a>
56
- <a href="#" class="text-gray-600 hover:text-purple-600 transition">Courses</a>
57
- <a href="#" class="text-gray-600 hover:text-purple-600 transition">Find a Teacher</a>
58
- </nav>
59
- <div class="flex items-center space-x-4">
60
- <a href="#" class="hidden md:block text-gray-600 hover:text-purple-600 transition">Login</a>
61
- <a href="#cta" class="bg-purple-600 hover:bg-purple-700 text-white px-4 py-2 rounded-full font-medium transition shadow-md">Free Intro Session</a>
62
- <button class="md:hidden text-gray-600">
63
  <i class="fas fa-bars text-2xl"></i>
64
  </button>
65
  </div>
66
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  </header>
68
 
69
  <!-- Hero Section -->
70
- <section class="hero-gradient text-white py-20 md:py-32">
71
- <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
72
- <div class="md:w-1/2 mb-10 md:mb-0">
73
- <h1 class="text-4xl md:text-5xl font-bold mb-6 leading-tight">Transform Your Life with Transcendental Meditation</h1>
74
- <p class="text-xl mb-8 opacity-90">Experience deep rest and inner peace with our simple, natural technique practiced by millions worldwide.</p>
75
- <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
76
- <a href="#cta" class="bg-white text-purple-700 hover:bg-gray-100 px-6 py-3 rounded-full font-bold text-center shadow-lg transition">Start Your Free Intro Session</a>
77
- <a href="#" class="border-2 border-white hover:bg-white hover:text-purple-700 px-6 py-3 rounded-full font-medium text-center transition">Watch Video <i class="fas fa-play ml-2"></i></a>
78
- </div>
79
- <div class="mt-8 flex items-center">
80
- <div class="flex -space-x-2">
81
- <img src="https://randomuser.me/api/portraits/women/12.jpg" class="w-10 h-10 rounded-full border-2 border-white" alt="Happy user">
82
- <img src="https://randomuser.me/api/portraits/men/32.jpg" class="w-10 h-10 rounded-full border-2 border-white" alt="Happy user">
83
- <img src="https://randomuser.me/api/portraits/women/45.jpg" class="w-10 h-10 rounded-full border-2 border-white" alt="Happy user">
84
- </div>
85
- <div class="ml-4">
86
- <p class="text-sm font-medium">Join 10M+ people experiencing the benefits</p>
87
- <div class="flex text-yellow-400 mt-1">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  <i class="fas fa-star"></i>
89
  <i class="fas fa-star"></i>
90
  <i class="fas fa-star"></i>
91
  <i class="fas fa-star"></i>
92
  <i class="fas fa-star"></i>
93
- <span class="text-white ml-2">4.9/5 (2,500+ reviews)</span>
94
  </div>
95
- </div>
96
- </div>
97
- </div>
98
- <div class="md:w-1/2 flex justify-center">
99
- <div class="relative">
100
- <img src="https://images.unsplash.com/photo-1545205597-3d9d02c29597?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Peaceful meditation" class="rounded-xl shadow-2xl w-full max-w-md border-4 border-white">
101
- <div class="absolute -bottom-5 -right-5 bg-white rounded-lg shadow-lg p-4 w-48">
102
- <div class="flex items-center">
103
- <div class="bg-green-100 rounded-full p-2 mr-2">
104
- <i class="fas fa-check text-green-600"></i>
105
  </div>
106
- <p class="text-sm font-medium">Scientifically Proven Benefits</p>
107
  </div>
108
  </div>
 
 
 
 
 
 
109
  </div>
110
  </div>
111
  </div>
112
  </section>
113
 
114
- <!-- Trust Badges -->
115
- <section class="bg-gray-50 py-8">
116
  <div class="container mx-auto px-4">
117
- <p class="text-center text-gray-500 mb-6">Trusted by leading organizations worldwide</p>
118
- <div class="flex flex-wrap justify-center items-center gap-8 md:gap-16">
119
- <img src="https://via.placeholder.com/120x60?text=Harvard" alt="Harvard" class="h-8 opacity-70 hover:opacity-100 transition">
120
- <img src="https://via.placeholder.com/120x60?text=Google" alt="Google" class="h-8 opacity-70 hover:opacity-100 transition">
121
- <img src="https://via.placeholder.com/120x60?text=NASA" alt="NASA" class="h-8 opacity-70 hover:opacity-100 transition">
122
- <img src="https://via.placeholder.com/120x60?text=WHO" alt="WHO" class="h-8 opacity-70 hover:opacity-100 transition">
123
- <img src="https://via.placeholder.com/120x60?text=Stanford" alt="Stanford" class="h-8 opacity-70 hover:opacity-100 transition">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  </div>
125
  </div>
126
  </section>
127
 
128
- <!-- Benefits Section -->
129
- <section class="py-16 md:py-24 bg-white">
130
  <div class="container mx-auto px-4">
131
- <div class="text-center mb-16">
132
- <h2 class="text-3xl md:text-4xl font-bold mb-4">The Science-Backed Benefits of TM</h2>
133
- <p class="text-xl text-gray-600 max-w-3xl mx-auto">Hundreds of peer-reviewed studies confirm what millions of practitioners experience daily</p>
134
- </div>
135
 
136
- <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
137
- <div class="feature-card bg-gray-50 rounded-xl p-8 hover:shadow-lg transition">
138
- <div class="feature-icon text-purple-600 text-4xl mb-6">
139
- <i class="fas fa-heartbeat"></i>
 
 
 
 
 
 
 
 
140
  </div>
141
- <h3 class="text-xl font-bold mb-3">Reduces Stress & Anxiety</h3>
142
- <p class="text-gray-600">TM decreases cortisol levels by 30% and significantly reduces symptoms of anxiety and depression.</p>
143
- </div>
144
-
145
- <div class="feature-card bg-gray-50 rounded-xl p-8 hover:shadow-lg transition">
146
- <div class="feature-icon text-purple-600 text-4xl mb-6">
147
- <i class="fas fa-brain"></i>
148
  </div>
149
- <h3 class="text-xl font-bold mb-3">Enhances Brain Function</h3>
150
- <p class="text-gray-600">Regular practice increases coherence in brain waves and improves memory, focus, and creativity.</p>
151
  </div>
152
-
153
- <div class="feature-card bg-gray-50 rounded-xl p-8 hover:shadow-lg transition">
154
- <div class="feature-icon text-purple-600 text-4xl mb-6">
155
- <i class="fas fa-bed"></i>
156
  </div>
157
- <h3 class="text-xl font-bold mb-3">Improves Sleep Quality</h3>
158
- <p class="text-gray-600">TM practitioners report falling asleep faster and experiencing deeper, more restful sleep.</p>
159
  </div>
160
-
161
- <div class="feature-card bg-gray-50 rounded-xl p-8 hover:shadow-lg transition">
162
- <div class="feature-icon text-purple-600 text-4xl mb-6">
163
- <i class="fas fa-chart-line"></i>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
164
  </div>
165
- <h3 class="text-xl font-bold mb-3">Boosts Productivity</h3>
166
- <p class="text-gray-600">Companies report 30-50% increases in productivity when employees practice TM regularly.</p>
167
  </div>
168
 
169
- <div class="feature-card bg-gray-50 rounded-xl p-8 hover:shadow-lg transition">
170
- <div class="feature-icon text-purple-600 text-4xl mb-6">
171
- <i class="fas fa-heart"></i>
 
 
 
 
 
 
 
 
 
 
 
 
172
  </div>
173
- <h3 class="text-xl font-bold mb-3">Lowers Blood Pressure</h3>
174
- <p class="text-gray-600">Studies show TM can reduce hypertension as effectively as medication, without side effects.</p>
175
  </div>
176
 
177
- <div class="feature-card bg-gray-50 rounded-xl p-8 hover:shadow-lg transition">
178
- <div class="feature-icon text-purple-600 text-4xl mb-6">
179
- <i class="fas fa-smile"></i>
 
 
 
 
 
 
 
 
 
 
 
 
180
  </div>
181
- <h3 class="text-xl font-bold mb-3">Increases Happiness</h3>
182
- <p class="text-gray-600">Regular practitioners report higher levels of life satisfaction and emotional wellbeing.</p>
183
  </div>
184
  </div>
185
 
186
- <div class="mt-12 text-center">
187
- <a href="#" class="text-purple-700 font-medium hover:text-purple-600 transition">View All Scientific Research <i class="fas fa-arrow-right ml-2"></i></a>
 
 
188
  </div>
189
- </div>
190
- </section>
191
-
192
- <!-- How It Works Section -->
193
- <section class="py-16 md:py-24 bg-gray-50">
194
- <div class="container mx-auto px-4">
195
- <div class="text-center mb-16">
196
- <h2 class="text-3xl md:text-4xl font-bold mb-4">How Transcendental Meditation Works</h2>
197
- <p class="text-xl text-gray-600 max-w-3xl mx-auto">A simple, natural technique practiced 20 minutes twice daily</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
198
  </div>
199
 
200
- <div class="flex flex-col lg:flex-row items-center">
201
- <div class="lg:w-1/2 mb-12 lg:mb-0 lg:pr-12">
202
- <div class="relative">
203
- <div class="absolute -top-6 -left-6 w-24 h-24 border-t-4 border-l-4 border-purple-300 rounded-tl-xl"></div>
204
- <img src="https://images.unsplash.com/photo-1544376798-89aa6b82c6cd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Meditation technique" class="rounded-xl shadow-lg relative z-10">
205
- <div class="absolute -bottom-6 -right-6 w-24 h-24 border-b-4 border-r-4 border-purple-300 rounded-br-xl"></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  </div>
207
  </div>
208
-
209
- <div class="lg:w-1/2">
210
- <div class="space-y-8">
211
- <div class="flex">
212
- <div class="flex-shrink-0 bg-purple-100 rounded-full w-12 h-12 flex items-center justify-center text-purple-700 font-bold mr-4">1</div>
213
- <div>
214
- <h3 class="text-xl font-bold mb-2">Personalized Instruction</h3>
215
- <p class="text-gray-600">Receive your unique mantra from a certified TM teacher in a one-on-one session.</p>
216
- </div>
 
 
 
 
 
217
  </div>
218
-
219
- <div class="flex">
220
- <div class="flex-shrink-0 bg-purple-100 rounded-full w-12 h-12 flex items-center justify-center text-purple-700 font-bold mr-4">2</div>
221
- <div>
222
- <h3 class="text-xl font-bold mb-2">Effortless Practice</h3>
223
- <p class="text-gray-600">Sit comfortably with eyes closed and silently repeat your mantra, allowing your mind to settle naturally.</p>
224
  </div>
225
- </div>
226
-
227
- <div class="flex">
228
- <div class="flex-shrink-0 bg-purple-100 rounded-full w-12 h-12 flex items-center justify-center text-purple-700 font-bold mr-4">3</div>
229
- <div>
230
- <h3 class="text-xl font-bold mb-2">Deep Rest & Reset</h3>
231
- <p class="text-gray-600">Experience a state of restful alertness that dissolves stress and rejuvenates your mind and body.</p>
232
  </div>
233
- </div>
234
-
235
- <div class="flex">
236
- <div class="flex-shrink-0 bg-purple-100 rounded-full w-12 h-12 flex items-center justify-center text-purple-700 font-bold mr-4">4</div>
237
- <div>
238
- <h3 class="text-xl font-bold mb-2">Daily Benefits</h3>
239
- <p class="text-gray-600">Regular practice leads to increased clarity, creativity, and resilience in daily life.</p>
240
  </div>
241
  </div>
242
  </div>
243
-
244
- <div class="mt-10">
245
- <a href="#cta" class="bg-purple-600 hover:bg-purple-700 text-white px-6 py-3 rounded-full font-bold inline-block shadow-md transition">Start Learning Today</a>
246
- </div>
247
  </div>
248
  </div>
249
  </div>
250
  </section>
251
 
252
- <!-- Testimonials Section -->
253
- <section class="py-16 md:py-24 bg-white">
254
  <div class="container mx-auto px-4">
255
- <div class="text-center mb-16">
256
- <h2 class="text-3xl md:text-4xl font-bold mb-4">What People Are Saying</h2>
257
- <p class="text-xl text-gray-600 max-w-3xl mx-auto">Hear from those who've transformed their lives with TM</p>
258
- </div>
259
 
260
- <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
261
- <div class="testimonial-card bg-gray-50 rounded-xl p-8 hover:shadow-lg transition">
262
  <div class="flex items-center mb-4">
263
- <div class="flex text-yellow-400 mr-2">
 
 
 
 
 
 
 
 
264
  <i class="fas fa-star"></i>
265
  <i class="fas fa-star"></i>
266
  <i class="fas fa-star"></i>
267
  <i class="fas fa-star"></i>
268
  <i class="fas fa-star"></i>
269
  </div>
270
- <span class="text-gray-500 text-sm">2 weeks ago</span>
271
- </div>
272
- <p class="text-gray-700 mb-6">"After just one month of TM, my anxiety levels dropped dramatically. I sleep better, focus better at work, and feel more at peace with myself."</p>
273
- <div class="flex items-center">
274
- <img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Sarah J." class="w-12 h-12 rounded-full mr-4">
275
- <div>
276
- <h4 class="font-bold">Sarah J.</h4>
277
- <p class="text-gray-500 text-sm">Marketing Director</p>
278
- </div>
279
  </div>
280
  </div>
281
 
282
- <div class="testimonial-card bg-gray-50 rounded-xl p-8 hover:shadow-lg transition">
283
  <div class="flex items-center mb-4">
284
- <div class="flex text-yellow-400 mr-2">
285
- <i class="fas fa-star"></i>
 
 
 
 
 
 
 
286
  <i class="fas fa-star"></i>
287
  <i class="fas fa-star"></i>
288
  <i class="fas fa-star"></i>
289
  <i class="fas fa-star"></i>
 
290
  </div>
291
- <span class="text-gray-500 text-sm">1 month ago</span>
292
- </div>
293
- <p class="text-gray-700 mb-6">"As a CEO, TM has been my secret weapon for decision-making. The clarity I gain from just 20 minutes is better than any productivity hack I've tried."</p>
294
- <div class="flex items-center">
295
- <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Michael T." class="w-12 h-12 rounded-full mr-4">
296
- <div>
297
- <h4 class="font-bold">Michael T.</h4>
298
- <p class="text-gray-500 text-sm">Tech Entrepreneur</p>
299
- </div>
300
  </div>
301
  </div>
302
 
303
- <div class="testimonial-card bg-gray-50 rounded-xl p-8 hover:shadow-lg transition">
304
  <div class="flex items-center mb-4">
305
- <div class="flex text-yellow-400 mr-2">
 
 
 
 
 
 
 
 
306
  <i class="fas fa-star"></i>
307
  <i class="fas fa-star"></i>
308
  <i class="fas fa-star"></i>
309
  <i class="fas fa-star"></i>
310
  <i class="fas fa-star"></i>
311
  </div>
312
- <span class="text-gray-500 text-sm">3 weeks ago</span>
313
- </div>
314
- <p class="text-gray-700 mb-6">"I was skeptical at first, but TM has genuinely changed my life. My blood pressure normalized, and I feel 10 years younger. Worth every penny."</p>
315
- <div class="flex items-center">
316
- <img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Lisa M." class="w-12 h-12 rounded-full mr-4">
317
- <div>
318
- <h4 class="font-bold">Lisa M.</h4>
319
- <p class="text-gray-500 text-sm">Retired Teacher</p>
320
- </div>
321
  </div>
322
  </div>
323
  </div>
324
 
325
- <div class="mt-12 text-center">
326
- <a href="#" class="inline-flex items-center text-purple-700 font-medium hover:text-purple-600 transition">
327
- Read More Success Stories
328
- <i class="fas fa-arrow-right ml-2"></i>
329
  </a>
330
  </div>
331
  </div>
332
  </section>
333
 
334
- <!-- CTA Section -->
335
- <section id="cta" class="py-16 md:py-24 bg-purple-700 text-white">
336
  <div class="container mx-auto px-4">
337
- <div class="max-w-4xl mx-auto text-center">
338
- <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Transform Your Life?</h2>
339
- <p class="text-xl mb-8 opacity-90">Join millions who have discovered the power of Transcendental Meditation. Start with a free introductory session today.</p>
340
-
341
- <div class="bg-white rounded-xl shadow-2xl p-8 max-w-2xl mx-auto">
342
- <h3 class="text-2xl font-bold text-gray-800 mb-6">Free Introductory Session</h3>
343
-
344
- <form class="space-y-4">
345
- <div class="grid grid-cols-1 md:grid-cols-2 gap-4">
346
- <div>
347
- <label for="first-name" class="block text-left text-gray-700 font-medium mb-1">First Name</label>
348
- <input type="text" id="first-name" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-purple-600 focus:border-transparent" required>
349
- </div>
350
- <div>
351
- <label for="last-name" class="block text-left text-gray-700 font-medium mb-1">Last Name</label>
352
- <input type="text" id="last-name" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-purple-600 focus:border-transparent" required>
353
- </div>
354
- </div>
355
-
356
- <div>
357
- <label for="email" class="block text-left text-gray-700 font-medium mb-1">Email</label>
358
- <input type="email" id="email" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-purple-600 focus:border-transparent" required>
359
- </div>
360
-
361
- <div>
362
- <label for="phone" class="block text-left text-gray-700 font-medium mb-1">Phone Number</label>
363
- <input type="tel" id="phone" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-purple-600 focus:border-transparent" required>
364
- </div>
365
-
366
- <div>
367
- <label for="location" class="block text-left text-gray-700 font-medium mb-1">Location (City/State)</label>
368
- <input type="text" id="location" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-purple-600 focus:border-transparent" required>
369
- </div>
370
-
371
- <div class="pt-2">
372
- <button type="submit" class="cta-pulse w-full bg-purple-600 hover:bg-purple-700 text-white font-bold py-4 px-6 rounded-full transition duration-300 shadow-lg">
373
- Reserve My Free Session
374
- </button>
375
- </div>
376
-
377
- <p class="text-gray-500 text-sm mt-4">
378
- By submitting this form, you agree to receive communications from us about TM. We respect your privacy and will never share your information.
379
- </p>
380
- </form>
381
  </div>
382
 
383
- <div class="mt-8 flex flex-col sm:flex-row justify-center items-center space-y-4 sm:space-y-0 sm:space-x-8">
384
- <div class="flex items-center">
385
- <div class="bg-white bg-opacity-20 rounded-full p-2 mr-3">
386
- <i class="fas fa-shield-alt"></i>
387
- </div>
388
- <span>Secure & Confidential</span>
389
- </div>
390
- <div class="flex items-center">
391
- <div class="bg-white bg-opacity-20 rounded-full p-2 mr-3">
392
- <i class="fas fa-calendar-check"></i>
393
- </div>
394
- <span>Flexible Scheduling</span>
395
  </div>
396
- <div class="flex items-center">
397
- <div class="bg-white bg-opacity-20 rounded-full p-2 mr-3">
398
- <i class="fas fa-user-tie"></i>
399
- </div>
400
- <span>Certified Instructors</span>
 
 
 
401
  </div>
402
  </div>
403
  </div>
 
 
 
 
404
  </div>
405
  </section>
406
 
407
- <!-- FAQ Section -->
408
- <section class="py-16 md:py-24 bg-gray-50">
409
- <div class="container mx-auto px-4">
410
- <div class="text-center mb-16">
411
- <h2 class="text-3xl md:text-4xl font-bold mb-4">Frequently Asked Questions</h2>
412
- <p class="text-xl text-gray-600 max-w-3xl mx-auto">Everything you need to know about starting TM</p>
413
- </div>
414
-
415
- <div class="max-w-3xl mx-auto">
416
- <div class="space-y-4">
417
- <div class="border border-gray-200 rounded-xl overflow-hidden">
418
- <button class="faq-toggle w-full flex justify-between items-center p-6 text-left hover:bg-gray-100 transition">
419
- <h3 class="text-lg font-medium">How is TM different from other meditation techniques?</h3>
420
- <i class="fas fa-chevron-down text-purple-600 transition-transform duration-300"></i>
421
- </button>
422
- <div class="faq-content hidden px-6 pb-6 pt-0">
423
- <p class="text-gray-600">TM is unique because it's effortless and doesn't require concentration or control of the mind. Unlike mindfulness or focused attention techniques, TM allows your mind to naturally settle inward to a state of deep rest while remaining fully alert. This automatic process is facilitated by your personalized mantra.</p>
424
- </div>
425
- </div>
426
-
427
- <div class="border border-gray-200 rounded-xl overflow-hidden">
428
- <button class="faq-toggle w-full flex justify-between items-center p-6 text-left hover:bg-gray-100 transition">
429
- <h3 class="text-lg font-medium">How much time does TM take each day?</h3>
430
- <i class="fas fa-chevron-down text-purple-600 transition-transform duration-300"></i>
431
- </button>
432
- <div class="faq-content hidden px-6 pb-6 pt-0">
433
- <p class="text-gray-600">The standard practice is 20 minutes twice daily — once in the morning and once in the afternoon or evening. Many practitioners find they gain more time than they invest, as the increased efficiency, focus, and reduced stress more than make up for the 40 minutes spent meditating.</p>
434
- </div>
435
- </div>
436
-
437
- <div class="border border-gray-200 rounded-xl overflow-hidden">
438
- <button class="faq-toggle w-full flex justify-between items-center p-6 text-left hover:bg-gray-100 transition">
439
- <h3 class="text-lg font-medium">Why do I need a teacher? Can't I learn from an app?</h3>
440
- <i class="fas fa-chevron-down text-purple-600 transition-transform duration-300"></i>
441
- </button>
442
- <div class="faq-content hidden px-6 pb-6 pt-0">
443
- <p class="text-gray-600">TM is traditionally taught one-on-one by certified instructors to ensure correct practice. Your teacher selects a personalized mantra for you based on various factors and provides proper instruction and follow-up. This personalized approach leads to better results than generic meditation apps. Research shows TM practitioners taught by certified instructors experience greater benefits.</p>
444
- </div>
445
- </div>
446
-
447
- <div class="border border-gray-200 rounded-xl overflow-hidden">
448
- <button class="faq-toggle w-full flex justify-between items-center p-6 text-left hover:bg-gray-100 transition">
449
- <h3 class="text-lg font-medium">What's included in the TM course?</h3>
450
- <i class="fas fa-chevron-down text-purple-600 transition-transform duration-300"></i>
451
- </button>
452
- <div class="faq-content hidden px-6 pb-6 pt-0">
453
- <p class="text-gray-600">The standard TM course includes:
454
- <ul class="list-disc pl-5 mt-2 space-y-2">
455
- <li>A free introductory information session</li>
456
- <li>Personal one-on-one instruction (1-2 hours)</li>
457
- <li>Three follow-up sessions on consecutive days (1-2 hours each)</li>
458
- <li>Lifetime access to free checking sessions worldwide</li>
459
- <li>Access to group meditations and advanced techniques</li>
460
- </ul>
461
- </p>
462
- </div>
463
- </div>
464
-
465
- <div class="border border-gray-200 rounded-xl overflow-hidden">
466
- <button class="faq-toggle w-full flex justify-between items-center p-6 text-left hover:bg-gray-100 transition">
467
- <h3 class="text-lg font-medium">Is TM associated with any religion?</h3>
468
- <i class="fas fa-chevron-down text-purple-600 transition-transform duration-300"></i>
469
- </button>
470
- <div class="faq-content hidden px-6 pb-6 pt-0">
471
- <p class="text-gray-600">No, TM is not a religion, philosophy, or lifestyle. It's a simple, natural technique for deep rest and stress relief. People from all religious backgrounds (and none) practice TM without conflict with their beliefs. The technique is based on the natural tendency of the human mind to seek greater happiness and has been scientifically validated across diverse populations.</p>
472
- </div>
473
- </div>
474
- </div>
475
-
476
- <div class="mt-12 text-center">
477
- <a href="#" class="inline-flex items-center text-purple-700 font-medium hover:text-purple-600 transition">
478
- View All FAQs
479
- <i class="fas fa-arrow-right ml-2"></i>
480
- </a>
481
- </div>
482
  </div>
483
  </div>
484
  </section>
@@ -486,119 +615,134 @@
486
  <!-- Footer -->
487
  <footer class="bg-gray-900 text-white pt-16 pb-8">
488
  <div class="container mx-auto px-4">
489
- <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-12 mb-12">
490
  <div>
491
- <a href="#" class="text-2xl font-bold text-white flex items-center mb-6">
492
- <i class="fas fa-spa mr-2"></i> TM
493
- </a>
494
- <p class="text-gray-400 mb-6">Transcendental Meditation is a simple, natural technique practiced 20 minutes twice each day while sitting comfortably with the eyes closed.</p>
495
  <div class="flex space-x-4">
496
- <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-facebook-f"></i></a>
497
- <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-twitter"></i></a>
498
- <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-instagram"></i></a>
499
- <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-youtube"></i></a>
500
  </div>
501
  </div>
502
 
503
  <div>
504
- <h3 class="text-lg font-bold mb-6">Quick Links</h3>
505
- <ul class="space-y-3">
506
- <li><a href="#" class="text-gray-400 hover:text-white transition">About TM</a></li>
507
- <li><a href="#" class="text-gray-400 hover:text-white transition">Scientific Research</a></li>
508
- <li><a href="#" class="text-gray-400 hover:text-white transition">TM for Students</a></li>
509
- <li><a href="#" class="text-gray-400 hover:text-white transition">TM for Veterans</a></li>
510
- <li><a href="#" class="text-gray-400 hover:text-white transition">TM in Schools</a></li>
511
  </ul>
512
  </div>
513
 
514
  <div>
515
- <h3 class="text-lg font-bold mb-6">Resources</h3>
516
- <ul class="space-y-3">
517
- <li><a href="#" class="text-gray-400 hover:text-white transition">Find a Teacher</a></li>
518
- <li><a href="#" class="text-gray-400 hover:text-white transition">Course Fees</a></li>
519
- <li><a href="#" class="text-gray-400 hover:text-white transition">Scholarships</a></li>
520
- <li><a href="#" class="text-gray-400 hover:text-white transition">Corporate Programs</a></li>
521
- <li><a href="#" class="text-gray-400 hover:text-white transition">Research Library</a></li>
522
  </ul>
523
  </div>
524
 
525
  <div>
526
- <h3 class="text-lg font-bold mb-6">Contact Us</h3>
527
- <ul class="space-y-3">
528
- <li class="flex items-start">
529
- <i class="fas fa-map-marker-alt mt-1 mr-3 text-gray-400"></i>
530
- <span class="text-gray-400">123 Meditation Way, Fairfield, IA 52556</span>
531
- </li>
532
- <li class="flex items-center">
533
- <i class="fas fa-phone-alt mr-3 text-gray-400"></i>
534
- <span class="text-gray-400">1-800-MEDITATE</span>
535
- </li>
536
- <li class="flex items-center">
537
- <i class="fas fa-envelope mr-3 text-gray-400"></i>
538
- <span class="text-gray-400">[email protected]</span>
539
- </li>
540
- </ul>
541
  </div>
542
  </div>
543
 
544
- <div class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center">
545
- <p class="text-gray-400 mb-4 md:mb-0">© 2023 Transcendental Meditation. All rights reserved.</p>
546
- <div class="flex space-x-6">
547
- <a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a>
548
- <a href="#" class="text-gray-400 hover:text-white transition">Terms of Service</a>
549
- <a href="#" class="text-gray-400 hover:text-white transition">Cookie Policy</a>
 
 
550
  </div>
 
551
  </div>
552
  </div>
553
  </footer>
554
 
555
- <!-- Floating CTA Button (Mobile) -->
556
- <div class="fixed bottom-6 right-6 md:hidden z-50">
557
- <a href="#cta" class="cta-pulse bg-purple-600 hover:bg-purple-700 text-white w-14 h-14 rounded-full flex items-center justify-center shadow-xl">
558
- <i class="fas fa-calendar-alt text-xl"></i>
559
- </a>
 
 
 
 
 
 
 
560
  </div>
561
 
562
  <script>
563
- // FAQ Toggle Functionality
564
- document.querySelectorAll('.faq-toggle').forEach(button => {
565
- button.addEventListener('click', () => {
566
- const faqContent = button.nextElementSibling;
567
- const icon = button.querySelector('i');
568
-
569
- // Toggle the content
570
- faqContent.classList.toggle('hidden');
571
-
572
- // Rotate the icon
573
- if (faqContent.classList.contains('hidden')) {
574
- icon.style.transform = 'rotate(0deg)';
575
- } else {
576
- icon.style.transform = 'rotate(180deg)';
577
- }
578
- });
579
  });
580
-
581
- // Smooth scrolling for anchor links
582
- document.querySelectorAll('a[href^="#"]').forEach(anchor => {
583
- anchor.addEventListener('click', function (e) {
584
- e.preventDefault();
585
-
586
- document.querySelector(this.getAttribute('href')).scrollIntoView({
587
- behavior: 'smooth'
588
- });
589
- });
590
  });
591
-
592
- // Form submission handling
593
- const form = document.querySelector('form');
594
- if (form) {
595
- form.addEventListener('submit', (e) => {
596
- e.preventDefault();
597
- // Here you would typically send the form data to your server
598
- alert('Thank you for your interest! A TM instructor will contact you shortly to schedule your free session.');
599
- form.reset();
600
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
601
  }
 
 
602
  </script>
603
  <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=simondev1/tm" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
604
  </html>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>TM.org - Transcendental Meditation®</title>
 
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
  <style>
10
+ .hero-bg {
11
+ background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1545205597-3d9d02c29597?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
12
+ background-size: cover;
13
+ background-position: center;
14
  }
15
+
16
  .testimonial-card {
17
  transition: transform 0.3s ease;
18
  }
19
+
20
  .testimonial-card:hover {
21
  transform: translateY(-5px);
22
  }
23
+
24
+ .endorsement-logo {
25
+ filter: grayscale(100%);
26
+ opacity: 0.7;
27
  transition: all 0.3s ease;
28
  }
29
+
30
+ .endorsement-logo:hover {
31
+ filter: grayscale(0);
32
+ opacity: 1;
33
  }
34
+
35
+ /* Custom animation for the floating meditation icon */
36
+ @keyframes float {
37
+ 0% { transform: translateY(0px); }
38
+ 50% { transform: translateY(-10px); }
39
+ 100% { transform: translateY(0px); }
40
  }
41
+
42
+ .floating-icon {
43
+ animation: float 3s ease-in-out infinite;
 
 
 
 
 
 
 
44
  }
45
  </style>
46
  </head>
47
+ <body class="font-sans bg-gray-50">
48
+ <!-- Header/Navigation -->
49
+ <header class="sticky top-0 z-50 bg-white shadow-md">
50
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
51
  <div class="flex items-center">
52
+ <div class="text-2xl font-bold text-indigo-700 mr-10">TM.org</div>
53
+ <nav class="hidden md:flex space-x-8">
54
+ <a href="#" class="text-gray-700 hover:text-indigo-600 font-medium">Home</a>
55
+ <div class="relative group">
56
+ <button class="text-gray-700 hover:text-indigo-600 font-medium flex items-center">
57
+ Learn TM <i class="fas fa-chevron-down ml-1 text-xs"></i>
58
+ </button>
59
+ <div class="absolute hidden group-hover:block bg-white shadow-lg rounded-md mt-2 py-2 w-48">
60
+ <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-indigo-50 hover:text-indigo-600">What is TM?</a>
61
+ <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-indigo-50 hover:text-indigo-600">Benefits</a>
62
+ <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-indigo-50 hover:text-indigo-600">How to Learn</a>
63
+ </div>
64
+ </div>
65
+ <a href="#" class="text-gray-700 hover:text-indigo-600 font-medium">Research & Science</a>
66
+ <div class="relative group">
67
+ <button class="text-gray-700 hover:text-indigo-600 font-medium flex items-center">
68
+ About Us <i class="fas fa-chevron-down ml-1 text-xs"></i>
69
+ </button>
70
+ <div class="absolute hidden group-hover:block bg-white shadow-lg rounded-md mt-2 py-2 w-48">
71
+ <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-indigo-50 hover:text-indigo-600">History</a>
72
+ <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-indigo-50 hover:text-indigo-600">Teachers</a>
73
+ <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-indigo-50 hover:text-indigo-600">FAQs</a>
74
+ </div>
75
+ </div>
76
+ <a href="#" class="text-gray-700 hover:text-indigo-600 font-medium">Events & Courses</a>
77
+ <a href="#" class="text-gray-700 hover:text-indigo-600 font-medium">Blog</a>
78
+ </nav>
79
  </div>
80
+ <div class="flex items-center">
81
+ <a href="#" class="hidden md:block bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-md font-medium transition duration-300">Find a Teacher</a>
82
+ <button class="md:hidden text-gray-700" id="mobile-menu-button">
 
 
 
 
 
 
 
 
83
  <i class="fas fa-bars text-2xl"></i>
84
  </button>
85
  </div>
86
  </div>
87
+
88
+ <!-- Mobile menu -->
89
+ <div class="md:hidden hidden bg-white shadow-lg" id="mobile-menu">
90
+ <div class="px-4 py-3 space-y-3">
91
+ <a href="#" class="block text-gray-700 hover:text-indigo-600">Home</a>
92
+ <div>
93
+ <button class="flex items-center justify-between w-full text-gray-700 hover:text-indigo-600" id="learn-tm-toggle">
94
+ Learn TM <i class="fas fa-chevron-down ml-1 text-xs"></i>
95
+ </button>
96
+ <div class="hidden mt-2 pl-4 space-y-2" id="learn-tm-dropdown">
97
+ <a href="#" class="block text-gray-700 hover:text-indigo-600">What is TM?</a>
98
+ <a href="#" class="block text-gray-700 hover:text-indigo-600">Benefits</a>
99
+ <a href="#" class="block text-gray-700 hover:text-indigo-600">How to Learn</a>
100
+ </div>
101
+ </div>
102
+ <a href="#" class="block text-gray-700 hover:text-indigo-600">Research & Science</a>
103
+ <div>
104
+ <button class="flex items-center justify-between w-full text-gray-700 hover:text-indigo-600" id="about-us-toggle">
105
+ About Us <i class="fas fa-chevron-down ml-1 text-xs"></i>
106
+ </button>
107
+ <div class="hidden mt-2 pl-4 space-y-2" id="about-us-dropdown">
108
+ <a href="#" class="block text-gray-700 hover:text-indigo-600">History</a>
109
+ <a href="#" class="block text-gray-700 hover:text-indigo-600">Teachers</a>
110
+ <a href="#" class="block text-gray-700 hover:text-indigo-600">FAQs</a>
111
+ </div>
112
+ </div>
113
+ <a href="#" class="block text-gray-700 hover:text-indigo-600">Events & Courses</a>
114
+ <a href="#" class="block text-gray-700 hover:text-indigo-600">Blog</a>
115
+ <a href="#" class="block bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-md font-medium text-center">Find a Teacher</a>
116
+ </div>
117
+ </div>
118
  </header>
119
 
120
  <!-- Hero Section -->
121
+ <section class="hero-bg text-white py-20 md:py-32">
122
+ <div class="container mx-auto px-4 text-center">
123
+ <h1 class="text-4xl md:text-5xl font-bold mb-4">Reduce Stress. Improve Life.</h1>
124
+ <h2 class="text-2xl md:text-3xl mb-8">Learn Transcendental Meditation®</h2>
125
+ <p class="text-xl mb-10 max-w-2xl mx-auto">A simple, evidence-based technique for clarity, resilience, and inner peace.</p>
126
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
127
+ <a href="#" class="bg-indigo-600 hover:bg-indigo-700 text-white px-8 py-3 rounded-md font-medium text-lg transition duration-300">Watch the Free Intro Video</a>
128
+ <a href="#" class="bg-white hover:bg-gray-100 text-indigo-600 px-8 py-3 rounded-md font-medium text-lg transition duration-300">Find a Local Teacher</a>
129
+ </div>
130
+
131
+ <!-- Floating meditation icon -->
132
+ <div class="mt-16 floating-icon">
133
+ <i class="fas fa-spa text-4xl text-white opacity-70"></i>
134
+ </div>
135
+ </div>
136
+ </section>
137
+
138
+ <!-- Benefits Section -->
139
+ <section class="py-16 bg-white">
140
+ <div class="container mx-auto px-4">
141
+ <h2 class="text-3xl font-bold text-center mb-12">Why Practice TM?</h2>
142
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
143
+ <div class="bg-gray-50 p-6 rounded-lg text-center hover:shadow-lg transition duration-300">
144
+ <div class="text-indigo-600 mb-4">
145
+ <i class="fas fa-heart text-4xl"></i>
146
+ </div>
147
+ <h3 class="text-xl font-semibold mb-2">Reduces Stress & Anxiety</h3>
148
+ <p class="text-gray-600">Experience deep relaxation that dissolves stress and promotes calmness.</p>
149
+ </div>
150
+ <div class="bg-gray-50 p-6 rounded-lg text-center hover:shadow-lg transition duration-300">
151
+ <div class="text-indigo-600 mb-4">
152
+ <i class="fas fa-brain text-4xl"></i>
153
+ </div>
154
+ <h3 class="text-xl font-semibold mb-2">Improves Focus & Creativity</h3>
155
+ <p class="text-gray-600">Enhance cognitive function and unlock your creative potential.</p>
156
+ </div>
157
+ <div class="bg-gray-50 p-6 rounded-lg text-center hover:shadow-lg transition duration-300">
158
+ <div class="text-indigo-600 mb-4">
159
+ <i class="fas fa-flask text-4xl"></i>
160
+ </div>
161
+ <h3 class="text-xl font-semibold mb-2">Backed by Science</h3>
162
+ <p class="text-gray-600">Supported by 600+ scientific studies validating its effectiveness.</p>
163
+ </div>
164
+ <div class="bg-gray-50 p-6 rounded-lg text-center hover:shadow-lg transition duration-300">
165
+ <div class="text-indigo-600 mb-4">
166
+ <i class="fas fa-clock text-4xl"></i>
167
+ </div>
168
+ <h3 class="text-xl font-semibold mb-2">Easy to Learn</h3>
169
+ <p class="text-gray-600">Just 20 minutes a day with no apps or gimmicks—just natural relaxation.</p>
170
+ </div>
171
+ </div>
172
+ </div>
173
+ </section>
174
+
175
+ <!-- Science & Research Section -->
176
+ <section class="py-16 bg-indigo-50">
177
+ <div class="container mx-auto px-4">
178
+ <h2 class="text-3xl font-bold text-center mb-12">Proven by Science, Trusted Worldwide</h2>
179
+
180
+ <div class="flex flex-col lg:flex-row items-center gap-12 mb-16">
181
+ <div class="lg:w-1/2">
182
+ <div class="bg-white p-8 rounded-lg shadow-md">
183
+ <div class="flex items-center mb-4">
184
+ <div class="text-indigo-600 mr-4">
185
+ <i class="fas fa-chart-line text-3xl"></i>
186
+ </div>
187
+ <h3 class="text-xl font-semibold">40% Reduction in Anxiety</h3>
188
+ </div>
189
+ <p class="text-gray-600 mb-4">A study published in the Journal of Clinical Psychology found that TM practitioners experienced a 40% reduction in anxiety symptoms compared to control groups.</p>
190
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">Read the Study →</a>
191
+ </div>
192
+ </div>
193
+ <div class="lg:w-1/2">
194
+ <div class="bg-white p-8 rounded-lg shadow-md">
195
+ <div class="flex items-center mb-4">
196
+ <div class="text-indigo-600 mr-4">
197
+ <i class="fas fa-globe text-3xl"></i>
198
+ </div>
199
+ <h3 class="text-xl font-semibold">Used by 10+ Million People</h3>
200
+ </div>
201
+ <p class="text-gray-600 mb-4">Transcendental Meditation has been learned by over 10 million people worldwide, across all cultures and walks of life.</p>
202
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">See Global Impact →</a>
203
+ </div>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Testimonial Carousel -->
208
+ <div class="max-w-4xl mx-auto">
209
+ <h3 class="text-xl font-semibold text-center mb-8">What People Are Saying</h3>
210
+ <div class="bg-white p-8 rounded-lg shadow-md relative">
211
+ <div class="text-center">
212
+ <div class="text-yellow-400 mb-4">
213
  <i class="fas fa-star"></i>
214
  <i class="fas fa-star"></i>
215
  <i class="fas fa-star"></i>
216
  <i class="fas fa-star"></i>
217
  <i class="fas fa-star"></i>
 
218
  </div>
219
+ <p class="text-xl italic mb-6">"TM gives me an inner stillness I've never experienced before. It's the single most important thing I do for myself."</p>
220
+ <div class="flex items-center justify-center">
221
+ <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Oprah Winfrey" class="w-12 h-12 rounded-full mr-4">
222
+ <div>
223
+ <p class="font-semibold">Oprah Winfrey</p>
224
+ <p class="text-gray-600 text-sm">Media Executive</p>
 
 
 
 
225
  </div>
 
226
  </div>
227
  </div>
228
+ <button class="absolute top-1/2 left-4 transform -translate-y-1/2 text-gray-400 hover:text-indigo-600">
229
+ <i class="fas fa-chevron-left text-2xl"></i>
230
+ </button>
231
+ <button class="absolute top-1/2 right-4 transform -translate-y-1/2 text-gray-400 hover:text-indigo-600">
232
+ <i class="fas fa-chevron-right text-2xl"></i>
233
+ </button>
234
  </div>
235
  </div>
236
  </div>
237
  </section>
238
 
239
+ <!-- How It Works Section -->
240
+ <section class="py-16 bg-white">
241
  <div class="container mx-auto px-4">
242
+ <h2 class="text-3xl font-bold text-center mb-12">Learn TM in 3 Simple Steps</h2>
243
+
244
+ <div class="flex flex-col md:flex-row gap-8 mb-12">
245
+ <div class="md:w-1/3 bg-indigo-50 p-8 rounded-lg text-center">
246
+ <div class="text-indigo-600 mb-4">
247
+ <div class="inline-flex items-center justify-center w-16 h-16 bg-indigo-100 rounded-full">
248
+ <span class="text-2xl font-bold">1</span>
249
+ </div>
250
+ </div>
251
+ <h3 class="text-xl font-semibold mb-4">Intro Talk</h3>
252
+ <p class="text-gray-600 mb-4">Start with a free 60-minute introductory webinar to understand the principles and benefits of TM.</p>
253
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">Sign Up for Free →</a>
254
+ </div>
255
+
256
+ <div class="md:w-1/3 bg-indigo-50 p-8 rounded-lg text-center">
257
+ <div class="text-indigo-600 mb-4">
258
+ <div class="inline-flex items-center justify-center w-16 h-16 bg-indigo-100 rounded-full">
259
+ <span class="text-2xl font-bold">2</span>
260
+ </div>
261
+ </div>
262
+ <h3 class="text-xl font-semibold mb-4">Personal Instruction</h3>
263
+ <p class="text-gray-600 mb-4">Receive one-on-one training from a certified TM teacher, tailored to your individual needs.</p>
264
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">Find a Teacher →</a>
265
+ </div>
266
+
267
+ <div class="md:w-1/3 bg-indigo-50 p-8 rounded-lg text-center">
268
+ <div class="text-indigo-600 mb-4">
269
+ <div class="inline-flex items-center justify-center w-16 h-16 bg-indigo-100 rounded-full">
270
+ <span class="text-2xl font-bold">3</span>
271
+ </div>
272
+ </div>
273
+ <h3 class="text-xl font-semibold mb-4">Follow-Up Support</h3>
274
+ <p class="text-gray-600 mb-4">Get ongoing guidance and support to ensure you're getting the most from your practice.</p>
275
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">Learn More →</a>
276
+ </div>
277
+ </div>
278
+
279
+ <div class="text-center">
280
+ <a href="#" class="bg-indigo-600 hover:bg-indigo-700 text-white px-8 py-3 rounded-md font-medium text-lg inline-block transition duration-300">See Course Details</a>
281
  </div>
282
  </div>
283
  </section>
284
 
285
+ <!-- Teacher/Event Locator -->
286
+ <section class="py-16 bg-indigo-600 text-white">
287
  <div class="container mx-auto px-4">
288
+ <h2 class="text-3xl font-bold text-center mb-8">Find a TM Teacher Near You</h2>
 
 
 
289
 
290
+ <div class="max-w-2xl mx-auto bg-white rounded-lg shadow-lg overflow-hidden">
291
+ <div class="p-6">
292
+ <div class="flex flex-col sm:flex-row gap-4 mb-6">
293
+ <input type="text" placeholder="Enter your ZIP or City" class="flex-grow px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-indigo-500 text-gray-800">
294
+ <select class="px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-indigo-500 text-gray-800">
295
+ <option>Select Country</option>
296
+ <option>United States</option>
297
+ <option>Canada</option>
298
+ <option>United Kingdom</option>
299
+ <option>Australia</option>
300
+ <option>Other</option>
301
+ </select>
302
  </div>
303
+ <div class="flex justify-between items-center">
304
+ <div class="flex items-center">
305
+ <input type="checkbox" id="events" class="mr-2">
306
+ <label for="events" class="text-gray-800">Show upcoming events</label>
307
+ </div>
308
+ <button class="bg-indigo-600 hover:bg-indigo-700 text-white px-6 py-2 rounded-md font-medium">Search</button>
 
309
  </div>
 
 
310
  </div>
311
+ <div class="bg-gray-100 p-6">
312
+ <div class="h-64 flex items-center justify-center text-gray-500">
313
+ <p>Map or list of teachers/events will appear here</p>
 
314
  </div>
 
 
315
  </div>
316
+ </div>
317
+ </div>
318
+ </section>
319
+
320
+ <!-- Endorsements Section -->
321
+ <section class="py-16 bg-white">
322
+ <div class="container mx-auto px-4">
323
+ <h2 class="text-3xl font-bold text-center mb-12">Trusted by Leaders Worldwide</h2>
324
+
325
+ <!-- Celebrity Testimonials -->
326
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 mb-16">
327
+ <div class="testimonial-card bg-gray-50 p-6 rounded-lg hover:shadow-md">
328
+ <div class="flex items-center mb-4">
329
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Hugh Jackman" class="w-16 h-16 rounded-full mr-4">
330
+ <div>
331
+ <h3 class="text-xl font-semibold">Hugh Jackman</h3>
332
+ <p class="text-gray-600">Actor</p>
333
+ </div>
334
+ </div>
335
+ <p class="text-gray-700 italic mb-4">"TM is the single most effective tool for focus and creativity in my life. I've been practicing for over 20 years."</p>
336
+ <div class="text-yellow-400">
337
+ <i class="fas fa-star"></i>
338
+ <i class="fas fa-star"></i>
339
+ <i class="fas fa-star"></i>
340
+ <i class="fas fa-star"></i>
341
+ <i class="fas fa-star"></i>
342
  </div>
 
 
343
  </div>
344
 
345
+ <div class="testimonial-card bg-gray-50 p-6 rounded-lg hover:shadow-md">
346
+ <div class="flex items-center mb-4">
347
+ <img src="https://randomuser.me/api/portraits/men/75.jpg" alt="Jerry Seinfeld" class="w-16 h-16 rounded-full mr-4">
348
+ <div>
349
+ <h3 class="text-xl font-semibold">Jerry Seinfeld</h3>
350
+ <p class="text-gray-600">Comedian</p>
351
+ </div>
352
+ </div>
353
+ <p class="text-gray-700 italic mb-4">"Twice a day, every day—no exceptions. It's like a reset button for your mind and body."</p>
354
+ <div class="text-yellow-400">
355
+ <i class="fas fa-star"></i>
356
+ <i class="fas fa-star"></i>
357
+ <i class="fas fa-star"></i>
358
+ <i class="fas fa-star"></i>
359
+ <i class="fas fa-star"></i>
360
  </div>
 
 
361
  </div>
362
 
363
+ <div class="testimonial-card bg-gray-50 p-6 rounded-lg hover:shadow-md">
364
+ <div class="flex items-center mb-4">
365
+ <img src="https://randomuser.me/api/portraits/women/68.jpg" alt="Katrina Kaif" class="w-16 h-16 rounded-full mr-4">
366
+ <div>
367
+ <h3 class="text-xl font-semibold">Katrina Kaif</h3>
368
+ <p class="text-gray-600">Actress</p>
369
+ </div>
370
+ </div>
371
+ <p class="text-gray-700 italic mb-4">"TM helps me stay centered amidst the chaos of film shoots and travel. It's my daily anchor."</p>
372
+ <div class="text-yellow-400">
373
+ <i class="fas fa-star"></i>
374
+ <i class="fas fa-star"></i>
375
+ <i class="fas fa-star"></i>
376
+ <i class="fas fa-star"></i>
377
+ <i class="fas fa-star"></i>
378
  </div>
 
 
379
  </div>
380
  </div>
381
 
382
+ <div class="text-center mb-12">
383
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium inline-flex items-center">
384
+ See More Celebrity Stories <i class="fas fa-chevron-right ml-2"></i>
385
+ </a>
386
  </div>
387
+
388
+ <!-- Institutional Credibility -->
389
+ <div class="mb-16">
390
+ <h3 class="text-2xl font-semibold text-center mb-8">Backed by Science</h3>
391
+ <div class="bg-indigo-50 p-8 rounded-lg mb-8">
392
+ <div class="flex flex-col md:flex-row items-center">
393
+ <div class="md:w-1/2 mb-6 md:mb-0">
394
+ <h4 class="text-xl font-semibold mb-4">600+ peer-reviewed studies on TM's benefits</h4>
395
+ <p class="text-gray-700 mb-4">Research has shown TM's effectiveness for stress reduction, PTSD treatment, heart health, and cognitive performance.</p>
396
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">Explore Research →</a>
397
+ </div>
398
+ <div class="md:w-1/2 grid grid-cols-3 gap-4">
399
+ <div class="endorsement-logo flex items-center justify-center p-4">
400
+ <i class="fas fa-university text-4xl text-gray-600"></i>
401
+ </div>
402
+ <div class="endorsement-logo flex items-center justify-center p-4">
403
+ <i class="fas fa-hospital text-4xl text-gray-600"></i>
404
+ </div>
405
+ <div class="endorsement-logo flex items-center justify-center p-4">
406
+ <i class="fas fa-flask text-4xl text-gray-600"></i>
407
+ </div>
408
+ <div class="endorsement-logo flex items-center justify-center p-4">
409
+ <i class="fas fa-heartbeat text-4xl text-gray-600"></i>
410
+ </div>
411
+ <div class="endorsement-logo flex items-center justify-center p-4">
412
+ <i class="fas fa-graduation-cap text-4xl text-gray-600"></i>
413
+ </div>
414
+ <div class="endorsement-logo flex items-center justify-center p-4">
415
+ <i class="fas fa-brain text-4xl text-gray-600"></i>
416
+ </div>
417
+ </div>
418
+ </div>
419
+ </div>
420
  </div>
421
 
422
+ <!-- Media Features -->
423
+ <div class="mb-16">
424
+ <h3 class="text-2xl font-semibold text-center mb-8">As Seen In</h3>
425
+ <div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-6">
426
+ <div class="endorsement-logo flex items-center justify-center p-4 bg-white rounded-lg shadow-sm">
427
+ <span class="text-xl font-bold text-gray-700">TIME</span>
428
+ </div>
429
+ <div class="endorsement-logo flex items-center justify-center p-4 bg-white rounded-lg shadow-sm">
430
+ <span class="text-xl font-bold text-gray-700">CNN</span>
431
+ </div>
432
+ <div class="endorsement-logo flex items-center justify-center p-4 bg-white rounded-lg shadow-sm">
433
+ <span class="text-xl font-bold text-gray-700">BBC</span>
434
+ </div>
435
+ <div class="endorsement-logo flex items-center justify-center p-4 bg-white rounded-lg shadow-sm">
436
+ <span class="text-xl font-bold text-gray-700">NYT</span>
437
+ </div>
438
+ <div class="endorsement-logo flex items-center justify-center p-4 bg-white rounded-lg shadow-sm">
439
+ <span class="text-xl font-bold text-gray-700">Forbes</span>
440
+ </div>
441
+ <div class="endorsement-logo flex items-center justify-center p-4 bg-white rounded-lg shadow-sm">
442
+ <span class="text-xl font-bold text-gray-700">WSJ</span>
443
  </div>
444
  </div>
445
+ <div class="mt-8 text-center">
446
+ <p class="text-lg italic text-gray-700 max-w-2xl mx-auto">"TM is the gold standard of meditation techniques." — The Wall Street Journal</p>
447
+ </div>
448
+ </div>
449
+
450
+ <!-- Corporate Partnerships -->
451
+ <div>
452
+ <h3 class="text-2xl font-semibold text-center mb-8">Transforming Workplaces & Communities</h3>
453
+ <div class="bg-white p-8 rounded-lg shadow-md mb-8">
454
+ <div class="flex flex-col md:flex-row items-center">
455
+ <div class="md:w-1/2 mb-6 md:mb-0">
456
+ <h4 class="text-xl font-semibold mb-4">Bringing TM to Organizations</h4>
457
+ <p class="text-gray-700 mb-4">Google, Salesforce, and the NFL offer TM to employees. Taught in 500+ schools and veterans' programs globally.</p>
458
+ <a href="#" class="bg-indigo-600 hover:bg-indigo-700 text-white px-6 py-2 rounded-md font-medium inline-block">Bring TM to Your Organization</a>
459
  </div>
460
+ <div class="md:w-1/2 grid grid-cols-3 gap-4">
461
+ <div class="endorsement-logo flex items-center justify-center p-4 bg-gray-100 rounded-lg">
462
+ <i class="fab fa-google text-3xl text-gray-600"></i>
 
 
 
463
  </div>
464
+ <div class="endorsement-logo flex items-center justify-center p-4 bg-gray-100 rounded-lg">
465
+ <i class="fas fa-cloud text-3xl text-gray-600"></i>
 
 
 
 
 
466
  </div>
467
+ <div class="endorsement-logo flex items-center justify-center p-4 bg-gray-100 rounded-lg">
468
+ <i class="fas fa-football-ball text-3xl text-gray-600"></i>
 
 
 
 
 
469
  </div>
470
  </div>
471
  </div>
 
 
 
 
472
  </div>
473
  </div>
474
  </div>
475
  </section>
476
 
477
+ <!-- User Testimonials -->
478
+ <section class="py-16 bg-indigo-50">
479
  <div class="container mx-auto px-4">
480
+ <h2 class="text-3xl font-bold text-center mb-12">Real People, Real Results</h2>
 
 
 
481
 
482
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-12">
483
+ <div class="bg-white p-6 rounded-lg shadow-sm">
484
  <div class="flex items-center mb-4">
485
+ <img src="https://randomuser.me/api/portraits/women/32.jpg" alt="Sarah" class="w-12 h-12 rounded-full mr-4">
486
+ <div>
487
+ <h3 class="font-semibold">Sarah, Teacher</h3>
488
+ <p class="text-gray-600 text-sm">Practicing TM for 3 months</p>
489
+ </div>
490
+ </div>
491
+ <p class="text-gray-700 italic mb-4">"After 3 months of TM, my anxiety dropped by 50%. I'm more patient with my students and sleep better at night."</p>
492
+ <div class="flex justify-between items-center">
493
+ <div class="text-yellow-400">
494
  <i class="fas fa-star"></i>
495
  <i class="fas fa-star"></i>
496
  <i class="fas fa-star"></i>
497
  <i class="fas fa-star"></i>
498
  <i class="fas fa-star"></i>
499
  </div>
500
+ <span class="text-xs text-gray-500">Posted 2 weeks ago</span>
 
 
 
 
 
 
 
 
501
  </div>
502
  </div>
503
 
504
+ <div class="bg-white p-6 rounded-lg shadow-sm">
505
  <div class="flex items-center mb-4">
506
+ <img src="https://randomuser.me/api/portraits/men/45.jpg" alt="Miguel" class="w-12 h-12 rounded-full mr-4">
507
+ <div>
508
+ <h3 class="font-semibold">Miguel, Army Veteran</h3>
509
+ <p class="text-gray-600 text-sm">Practicing TM for 1 year</p>
510
+ </div>
511
+ </div>
512
+ <p class="text-gray-700 italic mb-4">"No other technique gave me such deep rest. TM has been crucial in managing my PTSD symptoms."</p>
513
+ <div class="flex justify-between items-center">
514
+ <div class="text-yellow-400">
515
  <i class="fas fa-star"></i>
516
  <i class="fas fa-star"></i>
517
  <i class="fas fa-star"></i>
518
  <i class="fas fa-star"></i>
519
+ <i class="fas fa-star-half-alt"></i>
520
  </div>
521
+ <span class="text-xs text-gray-500">Posted 1 month ago</span>
 
 
 
 
 
 
 
 
522
  </div>
523
  </div>
524
 
525
+ <div class="bg-white p-6 rounded-lg shadow-sm">
526
  <div class="flex items-center mb-4">
527
+ <img src="https://randomuser.me/api/portraits/women/68.jpg" alt="Priya" class="w-12 h-12 rounded-full mr-4">
528
+ <div>
529
+ <h3 class="font-semibold">Priya, CEO</h3>
530
+ <p class="text-gray-600 text-sm">Practicing TM for 5 years</p>
531
+ </div>
532
+ </div>
533
+ <p class="text-gray-700 italic mb-4">"Twice-daily TM gives me the clarity to make better decisions and the resilience to handle business challenges."</p>
534
+ <div class="flex justify-between items-center">
535
+ <div class="text-yellow-400">
536
  <i class="fas fa-star"></i>
537
  <i class="fas fa-star"></i>
538
  <i class="fas fa-star"></i>
539
  <i class="fas fa-star"></i>
540
  <i class="fas fa-star"></i>
541
  </div>
542
+ <span class="text-xs text-gray-500">Posted 3 days ago</span>
 
 
 
 
 
 
 
 
543
  </div>
544
  </div>
545
  </div>
546
 
547
+ <div class="text-center">
548
+ <a href="#" class="inline-flex items-center text-indigo-600 hover:text-indigo-800 font-medium">
549
+ Read More Testimonials <i class="fas fa-chevron-right ml-2"></i>
 
550
  </a>
551
  </div>
552
  </div>
553
  </section>
554
 
555
+ <!-- Blog/Resources Preview -->
556
+ <section class="py-16 bg-white">
557
  <div class="container mx-auto px-4">
558
+ <h2 class="text-3xl font-bold text-center mb-12">Explore TM Resources</h2>
559
+
560
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-12">
561
+ <div class="border border-gray-200 rounded-lg overflow-hidden hover:shadow-md transition duration-300">
562
+ <img src="https://images.unsplash.com/photo-1541185934-01b600ea069c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1471&q=80" alt="TM for Veterans" class="w-full h-48 object-cover">
563
+ <div class="p-6">
564
+ <h3 class="text-xl font-semibold mb-2">TM for Veterans: Healing Trauma Naturally</h3>
565
+ <p class="text-gray-600 mb-4">Discover how veterans are finding relief from PTSD through Transcendental Meditation.</p>
566
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">Read Article →</a>
567
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
568
  </div>
569
 
570
+ <div class="border border-gray-200 rounded-lg overflow-hidden hover:shadow-md transition duration-300">
571
+ <img src="https://images.unsplash.com/photo-1499750310107-5fef28a66643?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="TM vs Mindfulness" class="w-full h-48 object-cover">
572
+ <div class="p-6">
573
+ <h3 class="text-xl font-semibold mb-2">TM vs. Mindfulness: Key Differences</h3>
574
+ <p class="text-gray-600 mb-4">Understand how TM compares to other meditation practices and why it's uniquely effective.</p>
575
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">Read Article →</a>
 
 
 
 
 
 
576
  </div>
577
+ </div>
578
+
579
+ <div class="border border-gray-200 rounded-lg overflow-hidden hover:shadow-md transition duration-300">
580
+ <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="CEO's Secret" class="w-full h-48 object-cover">
581
+ <div class="p-6">
582
+ <h3 class="text-xl font-semibold mb-2">A CEO's Secret to Peak Productivity</h3>
583
+ <p class="text-gray-600 mb-4">How top executives use TM to enhance decision-making and reduce burnout.</p>
584
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">Read Article →</a>
585
  </div>
586
  </div>
587
  </div>
588
+
589
+ <div class="text-center">
590
+ <a href="#" class="bg-indigo-600 hover:bg-indigo-700 text-white px-8 py-3 rounded-md font-medium text-lg inline-block transition duration-300">View All Resources</a>
591
+ </div>
592
  </div>
593
  </section>
594
 
595
+ <!-- Counter Section -->
596
+ <section class="py-12 bg-indigo-600 text-white">
597
+ <div class="container mx-auto px-4 text-center">
598
+ <div class="text-4xl font-bold mb-2">10,000,000+</div>
599
+ <p class="text-xl">People worldwide have learned Transcendental Meditation</p>
600
+ </div>
601
+ </section>
602
+
603
+ <!-- Final CTA -->
604
+ <section class="py-16 bg-white">
605
+ <div class="container mx-auto px-4 text-center">
606
+ <h2 class="text-3xl font-bold mb-6">Ready to Transform Your Life?</h2>
607
+ <p class="text-xl text-gray-600 max-w-2xl mx-auto mb-8">Start your journey with Transcendental Meditation today and experience the benefits for yourself.</p>
608
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
609
+ <a href="#" class="bg-indigo-600 hover:bg-indigo-700 text-white px-8 py-3 rounded-md font-medium text-lg transition duration-300">Find a Teacher Near You</a>
610
+ <a href="#" class="bg-white hover:bg-gray-100 text-indigo-600 border border-indigo-600 px-8 py-3 rounded-md font-medium text-lg transition duration-300">Watch Free Intro Video</a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
611
  </div>
612
  </div>
613
  </section>
 
615
  <!-- Footer -->
616
  <footer class="bg-gray-900 text-white pt-16 pb-8">
617
  <div class="container mx-auto px-4">
618
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-12 mb-12">
619
  <div>
620
+ <h3 class="text-xl font-bold mb-4">TM.org</h3>
621
+ <p class="text-gray-400 mb-4">Transcendental Meditation® is a simple, natural technique practiced 20 minutes twice each day while sitting comfortably with the eyes closed.</p>
 
 
622
  <div class="flex space-x-4">
623
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
624
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
625
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a>
626
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-youtube"></i></a>
627
  </div>
628
  </div>
629
 
630
  <div>
631
+ <h3 class="text-lg font-semibold mb-4">Quick Links</h3>
632
+ <ul class="space-y-2">
633
+ <li><a href="#" class="text-gray-400 hover:text-white">Home</a></li>
634
+ <li><a href="#" class="text-gray-400 hover:text-white">What is TM?</a></li>
635
+ <li><a href="#" class="text-gray-400 hover:text-white">Benefits</a></li>
636
+ <li><a href="#" class="text-gray-400 hover:text-white">Research</a></li>
637
+ <li><a href="#" class="text-gray-400 hover:text-white">Find a Teacher</a></li>
638
  </ul>
639
  </div>
640
 
641
  <div>
642
+ <h3 class="text-lg font-semibold mb-4">Resources</h3>
643
+ <ul class="space-y-2">
644
+ <li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li>
645
+ <li><a href="#" class="text-gray-400 hover:text-white">FAQs</a></li>
646
+ <li><a href="#" class="text-gray-400 hover:text-white">Events</a></li>
647
+ <li><a href="#" class="text-gray-400 hover:text-white">Corporate Programs</a></li>
648
+ <li><a href="#" class="text-gray-400 hover:text-white">School Programs</a></li>
649
  </ul>
650
  </div>
651
 
652
  <div>
653
+ <h3 class="text-lg font-semibold mb-4">Newsletter</h3>
654
+ <p class="text-gray-400 mb-4">Subscribe to get tips and updates about TM.</p>
655
+ <form class="flex">
656
+ <input type="email" placeholder="Your email" class="px-4 py-2 rounded-l-md w-full text-gray-800 focus:outline-none">
657
+ <button type="submit" class="bg-indigo-600 hover:bg-indigo-700 px-4 py-2 rounded-r-md">
658
+ <i class="fas fa-paper-plane"></i>
659
+ </button>
660
+ </form>
 
 
 
 
 
 
 
661
  </div>
662
  </div>
663
 
664
+ <div class="border-t border-gray-800 pt-8">
665
+ <div class="flex flex-col md:flex-row justify-between items-center">
666
+ <p class="text-gray-400 mb-4 md:mb-0">© 2023 TM.org. All rights reserved.</p>
667
+ <div class="flex space-x-6">
668
+ <a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a>
669
+ <a href="#" class="text-gray-400 hover:text-white">Terms of Service</a>
670
+ <a href="#" class="text-gray-400 hover:text-white">Contact Us</a>
671
+ </div>
672
  </div>
673
+ <p class="text-gray-500 text-sm mt-4">Transcendental Meditation® and TM® are registered trademarks licensed to Maharishi Foundation USA, a 501(c)(3) non-profit organization.</p>
674
  </div>
675
  </div>
676
  </footer>
677
 
678
+ <!-- Social Proof Popup -->
679
+ <div class="fixed bottom-4 right-4 bg-white shadow-xl rounded-lg p-4 max-w-xs hidden" id="social-proof">
680
+ <div class="flex items-start">
681
+ <img src="https://randomuser.me/api/portraits/women/33.jpg" alt="User" class="w-10 h-10 rounded-full mr-3">
682
+ <div>
683
+ <p class="text-sm font-medium">Sarah from Chicago just signed up for a free intro webinar!</p>
684
+ <p class="text-xs text-gray-500 mt-1">2 minutes ago</p>
685
+ </div>
686
+ <button class="ml-2 text-gray-400 hover:text-gray-600" id="close-popup">
687
+ <i class="fas fa-times"></i>
688
+ </button>
689
+ </div>
690
  </div>
691
 
692
  <script>
693
+ // Mobile menu toggle
694
+ document.getElementById('mobile-menu-button').addEventListener('click', function() {
695
+ const menu = document.getElementById('mobile-menu');
696
+ menu.classList.toggle('hidden');
 
 
 
 
 
 
 
 
 
 
 
 
697
  });
698
+
699
+ // Mobile dropdown toggles
700
+ document.getElementById('learn-tm-toggle').addEventListener('click', function() {
701
+ document.getElementById('learn-tm-dropdown').classList.toggle('hidden');
 
 
 
 
 
 
702
  });
703
+
704
+ document.getElementById('about-us-toggle').addEventListener('click', function() {
705
+ document.getElementById('about-us-dropdown').classList.toggle('hidden');
706
+ });
707
+
708
+ // Close popup
709
+ document.getElementById('close-popup').addEventListener('click', function() {
710
+ document.getElementById('social-proof').classList.add('hidden');
711
+ });
712
+
713
+ // Show social proof popup after delay
714
+ setTimeout(function() {
715
+ document.getElementById('social-proof').classList.remove('hidden');
716
+ }, 5000);
717
+
718
+ // Simple testimonial carousel functionality
719
+ let currentTestimonial = 0;
720
+ const testimonials = [
721
+ {
722
+ quote: "TM gives me an inner stillness I've never experienced before. It's the single most important thing I do for myself.",
723
+ name: "Oprah Winfrey",
724
+ role: "Media Executive"
725
+ },
726
+ {
727
+ quote: "It's the single most effective tool for focus and creativity in my life. I've been practicing for over 20 years.",
728
+ name: "Hugh Jackman",
729
+ role: "Actor"
730
+ },
731
+ {
732
+ quote: "Twice a day, every day—no exceptions. It's like a reset button for your mind and body.",
733
+ name: "Jerry Seinfeld",
734
+ role: "Comedian"
735
+ }
736
+ ];
737
+
738
+ function updateTestimonial() {
739
+ const testimonial = testimonials[currentTestimonial];
740
+ document.querySelector('.testimonial-carousel .quote').textContent = testimonial.quote;
741
+ document.querySelector('.testimonial-carousel .name').textContent = testimonial.name;
742
+ document.querySelector('.testimonial-carousel .role').textContent = testimonial.role;
743
  }
744
+
745
+ // This would be connected to actual carousel buttons in a real implementation
746
  </script>
747
  <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=simondev1/tm" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
748
  </html>