Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
124
src/app/page.tsx
124
src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Concept",
|
||||
id: "about",
|
||||
},
|
||||
name: "Concept", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Cognition"
|
||||
/>
|
||||
@@ -49,67 +43,44 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Transcending Input"
|
||||
description="Experience the next evolution of interaction. Our platform utilizes advanced neural signal processing to bridge the gap between intent and action, completely eliminating the need for physical typing."
|
||||
buttons={[
|
||||
{
|
||||
text: "See How It Works",
|
||||
href: "#about",
|
||||
},
|
||||
text: "See How It Works", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-data-technology-abstract-background-with-cyber-particles_1048-17876.jpg"
|
||||
imageAlt="Conceptual representation of thought-to-digital interface"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-data-technology-abstract-background-with-cyber-particles_1048-17876.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/3d-data-technology-abstract-background-with-cyber-particles_1048-17876.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-data-technology-abstract-background-with-cyber-particles_1048-17876.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/3d-data-technology-abstract-background-with-cyber-particles_1048-17876.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-data-technology-abstract-background-with-cyber-particles_1048-17876.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/3d-data-technology-abstract-background-with-cyber-particles_1048-17876.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-data-technology-abstract-background-with-cyber-particles_1048-17876.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/3d-data-technology-abstract-background-with-cyber-particles_1048-17876.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-data-technology-abstract-background-with-cyber-particles_1048-17876.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/3d-data-technology-abstract-background-with-cyber-particles_1048-17876.jpg", alt: "User 5"},
|
||||
]}
|
||||
avatarText="Join 10,000+ early visionaries"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Neural Synchronization",
|
||||
icon: Lightbulb,
|
||||
type: "text-icon", text: "Neural Synchronization", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Low Latency",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "Low Latency", icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Biometric Security",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Biometric Security", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Adaptive UI",
|
||||
icon: Database,
|
||||
type: "text-icon", text: "Adaptive UI", icon: Database,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Seamless Flow",
|
||||
icon: Repeat,
|
||||
type: "text-icon", text: "Seamless Flow", icon: Repeat,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -122,17 +93,11 @@ export default function LandingPage() {
|
||||
description="We are pioneering a new paradigm where your thoughts serve as the interface. By parsing subtle cognitive patterns, we allow for direct digital engagement without a single keystroke."
|
||||
metrics={[
|
||||
{
|
||||
value: "0ms",
|
||||
title: "Latency",
|
||||
},
|
||||
value: "0ms", title: "Latency"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Touchless",
|
||||
},
|
||||
value: "100%", title: "Touchless"},
|
||||
{
|
||||
value: "99.9%",
|
||||
title: "Precision",
|
||||
},
|
||||
value: "99.9%", title: "Precision"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-family-happiness-relationships-concept-indoor-shot-happy-young-woman-spending-leisure-time-with-her-daughter-home_343059-500.jpg"
|
||||
imageAlt="User experiencing touchless cognitive interface"
|
||||
@@ -143,24 +108,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Intent Parsing",
|
||||
description: "High-fidelity interpretation of intent-based signals.",
|
||||
},
|
||||
title: "Intent Parsing", description: "High-fidelity interpretation of intent-based signals."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Privacy First",
|
||||
description: "End-to-end encryption of all interpreted cognitive patterns.",
|
||||
},
|
||||
title: "Privacy First", description: "End-to-end encryption of all interpreted cognitive patterns."},
|
||||
{
|
||||
icon: Repeat,
|
||||
title: "Adaptive Learning",
|
||||
description: "The interface calibrates specifically to your unique neural signature.",
|
||||
},
|
||||
title: "Adaptive Learning", description: "The interface calibrates specifically to your unique neural signature."},
|
||||
]}
|
||||
title="Advanced Cognitive Features"
|
||||
description="Designed for maximum accessibility and seamless digital control."
|
||||
@@ -174,12 +134,7 @@ export default function LandingPage() {
|
||||
title="Trusted by Innovators"
|
||||
description="Collaborating with industry leaders to redefine human-computer interaction."
|
||||
names={[
|
||||
"NeuroLink Dynamics",
|
||||
"CogniSync Labs",
|
||||
"Cortex Systems",
|
||||
"Synapse Future",
|
||||
"MindMesh Global",
|
||||
]}
|
||||
"NeuroLink Dynamics", "CogniSync Labs", "Cortex Systems", "Synapse Future", "MindMesh Global"]}
|
||||
tag="Partnerships"
|
||||
/>
|
||||
</div>
|
||||
@@ -188,8 +143,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get Early Access"
|
||||
title="Join the Neural Revolution"
|
||||
description="The future of interaction is here. Sign up to receive exclusive invitations for our beta launch program."
|
||||
@@ -203,37 +157,23 @@ export default function LandingPage() {
|
||||
logoText="Cognition"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Technology",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Technology", href: "#features"},
|
||||
{
|
||||
label: "Security",
|
||||
href: "#",
|
||||
},
|
||||
label: "Security", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user