Spaces:
Running
Running
Promote version f337706 to main
Browse filesPromoted commit f33770668c52a4a28790f9febb057b51b40b3a35 to main branch
- about.html +15 -15
- events.html +6 -6
- index.html +18 -18
- results.html +4 -4
about.html
CHANGED
|
@@ -94,8 +94,8 @@
|
|
| 94 |
<!-- Core Values -->
|
| 95 |
<div class="py-16">
|
| 96 |
<h2 class="text-4xl font-bold text-center mb-16 font-['Bebas+Neue'] tracking-wider">
|
| 97 |
-
<span class="text-yellow-500">OUR</span> <span class="text-white">CORE</span> <span class="text-
|
| 98 |
-
</h2>
|
| 99 |
|
| 100 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 101 |
<!-- Value 1 -->
|
|
@@ -110,12 +110,12 @@
|
|
| 110 |
</div>
|
| 111 |
|
| 112 |
<!-- Value 2 -->
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
<i data-feather="heart" class="text-black text-2xl"></i>
|
| 116 |
</div>
|
| 117 |
-
<h3 class="text-2xl font-bold text-center mb-4 text-
|
| 118 |
-
<p class="text-gray-300 text-center">
|
| 119 |
We understand our users' challenges and design solutions that truly meet their needs.
|
| 120 |
</p>
|
| 121 |
</div>
|
|
@@ -136,8 +136,8 @@
|
|
| 136 |
<!-- Meet the Team -->
|
| 137 |
<div class="py-16">
|
| 138 |
<h2 class="text-4xl font-bold text-center mb-16 font-['Bebas+Neue'] tracking-wider">
|
| 139 |
-
<span class="text-yellow-500">MEET</span> <span class="text-white">THE</span> <span class="text-
|
| 140 |
-
</h2>
|
| 141 |
|
| 142 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 143 |
<!-- Team Member 1 -->
|
|
@@ -157,13 +157,13 @@
|
|
| 157 |
|
| 158 |
<!-- Team Member 2 -->
|
| 159 |
<div class="group">
|
| 160 |
-
<div class="relative overflow-hidden rounded-lg border-2 border-
|
| 161 |
-
<img src="http://static.photos/people/640x360/102" alt="Sarah Chen" class="w-full h-full object-cover group-hover:scale-105 transition duration-500">
|
| 162 |
<div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-80"></div>
|
| 163 |
<div class="absolute bottom-0 left-0 p-4">
|
| 164 |
<h3 class="text-xl font-bold text-white">Sarah Chen</h3>
|
| 165 |
-
<p class="text-
|
| 166 |
-
</div>
|
| 167 |
</div>
|
| 168 |
<p class="text-gray-300">
|
| 169 |
VR/AR expert with a passion for human-computer interaction, Sarah leads our technical innovation efforts.
|
|
@@ -193,8 +193,8 @@
|
|
| 193 |
<section id="pricing" class="relative z-10 py-20 bg-gradient-to-b from-black to-gray-900">
|
| 194 |
<div class="container mx-auto px-6">
|
| 195 |
<h2 class="text-4xl font-bold text-center mb-6 font-['Bebas+Neue'] tracking-wider">
|
| 196 |
-
<span class="text-yellow-500">CHOOSE</span> <span class="text-white">YOUR</span> <span class="text-
|
| 197 |
-
</h2>
|
| 198 |
<p class="text-xl text-center text-gray-400 mb-16 max-w-2xl mx-auto">
|
| 199 |
Select the level of access that fits your mental training needs. All plans include our VR and AR technology.
|
| 200 |
</p>
|
|
|
|
| 94 |
<!-- Core Values -->
|
| 95 |
<div class="py-16">
|
| 96 |
<h2 class="text-4xl font-bold text-center mb-16 font-['Bebas+Neue'] tracking-wider">
|
| 97 |
+
<span class="text-yellow-500">OUR</span> <span class="text-white">CORE</span> <span class="text-red-500">VALUES</span>
|
| 98 |
+
</h2>
|
| 99 |
|
| 100 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 101 |
<!-- Value 1 -->
|
|
|
|
| 110 |
</div>
|
| 111 |
|
| 112 |
<!-- Value 2 -->
|
| 113 |
+
<div class="bg-gradient-to-br from-black to-gray-900 p-8 rounded-xl border border-red-500 value-card">
|
| 114 |
+
<div class="w-16 h-16 bg-red-500 rounded-full flex items-center justify-center mb-6 mx-auto">
|
| 115 |
+
<i data-feather="heart" class="text-black text-2xl"></i>
|
| 116 |
</div>
|
| 117 |
+
<h3 class="text-2xl font-bold text-center mb-4 text-red-500">Empathy</h3>
|
| 118 |
+
<p class="text-gray-300 text-center">
|
| 119 |
We understand our users' challenges and design solutions that truly meet their needs.
|
| 120 |
</p>
|
| 121 |
</div>
|
|
|
|
| 136 |
<!-- Meet the Team -->
|
| 137 |
<div class="py-16">
|
| 138 |
<h2 class="text-4xl font-bold text-center mb-16 font-['Bebas+Neue'] tracking-wider">
|
| 139 |
+
<span class="text-yellow-500">MEET</span> <span class="text-white">THE</span> <span class="text-red-500">TEAM</span>
|
| 140 |
+
</h2>
|
| 141 |
|
| 142 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 143 |
<!-- Team Member 1 -->
|
|
|
|
| 157 |
|
| 158 |
<!-- Team Member 2 -->
|
| 159 |
<div class="group">
|
| 160 |
+
<div class="relative overflow-hidden rounded-lg border-2 border-red-500 mb-4 h-64">
|
| 161 |
+
<img src="http://static.photos/people/640x360/102" alt="Sarah Chen" class="w-full h-full object-cover group-hover:scale-105 transition duration-500">
|
| 162 |
<div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-80"></div>
|
| 163 |
<div class="absolute bottom-0 left-0 p-4">
|
| 164 |
<h3 class="text-xl font-bold text-white">Sarah Chen</h3>
|
| 165 |
+
<p class="text-red-500">CTO</p>
|
| 166 |
+
</div>
|
| 167 |
</div>
|
| 168 |
<p class="text-gray-300">
|
| 169 |
VR/AR expert with a passion for human-computer interaction, Sarah leads our technical innovation efforts.
|
|
|
|
| 193 |
<section id="pricing" class="relative z-10 py-20 bg-gradient-to-b from-black to-gray-900">
|
| 194 |
<div class="container mx-auto px-6">
|
| 195 |
<h2 class="text-4xl font-bold text-center mb-6 font-['Bebas+Neue'] tracking-wider">
|
| 196 |
+
<span class="text-yellow-500">CHOOSE</span> <span class="text-white">YOUR</span> <span class="text-red-500">PLAN</span>
|
| 197 |
+
</h2>
|
| 198 |
<p class="text-xl text-center text-gray-400 mb-16 max-w-2xl mx-auto">
|
| 199 |
Select the level of access that fits your mental training needs. All plans include our VR and AR technology.
|
| 200 |
</p>
|
events.html
CHANGED
|
@@ -130,17 +130,17 @@ Register Now
|
|
| 130 |
</div>
|
| 131 |
|
| 132 |
<!-- Event 2 -->
|
| 133 |
-
<div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border border-
|
| 134 |
-
<div class="flex justify-between items-start mb-4">
|
| 135 |
-
<span class="bg-
|
| 136 |
-
<span class="text-
|
| 137 |
-
</div>
|
| 138 |
<h4 class="text-xl font-bold mb-2">VR Performance Training</h4>
|
| 139 |
<p class="text-gray-400 mb-4">Discover how VR can enhance your mental preparation and performance.</p>
|
| 140 |
<div class="flex items-center text-gray-300 text-sm mb-4">
|
| 141 |
<i data-feather="clock" class="mr-2 w-4 h-4"></i> 2:00 PM - 3:30 PM
|
| 142 |
</div>
|
| 143 |
-
<button class="w-full bg-gradient-to-r from-
|
| 144 |
Register Now
|
| 145 |
</button>
|
| 146 |
</div>
|
|
|
|
| 130 |
</div>
|
| 131 |
|
| 132 |
<!-- Event 2 -->
|
| 133 |
+
<div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border border-red-500 p-6 transition duration-300 event-card">
|
| 134 |
+
<div class="flex justify-between items-start mb-4">
|
| 135 |
+
<span class="bg-red-500 text-black px-3 py-1 rounded-full text-sm font-bold">WEBINAR</span>
|
| 136 |
+
<span class="text-red-500">MAR 20</span>
|
| 137 |
+
</div>
|
| 138 |
<h4 class="text-xl font-bold mb-2">VR Performance Training</h4>
|
| 139 |
<p class="text-gray-400 mb-4">Discover how VR can enhance your mental preparation and performance.</p>
|
| 140 |
<div class="flex items-center text-gray-300 text-sm mb-4">
|
| 141 |
<i data-feather="clock" class="mr-2 w-4 h-4"></i> 2:00 PM - 3:30 PM
|
| 142 |
</div>
|
| 143 |
+
<button class="w-full bg-gradient-to-r from-red-900 via-red-800 to-red-700 hover:from-red-800 hover:via-red-700 hover:to-red-600 text-white font-bold py-2 rounded-lg transition">
|
| 144 |
Register Now
|
| 145 |
</button>
|
| 146 |
</div>
|
index.html
CHANGED
|
@@ -262,12 +262,12 @@
|
|
| 262 |
</div>
|
| 263 |
|
| 264 |
<!-- Feature 2 -->
|
| 265 |
-
<div class="bg-gradient-to-br from-black to-gray-900 p-8 rounded-xl border border-red-
|
| 266 |
-
<div class="w-16 h-16 bg-red-
|
| 267 |
-
<i data-feather="layers" class="text-black text-2xl"></i>
|
| 268 |
</div>
|
| 269 |
-
<h3 class="text-2xl font-bold text-center mb-4 text-red-
|
| 270 |
-
<p class="text-gray-300 text-center">
|
| 271 |
Augmented reality overlays provide real-time feedback on posture, breathing, and movement during your practice sessions.
|
| 272 |
</p>
|
| 273 |
</div>
|
|
@@ -327,8 +327,8 @@
|
|
| 327 |
</div>
|
| 328 |
</div>
|
| 329 |
<div class="bg-black bg-opacity-70 p-8 rounded-xl border border-gray-800">
|
| 330 |
-
<h3 class="text-2xl font-bold mb-4 text-
|
| 331 |
-
<div class="relative w-full h-64 mb-4 rounded-lg overflow-hidden border-2 border-yellow-500 bg-black">
|
| 332 |
<div id="performance-dashboard" class="w-full h-full flex flex-col justify-center items-center">
|
| 333 |
<div class="flex justify-around w-full mb-8">
|
| 334 |
<div class="text-center">
|
|
@@ -336,8 +336,8 @@
|
|
| 336 |
<div class="text-gray-300">Confidence</div>
|
| 337 |
</div>
|
| 338 |
<div class="text-center">
|
| 339 |
-
|
| 340 |
-
<div class="text-gray-300">Stress</div>
|
| 341 |
</div>
|
| 342 |
<div class="text-center">
|
| 343 |
<div class="text-4xl font-bold text-green-500" id="focus-level">93%</div>
|
|
@@ -362,21 +362,21 @@
|
|
| 362 |
<section id="pricing" class="relative z-10 py-20 bg-gradient-to-b from-black to-gray-900">
|
| 363 |
<div class="container mx-auto px-6">
|
| 364 |
<h2 class="text-4xl font-bold text-center mb-6 font-['Bebas+Neue'] tracking-wider">
|
| 365 |
-
<span class="text-yellow-500">CHOOSE</span> <span class="text-white">YOUR</span> <span class="text-
|
| 366 |
-
</h2>
|
| 367 |
<p class="text-xl text-center text-gray-400 mb-16 max-w-2xl mx-auto">
|
| 368 |
Select the level of access that fits your mental training needs. All plans include our VR and AR technology.
|
| 369 |
</p>
|
| 370 |
<div class="max-w-xl mx-auto">
|
| 371 |
<!-- Subscription Plan -->
|
| 372 |
-
<div class="bg-gradient-to-b from-gray-900 to-black p-8 rounded-xl border border-red-
|
| 373 |
-
<h3 class="text-2xl font-bold text-center mb-4 text-
|
| 374 |
<div class="text-center mb-2">
|
| 375 |
<span class="text-sm font-bold text-green-400">7-DAY FREE TRIAL</span>
|
| 376 |
</div>
|
| 377 |
<div class="text-center mb-6">
|
| 378 |
-
<span class="text-4xl font-bold text-
|
| 379 |
-
<span class="text-gray-400">/month</span>
|
| 380 |
<div class="text-sm text-gray-400">or $700/year (save $80) + add ons</div>
|
| 381 |
</div>
|
| 382 |
<ul class="space-y-3 mb-8">
|
|
@@ -406,7 +406,7 @@
|
|
| 406 |
</li>
|
| 407 |
</ul>
|
| 408 |
<button onclick="addToCart({
|
| 409 |
-
id: 'subscription-plan',
|
| 410 |
name: 'Subscription Plan',
|
| 411 |
price: 60,
|
| 412 |
description: 'Full suite with AI analysis, custom builds, and coaching - cancel anytime'
|
|
@@ -479,8 +479,8 @@ description: 'Full suite with AI analysis, custom builds, and coaching - cancel
|
|
| 479 |
<section class="relative z-10 py-20 bg-gradient-to-r from-black via-gray-900 to-black">
|
| 480 |
<div class="container mx-auto px-6 text-center">
|
| 481 |
<h2 class="text-4xl md:text-5xl font-bold mb-8 font-['Bebas+Neue'] tracking-wider">
|
| 482 |
-
<span class="text-yellow-500">READY</span> <span class="text-white">TO</span> <span class="text-
|
| 483 |
-
</h2>
|
| 484 |
<p class="text-xl mb-12 max-w-2xl mx-auto text-gray-300">
|
| 485 |
Join thousands of athletes, performers, and professionals who are mastering their minds with our technology.
|
| 486 |
</p>
|
|
|
|
| 262 |
</div>
|
| 263 |
|
| 264 |
<!-- Feature 2 -->
|
| 265 |
+
<div class="bg-gradient-to-br from-black to-gray-900 p-8 rounded-xl border border-red-500 transform hover:scale-105 transition">
|
| 266 |
+
<div class="w-16 h-16 bg-red-500 rounded-full flex items-center justify-center mb-6 mx-auto">
|
| 267 |
+
<i data-feather="layers" class="text-black text-2xl"></i>
|
| 268 |
</div>
|
| 269 |
+
<h3 class="text-2xl font-bold text-center mb-4 text-red-500">AR Training</h3>
|
| 270 |
+
<p class="text-gray-300 text-center">
|
| 271 |
Augmented reality overlays provide real-time feedback on posture, breathing, and movement during your practice sessions.
|
| 272 |
</p>
|
| 273 |
</div>
|
|
|
|
| 327 |
</div>
|
| 328 |
</div>
|
| 329 |
<div class="bg-black bg-opacity-70 p-8 rounded-xl border border-gray-800">
|
| 330 |
+
<h3 class="text-2xl font-bold mb-4 text-red-500">Real-Time Performance Dashboard</h3>
|
| 331 |
+
<div class="relative w-full h-64 mb-4 rounded-lg overflow-hidden border-2 border-yellow-500 bg-black">
|
| 332 |
<div id="performance-dashboard" class="w-full h-full flex flex-col justify-center items-center">
|
| 333 |
<div class="flex justify-around w-full mb-8">
|
| 334 |
<div class="text-center">
|
|
|
|
| 336 |
<div class="text-gray-300">Confidence</div>
|
| 337 |
</div>
|
| 338 |
<div class="text-center">
|
| 339 |
+
<div class="text-4xl font-bold text-red-500" id="stress-level">42%</div>
|
| 340 |
+
<div class="text-gray-300">Stress</div>
|
| 341 |
</div>
|
| 342 |
<div class="text-center">
|
| 343 |
<div class="text-4xl font-bold text-green-500" id="focus-level">93%</div>
|
|
|
|
| 362 |
<section id="pricing" class="relative z-10 py-20 bg-gradient-to-b from-black to-gray-900">
|
| 363 |
<div class="container mx-auto px-6">
|
| 364 |
<h2 class="text-4xl font-bold text-center mb-6 font-['Bebas+Neue'] tracking-wider">
|
| 365 |
+
<span class="text-yellow-500">CHOOSE</span> <span class="text-white">YOUR</span> <span class="text-red-500">PLAN</span>
|
| 366 |
+
</h2>
|
| 367 |
<p class="text-xl text-center text-gray-400 mb-16 max-w-2xl mx-auto">
|
| 368 |
Select the level of access that fits your mental training needs. All plans include our VR and AR technology.
|
| 369 |
</p>
|
| 370 |
<div class="max-w-xl mx-auto">
|
| 371 |
<!-- Subscription Plan -->
|
| 372 |
+
<div class="bg-gradient-to-b from-gray-900 to-black p-8 rounded-xl border border-red-500 transform hover:scale-105 transition md:col-span-1">
|
| 373 |
+
<h3 class="text-2xl font-bold text-center mb-4 text-red-500">Subscription Plan</h3>
|
| 374 |
<div class="text-center mb-2">
|
| 375 |
<span class="text-sm font-bold text-green-400">7-DAY FREE TRIAL</span>
|
| 376 |
</div>
|
| 377 |
<div class="text-center mb-6">
|
| 378 |
+
<span class="text-4xl font-bold text-red-500">$60</span>
|
| 379 |
+
<span class="text-gray-400">/month</span>
|
| 380 |
<div class="text-sm text-gray-400">or $700/year (save $80) + add ons</div>
|
| 381 |
</div>
|
| 382 |
<ul class="space-y-3 mb-8">
|
|
|
|
| 406 |
</li>
|
| 407 |
</ul>
|
| 408 |
<button onclick="addToCart({
|
| 409 |
+
id: 'subscription-plan',
|
| 410 |
name: 'Subscription Plan',
|
| 411 |
price: 60,
|
| 412 |
description: 'Full suite with AI analysis, custom builds, and coaching - cancel anytime'
|
|
|
|
| 479 |
<section class="relative z-10 py-20 bg-gradient-to-r from-black via-gray-900 to-black">
|
| 480 |
<div class="container mx-auto px-6 text-center">
|
| 481 |
<h2 class="text-4xl md:text-5xl font-bold mb-8 font-['Bebas+Neue'] tracking-wider">
|
| 482 |
+
<span class="text-yellow-500">READY</span> <span class="text-white">TO</span> <span class="text-red-500">AMPLIFY</span> <span class="text-white">YOUR</span> <span class="text-yellow-500">PERFORMANCE?</span>
|
| 483 |
+
</h2>
|
| 484 |
<p class="text-xl mb-12 max-w-2xl mx-auto text-gray-300">
|
| 485 |
Join thousands of athletes, performers, and professionals who are mastering their minds with our technology.
|
| 486 |
</p>
|
results.html
CHANGED
|
@@ -220,13 +220,13 @@
|
|
| 220 |
<section class="relative z-10 py-20 bg-gradient-to-r from-black via-gray-900 to-black">
|
| 221 |
<div class="container mx-auto px-6 text-center">
|
| 222 |
<h2 class="text-4xl md:text-5xl font-bold mb-8 font-['Bebas+Neue'] tracking-wider">
|
| 223 |
-
<span class="text-yellow-500">READY</span> <span class="text-white">TO</span> <span class="text-
|
| 224 |
-
</h2>
|
| 225 |
<p class="text-xl mb-12 max-w-2xl mx-auto text-gray-300">
|
| 226 |
Join our next competition and test your mental performance against others
|
| 227 |
</p>
|
| 228 |
-
|
| 229 |
-
Join Next Event
|
| 230 |
</button>
|
| 231 |
</div>
|
| 232 |
</section>
|
|
|
|
| 220 |
<section class="relative z-10 py-20 bg-gradient-to-r from-black via-gray-900 to-black">
|
| 221 |
<div class="container mx-auto px-6 text-center">
|
| 222 |
<h2 class="text-4xl md:text-5xl font-bold mb-8 font-['Bebas+Neue'] tracking-wider">
|
| 223 |
+
<span class="text-yellow-500">READY</span> <span class="text-white">TO</span> <span class="text-red-500">COMPETE?</span>
|
| 224 |
+
</h2>
|
| 225 |
<p class="text-xl mb-12 max-w-2xl mx-auto text-gray-300">
|
| 226 |
Join our next competition and test your mental performance against others
|
| 227 |
</p>
|
| 228 |
+
<button class="bg-gradient-to-r from-red-900 via-red-800 to-red-700 hover:from-red-800 hover:via-red-700 hover:to-red-600 text-white font-bold px-10 py-5 rounded-lg text-xl transition transform hover:scale-105 shadow-lg">
|
| 229 |
+
Join Next Event
|
| 230 |
</button>
|
| 231 |
</div>
|
| 232 |
</section>
|