Spaces:
Running
Running
Center it to the middle
Browse files- about.html +3 -2
- index.html +3 -2
about.html
CHANGED
|
@@ -198,8 +198,9 @@
|
|
| 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>
|
| 201 |
-
<div class="
|
| 202 |
-
<
|
|
|
|
| 203 |
<div class="bg-gradient-to-b from-gray-900 to-black p-8 rounded-xl border border-yellow-500 transform hover:scale-105 transition mx-auto">
|
| 204 |
<h3 class="text-2xl font-bold text-center mb-4 text-yellow-500">Amplify Core</h3>
|
| 205 |
<div class="text-center mb-6">
|
|
|
|
| 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>
|
| 201 |
+
<div class="flex justify-center">
|
| 202 |
+
<div class="grid grid-cols-1 gap-8 max-w-4xl">
|
| 203 |
+
<!-- Core Plan -->
|
| 204 |
<div class="bg-gradient-to-b from-gray-900 to-black p-8 rounded-xl border border-yellow-500 transform hover:scale-105 transition mx-auto">
|
| 205 |
<h3 class="text-2xl font-bold text-center mb-4 text-yellow-500">Amplify Core</h3>
|
| 206 |
<div class="text-center mb-6">
|
index.html
CHANGED
|
@@ -374,8 +374,9 @@ Get Started
|
|
| 374 |
<p class="text-xl text-center text-gray-400 mb-16 max-w-2xl mx-auto">
|
| 375 |
Select the level of access that fits your mental training needs. All plans include our VR and AR technology.
|
| 376 |
</p>
|
| 377 |
-
<div class="
|
| 378 |
-
<
|
|
|
|
| 379 |
<div class="bg-gradient-to-b from-gray-900 to-black p-8 rounded-xl border border-yellow-500 transform hover:scale-105 transition mx-auto">
|
| 380 |
<h3 class="text-2xl font-bold text-center mb-4 text-yellow-500">Amplify Core</h3>
|
| 381 |
<div class="text-center mb-6">
|
|
|
|
| 374 |
<p class="text-xl text-center text-gray-400 mb-16 max-w-2xl mx-auto">
|
| 375 |
Select the level of access that fits your mental training needs. All plans include our VR and AR technology.
|
| 376 |
</p>
|
| 377 |
+
<div class="flex justify-center">
|
| 378 |
+
<div class="grid grid-cols-1 gap-8 max-w-4xl">
|
| 379 |
+
<!-- Core Plan -->
|
| 380 |
<div class="bg-gradient-to-b from-gray-900 to-black p-8 rounded-xl border border-yellow-500 transform hover:scale-105 transition mx-auto">
|
| 381 |
<h3 class="text-2xl font-bold text-center mb-4 text-yellow-500">Amplify Core</h3>
|
| 382 |
<div class="text-center mb-6">
|