diff --git a/src/app/page.tsx b/src/app/page.tsx index 3cdcf45..79a5bfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}