Spaces:
Running
Running
allow the last edit in the live preview
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -236,7 +236,7 @@
|
|
| 236 |
<button class="bg-[#9b0000] hover:bg-[#7a0000] text-white font-bold px-8 py-4 rounded-lg text-lg transition transform hover:scale-105">
|
| 237 |
Get Started
|
| 238 |
</button>
|
| 239 |
-
<button class="border-2 border-yellow-500 hover:bg-yellow-500 hover:text-black text-white font-bold px-8 py-4 rounded-lg text-lg transition transform hover:scale-105">
|
| 240 |
Watch Demo <i data-feather="play" class="inline ml-2"></i>
|
| 241 |
</button>
|
| 242 |
</div>
|
|
@@ -491,10 +491,10 @@ description: 'Full suite with AI analysis, custom builds, and coaching - cancel
|
|
| 491 |
<p class="text-xl mb-12 max-w-2xl mx-auto text-gray-300">
|
| 492 |
Join thousands of athletes, performers, and professionals who are mastering their minds with our technology.
|
| 493 |
</p>
|
| 494 |
-
<button class="bg-gradient-to-r from-yellow-500 to-[#9b0000] hover:from-yellow-600 hover:to-[#7a0000] text-black font-bold px-10 py-5 rounded-lg text-xl transition transform hover:scale-105 shadow-lg mb-4">
|
| 495 |
Start 7-Day Free Trial
|
| 496 |
</button>
|
| 497 |
-
|
| 498 |
</div>
|
| 499 |
</section>
|
| 500 |
|
|
|
|
| 236 |
<button class="bg-[#9b0000] hover:bg-[#7a0000] text-white font-bold px-8 py-4 rounded-lg text-lg transition transform hover:scale-105">
|
| 237 |
Get Started
|
| 238 |
</button>
|
| 239 |
+
<button onclick="window.open('https://www.youtube.com/watch?v=dQw4w9WgXcQ', '_blank')" class="border-2 border-yellow-500 hover:bg-yellow-500 hover:text-black text-white font-bold px-8 py-4 rounded-lg text-lg transition transform hover:scale-105">
|
| 240 |
Watch Demo <i data-feather="play" class="inline ml-2"></i>
|
| 241 |
</button>
|
| 242 |
</div>
|
|
|
|
| 491 |
<p class="text-xl mb-12 max-w-2xl mx-auto text-gray-300">
|
| 492 |
Join thousands of athletes, performers, and professionals who are mastering their minds with our technology.
|
| 493 |
</p>
|
| 494 |
+
<button onclick="window.location.href='login.html'" class="bg-gradient-to-r from-yellow-500 to-[#9b0000] hover:from-yellow-600 hover:to-[#7a0000] text-black font-bold px-10 py-5 rounded-lg text-xl transition transform hover:scale-105 shadow-lg mb-4">
|
| 495 |
Start 7-Day Free Trial
|
| 496 |
</button>
|
| 497 |
+
<p class="text-sm text-gray-400">No credit card required • Cancel anytime</p>
|
| 498 |
</div>
|
| 499 |
</section>
|
| 500 |
|