From c3740c830478638e4238628918bbdca60d643d09 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 09:31:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 132 ++++++++++++----------------------------------- 1 file changed, 33 insertions(+), 99 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 676edf2..911c8a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,63 +46,40 @@ export default function LandingPage() {
@@ -119,23 +88,18 @@ export default function LandingPage() {
@@ -172,20 +130,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "speed", - value: "3x", - description: "Speed improvement in task execution compared to manual clicking.", - }, + id: "speed", value: "3x", description: "Speed improvement in task execution compared to manual clicking."}, { - id: "access", - value: "100%", - description: "Full system accessibility for those with limited motor skills.", - }, + id: "access", value: "100%", description: "Full system accessibility for those with limited motor skills."}, { - id: "hands", - value: "Hands-Free", - description: "Perfect for creative professionals in messy or high-motion environments.", - }, + id: "hands", value: "Hands-Free", description: "Perfect for creative professionals in messy or high-motion environments."}, ]} title="Interface Advantages" description="Why choose voice over traditional inputs?" @@ -198,20 +147,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", - title: "Is my privacy protected?", - content: "AuraAI uses local processing to ensure your personal files and conversations remain private.", - }, + id: "1", title: "Is my privacy protected?", content: "AuraAI uses local processing to ensure your personal files and conversations remain private."}, { - id: "2", - title: "Does it support offline commands?", - content: "Most core system commands work entirely offline for instant response times.", - }, + id: "2", title: "Does it support offline commands?", content: "Most core system commands work entirely offline for instant response times."}, { - id: "3", - title: "What are the drawbacks?", - content: "Voice interfaces can struggle in noisy environments, which is why we include optional touch-shortcuts.", - }, + id: "3", title: "What are the drawbacks?", content: "Voice interfaces can struggle in noisy environments, which is why we include optional touch-shortcuts."}, ]} imageSrc="http://img.b2bpic.net/free-photo/business-concept-with-progress-close-up_23-2149151161.jpg" mediaAnimation="slide-up" @@ -225,13 +165,11 @@ export default function LandingPage() {
@@ -240,13 +178,9 @@ export default function LandingPage() { -- 2.49.1