3 Commits

Author SHA1 Message Date
8c6da4090e Update src/app/page.tsx 2026-03-03 22:53:57 +00:00
985aafb34b Update src/app/layout.tsx 2026-03-03 22:53:56 +00:00
db59d0b42a Merge version_2 into main
Merge version_2 into main
2026-03-03 22:51:38 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] }); const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "RealtimeAI - Real-Time Translation for Esports", description: "Translate faster than your enemy can react. Real-time AI translation for esports teams."}; title: "RealtimeAI - Real-Time Translation for Esports", description: "Translate faster than your enemy can react. Real-time AI translation for esports teams."
};
export default function RootLayout({ export default function RootLayout({
children, children,

View File

@@ -188,15 +188,15 @@ export default function LandingPage() {
title="Common Questions About RealtimeAI" title="Common Questions About RealtimeAI"
description="Everything you need to know about our real-time translation system for esports teams" description="Everything you need to know about our real-time translation system for esports teams"
faqs={[ faqs={[
{
id: "2", title: "How does the latency work during live matches?", content: "Our system operates at sub-50ms latency, meaning translation happens in real-time without perceptible delay. We use edge computing and optimized neural networks to ensure instant language processing."
},
{ {
id: "6", title: "How do you handle match security and data privacy?", content: "All communications are encrypted end-to-end with enterprise-grade security. We comply with GDPR, CCPA, and all international data protection regulations. Your team strategies remain 100% confidential." id: "6", title: "How do you handle match security and data privacy?", content: "All communications are encrypted end-to-end with enterprise-grade security. We comply with GDPR, CCPA, and all international data protection regulations. Your team strategies remain 100% confidential."
}, },
{ {
id: "1", title: "What languages does RealtimeAI support?", content: "We support 52+ languages with specialized training in gaming terminology across major competitive titles. Our AI continuously learns new callouts and gaming-specific vocabulary to ensure accuracy." id: "1", title: "What languages does RealtimeAI support?", content: "We support 52+ languages with specialized training in gaming terminology across major competitive titles. Our AI continuously learns new callouts and gaming-specific vocabulary to ensure accuracy."
}, },
{
id: "2", title: "How does the latency work during live matches?", content: "Our system operates at sub-50ms latency, meaning translation happens in real-time without perceptible delay. We use edge computing and optimized neural networks to ensure instant language processing."
},
{ {
id: "3", title: "Can RealtimeAI understand gaming callouts and terminology?", content: "Yes. Our AI is trained specifically on professional gaming lexicon, strategy callouts, and game-specific terminology across multiple titles. Unlike generic translation tools, we understand the context of competitive gaming." id: "3", title: "Can RealtimeAI understand gaming callouts and terminology?", content: "Yes. Our AI is trained specifically on professional gaming lexicon, strategy callouts, and game-specific terminology across multiple titles. Unlike generic translation tools, we understand the context of competitive gaming."
}, },