hayatiali commited on
Commit
d75701b
·
verified ·
1 Parent(s): 138b280

genel sunumda eksiklikler ve tutarsızlıklar var kartlar beyaz kalmış

Browse files
Files changed (1) hide show
  1. index.html +39 -41
index.html CHANGED
@@ -171,32 +171,32 @@
171
  <section id="solutions" class="py-20 tech-grid">
172
  <div class="container mx-auto px-6">
173
  <div class="text-center mb-16">
174
- <h2 class="text-4xl lg:text-5xl font-bold mb-6">AI-Powered Speech Solutions</h2>
175
- <p class="text-xl text-gray-600 max-w-2xl mx-auto">
176
  Cutting-edge technology that transforms how humans interact with machines
177
  </p>
178
  </div>
179
 
180
  <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
181
  <!-- Feature 1 -->
182
- <div class="bg-white rounded-2xl p-8 shadow-xl hover:shadow-2xl transition-all duration-300">
183
  <div class="w-16 h-16 bg-gradient-to-r from-primary to-accent rounded-xl flex items-center justify-center mb-6">
184
  <i data-feather="message-square" class="text-white w-8 h-8"></i>
185
  </div>
186
- <h3 class="text-2xl font-bold mb-4">Advanced LLM</h3>
187
- <p class="text-gray-600 mb-6">
188
  Context-aware language models that understand nuance, emotion, and complex instructions with unprecedented accuracy.
189
  </p>
190
  <ul class="space-y-2">
191
- <li class="flex items-center">
192
  <i data-feather="check" class="text-secondary mr-2 w-5 h-5"></i>
193
  <span>Multi-language support</span>
194
  </li>
195
- <li class="flex items-center">
196
  <i data-feather="check" class="text-secondary mr-2 w-5 h-5"></i>
197
  <span>Emotional intelligence</span>
198
  </li>
199
- <li class="flex items-center">
200
  <i data-feather="check" class="text-secondary mr-2 w-5 h-5"></i>
201
  <span>Context retention</span>
202
  </li>
@@ -204,24 +204,24 @@
204
  </div>
205
 
206
  <!-- Feature 2 -->
207
- <div class="bg-white rounded-2xl p-8 shadow-xl hover:shadow-2xl transition-all duration-300">
208
  <div class="w-16 h-16 bg-gradient-to-r from-secondary to-primary rounded-xl flex items-center justify-center mb-6">
209
  <i data-feather="mic" class="text-white w-8 h-8"></i>
210
  </div>
211
- <h3 class="text-2xl font-bold mb-4">Speech-to-Text</h3>
212
- <p class="text-gray-600 mb-6">
213
  Real-time transcription with industry-leading accuracy, even in noisy environments and multiple speakers.
214
  </p>
215
  <ul class="space-y-2">
216
- <li class="flex items-center">
217
  <i data-feather="check" class="text-secondary mr-2 w-5 h-5"></i>
218
  <span>Real-time processing</span>
219
  </li>
220
- <li class="flex items-center">
221
  <i data-feather="check" class="text-secondary mr-2 w-5 h-5"></i>
222
  <span>Speaker diarization</span>
223
  </li>
224
- <li class="flex items-center">
225
  <i data-feather="check" class="text-secondary mr-2 w-5 h-5"></i>
226
  <span>Noise cancellation</span>
227
  </li>
@@ -229,24 +229,24 @@
229
  </div>
230
 
231
  <!-- Feature 3 -->
232
- <div class="bg-white rounded-2xl p-8 shadow-xl hover:shadow-2xl transition-all duration-300">
233
  <div class="w-16 h-16 bg-gradient-to-r from-accent to-secondary rounded-xl flex items-center justify-center mb-6">
234
  <i data-feather="volume-2" class="text-white w-8 h-8"></i>
235
  </div>
236
- <h3 class="text-2xl font-bold mb-4">Text-to-Speech</h3>
237
- <p class="text-gray-600 mb-6">
238
  Natural-sounding voice synthesis with emotional expression and custom voice cloning capabilities.
239
  </p>
240
  <ul class="space-y-2">
241
- <li class="flex items-center">
242
  <i data-feather="check" class="text-secondary mr-2 w-5 h-5"></i>
