Fazbeeer commited on
Commit
e4f63c5
·
verified ·
1 Parent(s): 53df972

Please change results section into a tesmony section

Browse files
Files changed (1) hide show
  1. results.html +103 -130
results.html CHANGED
@@ -54,161 +54,137 @@
54
  </div>
55
  </div>
56
  </nav>
57
-
58
- <!-- Results Hero Section -->
59
  <section class="relative z-10 hero-gradient py-32">
60
  <div class="container mx-auto px-6 text-center">
61
  <h1 class="text-5xl md:text-7xl font-bold font-['Bebas+Neue'] mb-8 tracking-wider">
62
- <span class="text-yellow-500 glow-text">COMPETITION</span> <span class="text-white">RESULTS</span>
63
  </h1>
64
  <p class="text-xl md:text-2xl max-w-4xl mx-auto text-gray-300">
65
- Latest rankings and performance metrics from our VR mental training competitions
66
  </p>
67
  </div>
68
  </section>
69
 
70
- <!-- Results Section -->
71
  <section class="relative z-10 py-20 bg-black bg-opacity-90">
72
  <div class="container mx-auto px-6">
73
- <!-- Podium -->
74
- <div class="flex justify-center items-end mb-20 h-64">
75
- <!-- 2nd Place -->
76
- <div class="podium-item w-1/4 mx-2 bg-gradient-to-b from-gray-700 to-gray-900 rounded-t-lg border border-yellow-500 flex flex-col items-center" style="height: 180px;">
77
- <div class="bg-gray-800 w-16 h-16 rounded-full flex items-center justify-center -mt-8 border-2 border-yellow-500">
78
- <span class="text-2xl font-bold">2</span>
 
 
 
79
  </div>
80
- <div class="text-center mt-4">
81
- <h3 class="font-bold">Sarah Chen</h3>
82
- <p class="text-yellow-500">Score: 92.4</p>
 
 
 
 
 
 
83
  </div>
84
  </div>
85
-
86
- <!-- 1st Place -->
87
- <div class="podium-item w-1/3 mx-2 bg-gradient-to-b from-yellow-500 to-yellow-700 rounded-t-lg border border-yellow-500 flex flex-col items-center" style="height: 240px;">
88
- <div class="bg-yellow-500 w-20 h-20 rounded-full flex items-center justify-center -mt-10 border-4 border-yellow-700">
89
- <i data-feather="award" class="text-black"></i>
 
 
 
 
90
  </div>
91
- <div class="text-center mt-6">
92
- <h3 class="font-bold text-black">Alex Johnson</h3>
93
- <p class="text-black font-bold">Score: 97.8</p>
 
 
 
 
 
 
94
  </div>
95
  </div>
96
-
97
- <!-- 3rd Place -->
98
- <div class="podium-item w-1/4 mx-2 bg-gradient-to-b from-gray-600 to-gray-800 rounded-t-lg border border-yellow-500 flex flex-col items-center" style="height: 150px;">
99
- <div class="bg-gray-700 w-16 h-16 rounded-full flex items-center justify-center -mt-8 border-2 border-yellow-500">
100
- <span class="text-2xl font-bold">3</span>
 
 
 
 
101
  </div>
102
- <div class="text-center mt-4">
103
- <h3 class="font-bold">Marcus Wright</h3>
104
- <p class="text-yellow-500">Score: 89.5</p>
 
 
 
 
 
 
105
  </div>
106
  </div>
107
  </div>
108
 
109
- <!-- Leaderboard -->
110
  <div class="bg-black bg-opacity-70 rounded-xl border border-yellow-500 p-6 mb-12">
111
  <h2 class="text-3xl font-bold mb-6 font-['Bebas+Neue'] tracking-wider">
112
- <span class="text-yellow-500">FULL</span> <span class="text-white">LEADERBOARD</span>
113
  </h2>
114
 
