Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Competition Results - Amplify</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script> | |
| <style> | |
| @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700&display=swap'); | |
| .hero-gradient { | |
| background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #3a0000 100%); | |
| } | |
| .glow-text { | |
| text-shadow: 0 0 10px rgba(212, 175, 55, 0.7); | |
| } | |
| .podium-item { | |
| transition: all 0.3s ease; | |
| } | |
| .podium-item:hover { | |
| transform: translateY(-5px); | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-black text-white font-['Montserrat']"> | |
| <!-- Vanta.js Background --> | |
| <div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div> | |
| <!-- Navigation --> | |
| <nav class="relative z-10 bg-black bg-opacity-80 border-b border-gold-500"> | |
| <div class="container mx-auto px-6 py-4"> | |
| <div class="flex justify-between items-center"> | |
| <div class="flex items-center space-x-2"> | |
| <i data-feather="zap" class="text-yellow-500"></i> | |
| <span class="text-2xl font-bold font-['Bebas+Neue'] tracking-wider text-yellow-500">AMPLIFY</span> | |
| </div> | |
| <div class="hidden md:flex items-center space-x-8"> | |
| <a href="index.html" class="text-white hover:text-yellow-500 transition">Home</a> | |
| <a href="index.html#features" class="text-white hover:text-yellow-500 transition">Features</a> | |
| <a href="index.html#pricing" class="text-white hover:text-yellow-500 transition">Pricing</a> | |
| <a href="about.html" class="text-white hover:text-yellow-500 transition">About</a> | |
| <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a> | |
| <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a> | |
| <a href="results.html" class="text-yellow-500 hover:text-yellow-400 transition">Results</a> | |
| </div> | |
| <div class="flex items-center space-x-4"> | |
| <a href="login.html" class="bg-yellow-500 hover:bg-yellow-600 text-black font-bold px-4 py-2 rounded-lg transition flex items-center"> | |
| <i data-feather="user" class="mr-2"></i> Login | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Testimonials Hero Section --> | |
| <section class="relative z-10 hero-gradient py-32"> | |
| <div class="container mx-auto px-6 text-center"> | |
| <h1 class="text-5xl md:text-7xl font-bold font-['Bebas+Neue'] mb-8 tracking-wider"> | |
| <span class="text-yellow-500 glow-text">SUCCESS</span> <span class="text-white">STORIES</span> | |
| </h1> | |
| <p class="text-xl md:text-2xl max-w-4xl mx-auto text-gray-300"> | |
| Hear from athletes and professionals who transformed their performance with Amplify | |
| </p> | |
| </div> | |
| </section> | |
| <!-- Testimonials Section --> | |
| <section class="relative z-10 py-20 bg-black bg-opacity-90"> | |
| <div class="container mx-auto px-6"> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-16"> | |
| <!-- Testimonial 1 --> | |
| <div class="bg-gradient-to-br from-black to-gray-900 p-8 rounded-xl border border-yellow-500 transform hover:scale-105 transition"> | |
| <div class="flex items-center mb-6"> | |
| <img src="http://static.photos/sport/200x200/1" alt="Alex Johnson" class="w-16 h-16 rounded-full border-2 border-yellow-500 mr-4"> | |
| <div> | |
| <h3 class="text-xl font-bold">Alex Johnson</h3> | |
| <p class="text-yellow-500">Professional Athlete</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300 mb-6"> | |
| "Amplify's VR training helped me overcome performance anxiety. I went from choking under pressure to winning my first championship!" | |
| </p> | |
| <div class="flex"> | |
| <i data-feather="star" class="text-yellow-500 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-500 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-500 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-500 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-500"></i> | |
| </div> | |
| </div> | |
| <!-- Testimonial 2 --> | |
| <div class="bg-gradient-to-br from-black to-gray-900 p-8 rounded-xl border border-yellow-500 transform hover:scale-105 transition"> | |
| <div class="flex items-center mb-6"> | |
| <img src="http://static.photos/office/200x200/2" alt="Sarah Chen" class="w-16 h-16 rounded-full border-2 border-yellow-500 mr-4"> | |
| <div> | |
| <h3 class="text-xl font-bold">Sarah Chen</h3> | |
| <p class="text-yellow-500">Executive</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300 mb-6"> | |
| "The AR coaching completely transformed my public speaking. I went from dreading presentations to being invited to keynote at major conferences." | |
| </p> | |
| <div class="flex"> | |
| <i data-feather="star" class="text-yellow-500 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-500 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-500 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-500 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-500"></i> | |
| </div> | |
| </div> | |
| <!-- Testimonial 3 --> | |
| <div class="bg-gradient-to-br from-black to-gray-900 p-8 rounded-xl border border-yellow-500 transform hover:scale-105 transition"> | |
| <div class="flex items-center mb-6"> | |
| <img src="http://static.photos/people/200x200/3" alt="Marcus Wright" class="w-16 h-16 rounded-full border-2 border-yellow-500 mr-4"> | |
| <div> | |
| <h3 class="text-xl font-bold">Marcus Wright</h3> | |
| <p class="text-yellow-500">Surgeon</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300 mb-6"> | |
| "The biofeedback training helped me maintain focus during long surgeries. My precision and stamina have improved dramatically." | |
| </p> | |
| <div class="flex"> | |
| <i data-feather="star" class="text-yellow-500 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-500 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-500 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-500 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-500"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Video Testimonials --> | |
| <div class="bg-black bg-opacity-70 rounded-xl border border-yellow-500 p-6 mb-12"> | |
| <h2 class="text-3xl font-bold mb-6 font-['Bebas+Neue'] tracking-wider"> | |
| <span class="text-yellow-500">IN</span> <span class="text-white">THEIR</span> <span class="text-red-500">WORDS</span> | |
| </h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-8"> | |
| <div class="relative overflow-hidden rounded-lg border-2 border-yellow-500"> | |
| <img src="http://static.photos/people/640x360/4" alt="Testimonial thumbnail" class="w-full h-full object-cover"> | |
| <div class="absolute inset-0 bg-black bg-opacity-40 flex items-center justify-center"> | |
| <button class="bg-yellow-500 hover:bg-yellow-600 text-black rounded-full p-4"> | |
| <i data-feather="play" class="w-8 h-8"></i> | |
| </button> | |
| </div> | |
| <div class="absolute bottom-0 left-0 p-4"> | |
| <h3 class="font-bold text-white">Alex's Championship Journey</h3> | |
| </div> | |
| </div> | |
| <div class="relative overflow-hidden rounded-lg border-2 border-yellow-500"> | |
| <img src="http://static.photos/office/640x360/5" alt="Testimonial thumbnail" class="w-full h-full object-cover"> | |
| <div class="absolute inset-0 bg-black bg-opacity-40 flex items-center justify-center"> | |
| <button class="bg-yellow-500 hover:bg-yellow-600 text-black rounded-full p-4"> | |
| <i data-feather="play" class="w-8 h-8"></i> | |
| </button> | |
| </div> | |
| <div class="absolute bottom-0 left-0 p-4"> | |
| <h3 class="font-bold text-white">Sarah's Public Speaking Breakthrough</h3> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Results Stats --> | |
| <div class="bg-black bg-opacity-70 rounded-xl border border-yellow-500 p-6"> | |
| <h2 class="text-3xl font-bold mb-6 font-['Bebas+Neue'] tracking-wider"> | |
| <span class="text-yellow-500">PROVEN</span> <span class="text-white">RESULTS</span> | |
| </h2> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <div class="text-center"> | |
| <div class="text-5xl font-bold text-yellow-500 mb-2">92%</div> | |
| <div class="text-gray-300">Reported performance improvement</div> | |
| </div> | |
| <div class="text-center"> | |
| <div class="text-5xl font-bold text-yellow-500 mb-2">4.9/5</div> | |
| <div class="text-gray-300">Average user rating</div> | |
| </div> | |
| <div class="text-center"> | |
| <div class="text-5xl font-bold text-yellow-500 mb-2">10K+</div> | |
| <div class="text-gray-300">Lives transformed</div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="relative z-10 py-20 bg-gradient-to-r from-black via-gray-900 to-black"> | |
| <div class="container mx-auto px-6 text-center"> | |
| <h2 class="text-4xl md:text-5xl font-bold mb-8 font-['Bebas+Neue'] tracking-wider"> | |
| <span class="text-yellow-500">READY</span> <span class="text-white">TO</span> <span class="text-red-500">TRANSFORM</span> | |
| </h2> | |
| <p class="text-xl mb-12 max-w-2xl mx-auto text-gray-300"> | |
| Join thousands who have elevated their performance with our mental training system | |
| </p> | |
| <a href="https://portal.veinternational.org/buybuttons/us0110243/btn/free-trial-2/" 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 inline-block"> | |
| Start Free Trial | |
| </a> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="relative z-10 bg-black bg-opacity-90 border-t border-gray-800 py-12"> | |
| <div class="container mx-auto px-6"> | |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> | |
| <div> | |
| <div class="flex items-center space-x-2 mb-4"> | |
| <i data-feather="zap" class="text-yellow-500"></i> | |
| <span class="text-2xl font-bold font-['Bebas+Neue'] tracking-wider text-yellow-500">AMPLIFY</span> | |
| </div> | |
| <p class="text-gray-400 mb-4"> | |
| Mental performance technology for champions in sports, business, and life. | |
| </p> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-gray-400 hover:text-yellow-500 transition"> | |
| <i data-feather="facebook"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-yellow-500 transition"> | |
| <i data-feather="twitter"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-yellow-500 transition"> | |
| <i data-feather="instagram"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-yellow-500 transition"> | |
| <i data-feather="linkedin"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold text-white mb-4">Success Stories</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Athletes</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Professionals</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Students</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold text-white mb-4">Company</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="about.html" class="text-gray-400 hover:text-yellow-500 transition">About Us</a></li> | |
| <li><a href="currency.html" class="text-gray-400 hover:text-yellow-500 transition">Currency</a></li> | |
| <li><a href="events.html" class="text-gray-400 hover:text-yellow-500 transition">Events</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold text-white mb-4">Resources</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Training Tips</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Performance Metrics</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Help Center</a></li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center"> | |
| <p class="text-gray-500 mb-4 md:mb-0"> | |
| © 2025 Amplify Technologies. All rights reserved. | |
| </p> | |
| <div class="flex space-x-6"> | |
| <a href="#" class="text-gray-500 hover:text-yellow-500 transition">Privacy Policy</a> | |
| <a href="#" class="text-gray-500 hover:text-yellow-500 transition">Terms of Service</a> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Initialize Vanta.js background | |
| VANTA.GLOBE({ | |
| el: "#vanta-bg", | |
| mouseControls: true, | |
| touchControls: true, | |
| gyroControls: false, | |
| minHeight: 200.00, | |
| minWidth: 200.00, | |
| scale: 1.00, | |
| scaleMobile: 1.00, | |
| color: 0xb8860b, | |
| backgroundColor: 0x0, | |
| size: 0.8 | |
| }); | |
| // Feather icons | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> |