243
  <span>Emotional voice modulation</span>
244
  </li>
245
- <li class="flex items-center">
246
  <i data-feather="check" class="text-secondary mr-2 w-5 h-5"></i>
247
  <span>Voice cloning</span>
248
  </li>
249
- <li class="flex items-center">
250
  <i data-feather="check" class="text-secondary mr-2 w-5 h-5"></i>
251
  <span>Multiple languages & accents</span>
252
  </li>
@@ -255,39 +255,38 @@
255
  </div>
256
  </div>
257
  </section>
258
-
259
  <!-- Technology Section -->
260
- <section id="technology" class="py-20 bg-gray-50">
261
  <div class="container mx-auto px-6">
262
  <div class="flex flex-col lg:flex-row items-center justify-between">
263
  <div class="lg:w-1/2 mb-12 lg:mb-0">
264
  <div class="relative">
265
  <div class="absolute -top-10 -left-10 w-64 h-64 bg-primary/10 rounded-full blur-3xl"></div>
266
- <div class="relative bg-white rounded-2xl p-8 shadow-xl">
267
  <div class="grid grid-cols-2 gap-6">
268
- <div class="text-center p-6 bg-gray-50 rounded-xl">
269
  <div class="text-3xl font-bold text-primary mb-2">99.7%</div>
270
- <div class="text-gray-600">Speech Accuracy</div>
271
  </div>
272
- <div class="text-center p-6 bg-gray-50 rounded-xl">
273
  <div class="text-3xl font-bold text-secondary mb-2">50ms</div>
274
- <div class="text-gray-600">Response Time</div>
275
  </div>
276
- <div class="text-center p-6 bg-gray-50 rounded-xl">
277
  <div class="text-3xl font-bold text-accent mb-2">120+</div>
278
- <div class="text-gray-600">Languages</div>
279
  </div>
280
- <div class="text-center p-6 bg-gray-50 rounded-xl">
281
  <div class="text-3xl font-bold text-primary mb-2">24/7</div>
282
- <div class="text-gray-600">Uptime</div>
283
  </div>
284
  </div>
285
  </div>
286
  </div>
287
  </div>
288
  <div class="lg:w-1/2 lg:pl-12">
289
- <h2 class="text-4xl lg:text-5xl font-bold mb-6">Built on Cutting-Edge AI</h2>
290
- <p class="text-xl text-gray-600 mb-8">
291
  Our proprietary neural architecture combines transformer models with novel attention mechanisms for unparalleled performance in speech and language understanding.
292
  </p>
293
  <div class="space-y-4">
@@ -296,8 +295,8 @@
296
  <i data-feather="zap" class="text-primary w-6 h-6"></i>
297
  </div>
298
  <div>
299
- <h3 class="text-xl font-bold mb-2">Real-time Processing</h3>
300
- <p class="text-gray-600">Process audio and generate responses in milliseconds</p>
301
  </div>
302
  </div>
303
  <div class="flex items-start">
@@ -305,8 +304,8 @@
305
  <i data-feather="shield" class="text-secondary w-6 h-6"></i>
306
  </div>
307
  <div>
308
- <h3 class="text-xl font-bold mb-2">Enterprise Security</h3>
309
- <p class="text-gray-600">End-to-end encryption and compliance with data protection standards</p>
310
  </div>
311
  </div>
312
  <div class="flex items-start">
@@ -314,8 +313,8 @@
314
  <i data-feather="layers" class="text-accent w-6 h-6"></i>
315
  </div>
316
  <div>
317
- <h3 class="text-xl font-bold mb-2">Scalable Infrastructure</h3>
318
- <p class="text-gray-600">Handle millions of requests with our distributed cloud architecture</p>
319
  </div>
320
  </div>
321
  </div>
@@ -323,8 +322,7 @@
323
  </div>
324
  </div>
325
  </section>
326
-
327
- <!-- CTA Section -->
328
  <section class="py-20 gradient-bg text-white">
329
  <div class="container mx-auto px-6 text-center">
330
  <h2 class="text-4xl lg:text-6xl font-bold mb-6">Ready to Transform Your Business?</h2>
 
