From 985aafb34bcbc2d62b97c461ef8864b3bb117cc3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:53:56 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.49.1 From 8c6da4090eabcf2c025dbfdb7545159a0ae0d39b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:53:57 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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." }, -- 2.49.1