diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b63db16..478eef3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); 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({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index a3da27e..ab61a2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -188,15 +188,15 @@ export default function LandingPage() { title="Common Questions About RealtimeAI" description="Everything you need to know about our real-time translation system for esports teams" 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: "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." },