Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-08 16:59:44 +00:00

View File

@@ -74,7 +74,7 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Voice Engine", description: "Always-on wake word detection and continuous natural speech processing.", bentoComponent: "chat", aiIcon: LifeBuoy,
title: "Voice Engine", description: "Control your entire digital workspace hands-free with natural voice commands.", bentoComponent: "chat", aiIcon: LifeBuoy,
userIcon: User,
placeholder: "Hey JARVIS...", exchanges: [
{ userMessage: "Jarvis, run diagnostics.", aiResponse: "Initiating system scan now, Sir." },
@@ -188,4 +188,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}