171
  <section id="solutions" class="py-20 tech-grid">
172
  <div class="container mx-auto px-6">
173
  <div class="text-center mb-16">
174
+ <h2 class="text-4xl lg:text-5xl font-bold mb-6 text-white">AI-Powered Speech Solutions</h2>
175
+ <p class="text-xl text-slate-300 max-w-2xl mx-auto">
176
  Cutting-edge technology that transforms how humans interact with machines
177
  </p>
178
  </div>
179
 
180
  <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
181
  <!-- Feature 1 -->
182
+ <div class="bg-slate-800/50 backdrop-blur-lg rounded-2xl p-8 shadow-xl hover:shadow-2xl transition-all duration-300 neon-border">
183
  <div class="w-16 h-16 bg-gradient-to-r from-primary to-accent rounded-xl flex items-center justify-center mb-6">
184
  <i data-feather="message-square" class="text-white w-8 h-8"></i>
185
  </div>
186
+ <h3 class="text-2xl font-bold mb-4 text-white">Advanced LLM</h3>
187
+ <p class="text-slate-300 mb-6">
188
  Context-aware language models that understand nuance, emotion, and complex instructions with unprecedented accuracy.
189
  </p>
190
  <ul class="space-y-2">
191
+ <li class="flex items-center text-slate-300">
192
  <i data-feather="check" class="text-secondary mr-2 w-5 h-5"></i>
193
  <span>Multi-language support</span>
194
  </li>
195
+ <li class="flex items-center text-slate-300">
196
  <i data-feather="check" class="text-secondary mr-2 w-5 h-5"></i>
197
  <span>Emotional intelligence</span>
198
  </li>
199
+ <li class="flex items-center text-slate-300">
200
  <i data-feather="check" class="text-secondary mr-2 w-5 h-5"></i>
201
  <span>Context retention</span>
202
  </li>
 
204
  </div>
205
 
206
  <!-- Feature 2 -->
207
+ <div class="bg-slate-800/50 backdrop-blur-lg rounded-2xl p-8 shadow-xl hover:shadow-2xl transition-all duration-300 neon-border">
208
  <div class="w-16 h-16 bg-gradient-to-r from-secondary to-primary rounded-xl flex items-center justify-center mb-6">
209
  <i data-feather="mic" class="text-white w-8 h-8"></i>
210
  </div>
211
+ <h3 class="text-2xl font-bold mb-4 text-white">Speech-to-Text</h3>
212
+ <p class="text-slate-300 mb-6">
213
  Real-time transcription with industry-leading accuracy, even in noisy environments and multiple speakers.
214
  </p>
215
  <ul class="space-y-2">
216
+ <li class="flex items-center text-slate-300">
217
  <i data-feather="check" class="text-secondary mr-2 w-5 h-5"></i>
218
  <span>Real-time processing</span>
219
  </li>
220
+ <li class="flex items-center text-slate-300">
221
  <i data-feather="check" class="text-secondary mr-2 w-5 h-5"></i>
222
  <span>Speaker diarization</span>
223
  </li>
224
+ <li class="flex items-center text-slate-300">
225
  <i data-feather="check" class="text-secondary mr-2 w-5 h-5"></i>
226
  <span>Noise cancellation</span>
227
  </li>
 
229
  </div>
230
 
231
  <!-- Feature 3 -->
232
+ <div class="bg-slate-800/50 backdrop-blur-lg rounded-2xl p-8 shadow-xl hover:shadow-2xl transition-all duration-300 neon-border">
233
  <div class="w-16 h-16 bg-gradient-to-r from-accent to-secondary rounded-xl flex items-center justify-center mb-6">
234
  <i data-feather="volume-2" class="text-white w-8 h-8"></i>
235
  </div>
236
+ <h3 class="text-2xl font-bold mb-4 text-white">Text-to-Speech</h3>
237
+ <p class="text-slate-300 mb-6">
238
  Natural-sounding voice synthesis with emotional expression and custom voice cloning capabilities.
239
  </p>
240
  <ul class="space-y-2">
241
+ <li class="flex items-center text-slate-300">
242
  <i data-feather="check" class="text-secondary mr-2 w-5 h-5"></i>