115
- <div class="overflow-x-auto">
116
- <table class="w-full">
117
- <thead>
118
- <tr class="border-b border-yellow-500">
119
- <th class="text-left py-4 px-2">Rank</th>
120
- <th class="text-left py-4 px-2">Competitor</th>
121
- <th class="text-left py-4 px-2">Score</th>
122
- <th class="text-left py-4 px-2">Focus</th>
123
- <th class="text-left py-4 px-2">Composure</th>
124
- <th class="text-left py-4 px-2">Reaction</th>
125
- </tr>
126
- </thead>
127
- <tbody>
128
- <tr class="border-b border-gray-800 hover:bg-gray-900">
129
- <td class="py-4 px-2">1</td>
130
- <td class="py-4 px-2 font-bold">Alex Johnson</td>
131
- <td class="py-4 px-2 text-yellow-500 font-bold">97.8</td>
132
- <td class="py-4 px-2">98%</td>
133
- <td class="py-4 px-2">96%</td>
134
- <td class="py-4 px-2">99%</td>
135
- </tr>
136
- <tr class="border-b border-gray-800 hover:bg-gray-900">
137
- <td class="py-4 px-2">2</td>
138
- <td class="py-4 px-2 font-bold">Sarah Chen</td>
139
- <td class="py-4 px-2 text-yellow-500 font-bold">92.4</td>
140
- <td class="py-4 px-2">94%</td>
141
- <td class="py-4 px-2">90%</td>
142
- <td class="py-4 px-2">93%</td>
143
- </tr>
144
- <tr class="border-b border-gray-800 hover:bg-gray-900">
145
- <td class="py-4 px-2">3</td>
146
- <td class="py-4 px-2 font-bold">Marcus Wright</td>
147
- <td class="py-4 px-2 text-yellow-500 font-bold">89.5</td>
148
- <td class="py-4 px-2">88%</td>
149
- <td class="py-4 px-2">91%</td>
150
- <td class="py-4 px-2">89%</td>
151
- </tr>
152
- <tr class="border-b border-gray-800 hover:bg-gray-900">
153
- <td class="py-4 px-2">4</td>
154
- <td class="py-4 px-2">Jamie Lee</td>
155
- <td class="py-4 px-2">87.2</td>
156
- <td class="py-4 px-2">85%</td>
157
- <td class="py-4 px-2">89%</td>
158
- <td class="py-4 px-2">87%</td>
159
- </tr>
160
- <tr class="border-b border-gray-800 hover:bg-gray-900">
161
- <td class="py-4 px-2">5</td>
162
- <td class="py-4 px-2">Taylor Smith</td>
163
- <td class="py-4 px-2">84.6</td>
164
- <td class="py-4 px-2">83%</td>
165
- <td class="py-4 px-2">85%</td>
166
- <td class="py-4 px-2">86%</td>
167
- </tr>
168
- </tbody>
169
- </table>
170
- </div>
171
- </div>
172
-
173
- <!-- Competition Selector -->
174
- <div class="bg-black bg-opacity-70 rounded-xl border border-yellow-500 p-6 mb-12">
175
- <h2 class="text-3xl font-bold mb-6 font-['Bebas+Neue'] tracking-wider">
176
- <span class="text-yellow-500">PAST</span> <span class="text-white">COMPETITIONS</span>
177
- </h2>
178
- <div class="grid grid-cols-1 md:grid-cols-3 gap-4">
179
- <div class="bg-gray-900 hover:bg-gray-800 rounded-lg border border-gray-800 p-4 transition cursor-pointer h-full">
180
- <h3 class="font-bold text-yellow-500">March 2025</h3>
181
- <p class="text-gray-300 text-sm">VR Focus Challenge</p>
182
- </div>
183
- <div class="bg-gray-900 hover:bg-gray-800 rounded-lg border border-gray-800 p-4 transition cursor-pointer h-full">
184
- <h3 class="font-bold">February 2025</h3>
185
- <p class="text-gray-300 text-sm">Pressure Simulation</p>
186
  </div>
