Update src/app/page.tsx
This commit is contained in:
132
src/app/page.tsx
132
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Intelligence",
|
||||
id: "intelligence",
|
||||
},
|
||||
name: "Intelligence", id: "intelligence"},
|
||||
{
|
||||
name: "Benefits",
|
||||
id: "benefits",
|
||||
},
|
||||
name: "Benefits", id: "benefits"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="AuraAI"
|
||||
/>
|
||||
@@ -54,63 +46,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Interact with the Future."
|
||||
description="The world's first true voice-controlled operating system. AuraAI replaces the keyboard and mouse with natural speech, holographic assistance, and intuitive intelligence."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-technology-hologram_23-2151917449.jpg",
|
||||
alt: "AuraAI Holographic Interface",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-technology-hologram_23-2151917449.jpg", alt: "AuraAI Holographic Interface"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-using-transparent-tablet-couch-innovative-technology_53876-97924.jpg",
|
||||
alt: "Woman using transparent tablet on a couch innovative technology",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-using-transparent-tablet-couch-innovative-technology_53876-97924.jpg", alt: "Woman using transparent tablet on a couch innovative technology"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg",
|
||||
alt: "Digital dashboard",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg", alt: "Digital dashboard"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/artificial-intelligence-brain-futuristic-data-center_23-2152029074.jpg",
|
||||
alt: "Artificial intelligence brain in a futuristic data center",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/artificial-intelligence-brain-futuristic-data-center_23-2152029074.jpg", alt: "Artificial intelligence brain in a futuristic data center"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-looking-screen_23-2149126944.jpg",
|
||||
alt: "Close up woman looking at screen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-looking-screen_23-2149126944.jpg", alt: "Close up woman looking at screen"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Voice Navigation",
|
||||
icon: Mic,
|
||||
type: "text-icon", text: "Voice Navigation", icon: Mic,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Holographic UI",
|
||||
icon: Box,
|
||||
type: "text-icon", text: "Holographic UI", icon: Box,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "AI Optimization",
|
||||
icon: Database,
|
||||
type: "text-icon", text: "AI Optimization", icon: Database,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Data Privacy",
|
||||
icon: Shield,
|
||||
type: "text-icon", text: "Data Privacy", icon: Shield,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Seamless Workflow",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "Seamless Workflow", icon: Zap,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -119,23 +88,18 @@ export default function LandingPage() {
|
||||
<div id="features" data-section="features">
|
||||
<FeatureHoverPattern
|
||||
textboxLayout="split"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Mic,
|
||||
title: "Voice-First Command",
|
||||
description: "Execute complex tasks with simple spoken sentences instead of typing.",
|
||||
},
|
||||
title: "Voice-First Command", description: "Execute complex tasks with simple spoken sentences instead of typing."},
|
||||
{
|
||||
icon: Database,
|
||||
title: "Smart Suggestions",
|
||||
description: "The AI learns your habits and proactively suggests apps, files, and actions.",
|
||||
},
|
||||
title: "Smart Suggestions", description: "The AI learns your habits and proactively suggests apps, files, and actions."},
|
||||
{
|
||||
icon: MessageSquare,
|
||||
title: "Personalized Responses",
|
||||
description: "Engage in natural, human-like dialogue with your digital assistant.",
|
||||
},
|
||||
title: "Personalized Responses", description: "Engage in natural, human-like dialogue with your digital assistant."},
|
||||
]}
|
||||
title="Intuitive AI Control"
|
||||
description="Experience a computer that understands you. AuraAI transforms how you interact with technology using natural conversation."
|
||||
@@ -147,19 +111,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Automatic AI File Organization",
|
||||
},
|
||||
type: "text", content: "Automatic AI File Organization"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-machinery-design-glows-blue-factory-generated-by-ai_188544-17124.jpg",
|
||||
alt: "File Organization Visualization",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/futuristic-machinery-design-glows-blue-factory-generated-by-ai_188544-17124.jpg", alt: "File Organization Visualization"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "See How It Works",
|
||||
},
|
||||
text: "See How It Works"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to redefine your computer workflow?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Beta Access",
|
||||
},
|
||||
text: "Get Beta Access"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -240,13 +178,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="AuraAI"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user