243
  <span>Emotional voice modulation</span>
244
  </li>
245
+ <li class="flex items-center text-slate-300">
246
  <i data-feather="check" class="text-secondary mr-2 w-5 h-5"></i>
247
  <span>Voice cloning</span>
248
  </li>
249
+ <li class="flex items-center text-slate-300">
250
  <i data-feather="check" class="text-secondary mr-2 w-5 h-5"></i>
251
  <span>Multiple languages & accents</span>
252
  </li>
 
255
  </div>
256
  </div>
257
  </section>
 
258
  <!-- Technology Section -->
259
+ <section id="technology" class="py-20 tech-grid">
260
  <div class="container mx-auto px-6">
261
  <div class="flex flex-col lg:flex-row items-center justify-between">
262
  <div class="lg:w-1/2 mb-12 lg:mb-0">
263
  <div class="relative">
264
  <div class="absolute -top-10 -left-10 w-64 h-64 bg-primary/10 rounded-full blur-3xl"></div>
265
+ <div class="relative bg-slate-800/50 backdrop-blur-lg rounded-2xl p-8 shadow-xl neon-border">
266
  <div class="grid grid-cols-2 gap-6">
267
+ <div class="text-center p-6 bg-slate-700/50 rounded-xl">
268
  <div class="text-3xl font-bold text-primary mb-2">99.7%</div>
269
+ <div class="text-slate-300">Speech Accuracy</div>
270
  </div>
271
+ <div class="text-center p-6 bg-slate-700/50 rounded-xl">
272
  <div class="text-3xl font-bold text-secondary mb-2">50ms</div>
273
+ <div class="text-slate-300">Response Time</div>
274
  </div>
275
+ <div class="text-center p-6 bg-slate-700/50 rounded-xl">
276
  <div class="text-3xl font-bold text-accent mb-2">120+</div>
277
+ <div class="text-slate-300">Languages</div>
278
  </div>
279
+ <div class="text-center p-6 bg-slate-700/50 rounded-xl">
280
  <div class="text-3xl font-bold text-primary mb-2">24/7</div>
281
+ <div class="text-slate-300">Uptime</div>
282
  </div>
283
  </div>
284
  </div>
285
  </div>
286
  </div>
287
  <div class="lg:w-1/2 lg:pl-12">
288
+ <h2 class="text-4xl lg:text-5xl font-bold mb-6 text-white">Built on Cutting-Edge AI</h2>
289
+ <p class="text-xl text-slate-300 mb-8">
290
  Our proprietary neural architecture combines transformer models with novel attention mechanisms for unparalleled performance in speech and language understanding.
291
  </p>
292
  <div class="space-y-4">
 
295
  <i data-feather="zap" class="text-primary w-6 h-6"></i>
296
  </div>
297
  <div>
298
+ <h3 class="text-xl font-bold mb-2 text-white">Real-time Processing</h3>
299
+ <p class="text-slate-300">Process audio and generate responses in milliseconds</p>
300
  </div>
301
  </div>
302
  <div class="flex items-start">
 
304
  <i data-feather="shield" class="text-secondary w-6 h-6"></i>
305
  </div>
306
  <div>
307
+ <h3 class="text-xl font-bold mb-2 text-white">Enterprise Security</h3>
308
+ <p class="text-slate-300">End-to-end encryption and compliance with data protection standards</p>
309
  </div>
310
  </div>
311
  <div class="flex items-start">
 
313
  <i data-feather="layers" class="text-accent w-6 h-6"></i>
314
  </div>
315
  <div>
316
+ <h3 class="text-xl font-bold mb-2 text-white">Scalable Infrastructure</h3>
317
+ <p class="text-slate-300">Handle millions of requests with our distributed cloud architecture</p>
318
  </div>
319
  </div>
320
  </div>
 
322
  </div>
323
  </div>
324
  </section>
325
+ <!-- CTA Section -->
 
326
  <section class="py-20 gradient-bg text-white">
327
  <div class="container mx-auto px-6 text-center">
328
  <h2 class="text-4xl lg:text-6xl font-bold mb-6">Ready to Transform Your Business?</h2>