187
- <div class="bg-gray-900 hover:bg-gray-800 rounded-lg border border-gray-800 p-4 transition cursor-pointer h-full">
188
- <h3 class="font-bold">January 2025</h3>
189
- <p class="text-gray-300 text-sm">Mindset Marathon</p>
 
 
 
 
 
 
 
 
190
  </div>
191
- </div>
192
  </div>
193
 
194
- <!-- Competition Stats -->
195
  <div class="bg-black bg-opacity-70 rounded-xl border border-yellow-500 p-6">
196
  <h2 class="text-3xl font-bold mb-6 font-['Bebas+Neue'] tracking-wider">
197
- <span class="text-yellow-500">PERFORMANCE</span> <span class="text-white">STATS</span>
198
  </h2>
199
 
200
  <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
201
  <div class="text-center">
202
- <div class="text-5xl font-bold text-yellow-500 mb-2">97.8</div>
203
- <div class="text-gray-300">Highest Score</div>
204
  </div>
205
  <div class="text-center">
206
- <div class="text-5xl font-bold text-yellow-500 mb-2">84.2</div>
207
- <div class="text-gray-300">Average Score</div>
208
  </div>
209
  <div class="text-center">
210
- <div class="text-5xl font-bold text-yellow-500 mb-2">25</div>
211
- <div class="text-gray-300">Participants</div>
212
  </div>
213
  </div>
214
  </div>
@@ -219,18 +195,17 @@
219
  <section class="relative z-10 py-20 bg-gradient-to-r from-black via-gray-900 to-black">
220
  <div class="container mx-auto px-6 text-center">
221
  <h2 class="text-4xl md:text-5xl font-bold mb-8 font-['Bebas+Neue'] tracking-wider">
222
- <span class="text-yellow-500">READY</span> <span class="text-white">TO</span> <span class="text-red-500">COMPETE?</span>
223
  </h2>
224
  <p class="text-xl mb-12 max-w-2xl mx-auto text-gray-300">
225
- Join our next competition and test your mental performance against others
226
  </p>
227
- <button class="bg-[#9b0000] hover:bg-[#7a0000] text-white font-bold px-10 py-5 rounded-lg text-xl transition transform hover:scale-105 shadow-lg">
228
- Join Next Event
229
- </button>
230
- </div>
231
  </section>
232
-
233
- <!-- Footer -->
234
  <footer class="relative z-10 bg-black bg-opacity-90 border-t border-gray-800 py-12">
235
  <div class="container mx-auto px-6">
236
  <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
@@ -257,17 +232,15 @@ Join Next Event
257
  </a>
258
  </div>
259
  </div>
260
-
261
  <div>
262
- <h3 class="text-lg font-bold text-white mb-4">Competitions</h3>
263
  <ul class="space-y-2">
264
- <li><a href="results.html" class="text-yellow-500 hover:text-yellow-400 transition">Current Results</a></li>
265
- <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Upcoming Events</a></li>
266
- <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Past Winners</a></li>
267
  </ul>
268
  </div>
269
-
270
- <div>
271
  <h3 class="text-lg font-bold text-white mb-4">Company</h3>
272
  <ul class="space-y-2">
273
  <li><a href="about.html" class="text-gray-400 hover:text-yellow-500 transition">About Us</a></li>
 
54
  </div>
55
  </div>
56
  </nav>
57
+ <!-- Testimonials Hero Section -->
 
58
  <section class="relative z-10 hero-gradient py-32">
59
  <div class="container mx-auto px-6 text-center">
60
  <h1 class="text-5xl md:text-7xl font-bold font-['Bebas+Neue'] mb-8 tracking-wider">
61
+ <span class="text-yellow-500 glow-text">SUCCESS</span> <span class="text-white">STORIES</span>
62
  </h1>
63
  <p class="text-xl md:text-2xl max-w-4xl mx-auto text-gray-300">
64
+ Hear from athletes and professionals who transformed their performance with Amplify
65
  </p>
66
  </div>
67
  </section>
68
 
69
+ <!-- Testimonials Section -->
70
  <section class="relative z-10 py-20 bg-black bg-opacity-90">
