Update src/app/page.tsx

This commit is contained in:
2026-05-08 16:59:38 +00:00
parent bc414fa26f
commit 22fcf57894

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>
);
}
}