Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-03 22:54:01 +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"] });
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,

View File

@@ -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."
},