71
  <div class="container mx-auto px-6">
72
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-16">
73
+ <!-- Testimonial 1 -->
74
+ <div class="bg-gradient-to-br from-black to-gray-900 p-8 rounded-xl border border-yellow-500 transform hover:scale-105 transition">
75
+ <div class="flex items-center mb-6">
76
+ <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">
77
+ <div>
78
+ <h3 class="text-xl font-bold">Alex Johnson</h3>
79
+ <p class="text-yellow-500">Professional Athlete</p>
80
+ </div>
81
  </div>
82
+ <p class="text-gray-300 mb-6">
83
+ "Amplify's VR training helped me overcome performance anxiety. I went from choking under pressure to winning my first championship!"
84
+ </p>
85
+ <div class="flex">
86
+ <i data-feather="star" class="text-yellow-500 mr-1"></i>
87
+ <i data-feather="star" class="text-yellow-500 mr-1"></i>
88
+ <i data-feather="star" class="text-yellow-500 mr-1"></i>
89
+ <i data-feather="star" class="text-yellow-500 mr-1"></i>
90
+ <i data-feather="star" class="text-yellow-500"></i>
91
  </div>
92
  </div>
93
+
94
+ <!-- Testimonial 2 -->
95
+ <div class="bg-gradient-to-br from-black to-gray-900 p-8 rounded-xl border border-yellow-500 transform hover:scale-105 transition">
96
+ <div class="flex items-center mb-6">
97
+ <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">
98
+ <div>
99
+ <h3 class="text-xl font-bold">Sarah Chen</h3>
100
+ <p class="text-yellow-500">Executive</p>
101
+ </div>
102
  </div>
103
+ <p class="text-gray-300 mb-6">
104
+ "The AR coaching completely transformed my public speaking. I went from dreading presentations to being invited to keynote at major conferences."
105
+ </p>
106
+ <div class="flex">
107
+ <i data-feather="star" class="text-yellow-500 mr-1"></i>
108
+ <i data-feather="star" class="text-yellow-500 mr-1"></i>
109
+ <i data-feather="star" class="text-yellow-500 mr-1"></i>
110
+ <i data-feather="star" class="text-yellow-500 mr-1"></i>
111
+ <i data-feather="star" class="text-yellow-500"></i>
112
  </div>
113
  </div>
114
+
115
+ <!-- Testimonial 3 -->
116
+ <div class="bg-gradient-to-br from-black to-gray-900 p-8 rounded-xl border border-yellow-500 transform hover:scale-105 transition">
117
+ <div class="flex items-center mb-6">
118
+ <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">
119
+ <div>
120
+ <h3 class="text-xl font-bold">Marcus Wright</h3>
121
+ <p class="text-yellow-500">Surgeon</p>
122
+ </div>
123
  </div>
124
+ <p class="text-gray-300 mb-6">
125
+ "The biofeedback training helped me maintain focus during long surgeries. My precision and stamina have improved dramatically."
126
+ </p>
127
+ <div class="flex">
128
+ <i data-feather="star" class="text-yellow-500 mr-1"></i>
129
+ <i data-feather="star" class="text-yellow-500 mr-1"></i>
130
+ <i data-feather="star" class="text-yellow-500 mr-1"></i>
131
+ <i data-feather="star" class="text-yellow-500 mr-1"></i>
132
+ <i data-feather="star" class="text-yellow-500"></i>
133
  </div>
134
  </div>
135
  </div>
136
 
137
+ <!-- Video Testimonials -->
138
  <div class="bg-black bg-opacity-70 rounded-xl border border-yellow-500 p-6 mb-12">
139
  <h2 class="text-3xl font-bold mb-6 font-['Bebas+Neue'] tracking-wider">
140
+ <span class="text-yellow-500">IN</span> <span class="text-white">THEIR</span> <span class="text-red-500">WORDS</span>
141
  </h2>
142
 
143
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
144
+ <div class="relative overflow-hidden rounded-lg border-2 border-yellow-500">
145
+ <img src="http://static.photos/people/640x360/4" alt="Testimonial thumbnail" class="w-full h-full object-cover">
146
+ <div class="absolute inset-0 bg-black bg-opacity-40 flex items-center justify-center">
147
+ <button class="bg-yellow-500 hover:bg-yellow-600 text-black rounded-full p-4">
148
+ <i data-feather="play" class="w-8 h-8"></i>
149
+ </button>
150
+ </div>
151
+ <div class="absolute bottom-0 left-0 p-4">
152
+ <h3 class="font-bold text-white">Alex's Championship Journey</h3>
153
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
  </div>
155
+
156
+ <div class="relative overflow-hidden rounded-lg border-2 border-yellow-500">
157
+ <img src="http://static.photos/office/640x360/5" alt="Testimonial thumbnail" class="w-full h-full object-cover">
158
+ <div class="absolute inset-0 bg-black bg-opacity-40 flex items-center justify-center">
159
+ <button class="bg-yellow-500 hover:bg-yellow-600 text-black rounded-full p-4">
160
+ <i data-feather="play" class="w-8 h-8"></i>
161
+ </button>
162
+ </div>
163
+ <div class="absolute bottom-0 left-0 p-4">
164
+ <h3 class="font-bold text-white">Sarah's Public Speaking Breakthrough</h3>
165
+ </div>
166
  </div>
167
+ </div>
168
  </div>
169
 
170
+ <!-- Results Stats -->
171
  <div class="bg-black bg-opacity-70 rounded-xl border border-yellow-500 p-6">
172
  <h2 class="text-3xl font-bold mb-6 font-['Bebas+Neue'] tracking-wider">
173
+ <span class="text-yellow-500">PROVEN</span> <span class="text-white">RESULTS</span>
174
  </h2>
175
 
176
  <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
177
  <div class="text-center">
178
+ <div class="text-5xl font-bold text-yellow-500 mb-2">92%</div>
179
+ <div class="text-gray-300">Reported performance improvement</div>
180
  </div>
181
  <div class="text-center">
182
+ <div class="text-5xl font-bold text-yellow-500 mb-2">4.9/5</div>
183
+ <div class="text-gray-300">Average user rating</div>
184
  </div>
185
  <div class="text-center">
186
+ <div class="text-5xl font-bold text-yellow-500 mb-2">10K+</div>
187
+ <div class="text-gray-300">Lives transformed</div>
188
  </div>
189
  </div>
190
  </div>
 
195
  <section class="relative z-10 py-20 bg-gradient-to-r from-black via-gray-900 to-black">
196
  <div class="container mx-auto px-6 text-center">
197
  <h2 class="text-4xl md:text-5xl font-bold mb-8 font-['Bebas+Neue'] tracking-wider">
198
+ <span class="text-yellow-500">READY</span> <span class="text-white">TO</span> <span class="text-red-500">TRANSFORM</span>
199
  </h2>
200
  <p class="text-xl mb-12 max-w-2xl mx-auto text-gray-300">
201
+ Join thousands who have elevated their performance with our mental training system
202
  </p>
203
+ <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">
204
+ Start Free Trial
205
+ </a>
206
+ </div>
207
  </section>
208
+ <!-- Footer -->
 
209
  <footer class="relative z-10 bg-black bg-opacity-90 border-t border-gray-800 py-12">
210
  <div class="container mx-auto px-6">
211
  <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
 
232
  </a>
233
  </div>
234
  </div>
 
235
  <div>
236
+ <h3 class="text-lg font-bold text-white mb-4">Success Stories</h3>
237
  <ul class="space-y-2">
238
+ <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Athletes</a></li>
239
+ <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Professionals</a></li>
240
+ <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Students</a></li>
241
  </ul>
242
  </div>
243
+ <div>
 
244
  <h3 class="text-lg font-bold text-white mb-4">Company</h3>
245
  <ul class="space-y-2">
246
  <li><a href="about.html" class="text-gray-400 hover:text-yellow-500 transition">About Us</a></li>