Merge version_1 into main #2
200
src/app/page.tsx
200
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Concepts",
|
||||
id: "about",
|
||||
},
|
||||
name: "Concepts", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="AuraAI"
|
||||
/>
|
||||
@@ -56,77 +48,48 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Intelligence Redefined for the Modern Era"
|
||||
description="Unlock unparalleled insights with our next-generation AI framework. Designed for scale, security, and superior cognitive performance."
|
||||
kpis={[
|
||||
{
|
||||
value: "99.9%",
|
||||
label: "System Uptime",
|
||||
},
|
||||
value: "99.9%", label: "System Uptime"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Active Monitoring",
|
||||
},
|
||||
value: "24/7", label: "Active Monitoring"},
|
||||
{
|
||||
value: "<10ms",
|
||||
label: "Latency",
|
||||
},
|
||||
value: "<10ms", label: "Latency"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-portrait_1296-491.jpg",
|
||||
alt: "Tech leader 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-portrait_1296-491.jpg", alt: "Tech leader 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-chair_23-2149833737.jpg",
|
||||
alt: "Tech leader 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-chair_23-2149833737.jpg", alt: "Tech leader 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-working-late-office_23-2148991375.jpg",
|
||||
alt: "Tech leader 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-working-late-office_23-2148991375.jpg", alt: "Tech leader 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241282.jpg",
|
||||
alt: "Tech leader 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241282.jpg", alt: "Tech leader 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/octogenarian-engineer-crypto-mining-farm-with-specialized-server-racks-using-blockchain-technology-fintech-expert-inspecting-asic-racks-solving-complex-computational-operations-data-center_482257-70453.jpg",
|
||||
alt: "Tech leader 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/octogenarian-engineer-crypto-mining-farm-with-specialized-server-racks-using-blockchain-technology-fintech-expert-inspecting-asic-racks-solving-complex-computational-operations-data-center_482257-70453.jpg", alt: "Tech leader 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ global innovators"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Autonomous Data Streams",
|
||||
},
|
||||
type: "text", text: "Autonomous Data Streams"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Predictive Neural Processing",
|
||||
},
|
||||
type: "text", text: "Predictive Neural Processing"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Zero-Trust Infrastructure",
|
||||
},
|
||||
type: "text", text: "Zero-Trust Infrastructure"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Real-time Cognitive Insights",
|
||||
},
|
||||
type: "text", text: "Real-time Cognitive Insights"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quantum-Resistant Security",
|
||||
},
|
||||
type: "text", text: "Quantum-Resistant Security"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,7 +102,7 @@ export default function LandingPage() {
|
||||
description="We are pushing the boundaries of what machine intelligence can achieve. By integrating deep learning with intuitive design, we transform complexity into actionable intelligence."
|
||||
subdescription="Our core concept centers on human-centric AI design that scales across industries."
|
||||
icon={Star}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cool-futuristic-background-with-golden-flashing-lights_181624-10519.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cool-futuristic-background-with-golden-flashing-lights_181624-10519.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -151,20 +114,11 @@ export default function LandingPage() {
|
||||
tag="Performance Stats"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500B+",
|
||||
description: "Tokens processed daily",
|
||||
},
|
||||
id: "m1", value: "500B+", description: "Tokens processed daily"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "45%",
|
||||
description: "Efficiency increase",
|
||||
},
|
||||
id: "m2", value: "45%", description: "Efficiency increase"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "120+",
|
||||
description: "Global enterprise clients",
|
||||
},
|
||||
id: "m3", value: "120+", description: "Global enterprise clients"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -177,64 +131,43 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Predictive Neural Engines",
|
||||
description: "Anticipate market trends with models that learn continuously from streaming data.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection-flat-style_23-2147875453.jpg",
|
||||
},
|
||||
title: "Predictive Neural Engines", description: "Anticipate market trends with models that learn continuously from streaming data.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection-flat-style_23-2147875453.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Low latency processing",
|
||||
},
|
||||
text: "Low latency processing"},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Enterprise-grade encryption",
|
||||
},
|
||||
text: "Enterprise-grade encryption"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg?_wi=2",
|
||||
imageAlt: "minimal machine learning innovation icon tech blue",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Seamless Integration",
|
||||
description: "Our API-first approach ensures compatibility with legacy systems and modern cloud architectures.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-digital-background-with-circuit-board-pattern_9975-32858.jpg",
|
||||
},
|
||||
title: "Seamless Integration", description: "Our API-first approach ensures compatibility with legacy systems and modern cloud architectures.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-digital-background-with-circuit-board-pattern_9975-32858.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Code,
|
||||
text: "RESTful API support",
|
||||
},
|
||||
text: "RESTful API support"},
|
||||
{
|
||||
icon: Box,
|
||||
text: "Container-native design",
|
||||
},
|
||||
text: "Container-native design"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-futuristic-background-with-golden-flashing-lights_181624-10519.jpg?_wi=2",
|
||||
imageAlt: "minimal machine learning innovation icon tech blue",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Strategic Scalability",
|
||||
description: "Expand your computational resources dynamically to handle massive workload surges without downtime.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background-with-shallow-depth-field_1048-15453.jpg",
|
||||
},
|
||||
title: "Strategic Scalability", description: "Expand your computational resources dynamically to handle massive workload surges without downtime.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background-with-shallow-depth-field_1048-15453.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: TrendingUp,
|
||||
text: "Auto-scaling infrastructure",
|
||||
},
|
||||
text: "Auto-scaling infrastructure"},
|
||||
{
|
||||
icon: Layout,
|
||||
text: "Modular design architecture",
|
||||
},
|
||||
text: "Modular design architecture"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-hipster-male-dressed-suit-sunglasses-dark-grey-background_613910-12487.jpg",
|
||||
imageAlt: "minimal machine learning innovation icon tech blue",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Advanced Intelligence Infrastructure"
|
||||
@@ -247,14 +180,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"QuantumX",
|
||||
"ApexDynamics",
|
||||
"NeuraCore",
|
||||
"LuminaSaaS",
|
||||
"VectorSystems",
|
||||
"PulseCloud",
|
||||
"OmniLogic",
|
||||
]}
|
||||
"QuantumX", "ApexDynamics", "NeuraCore", "LuminaSaaS", "VectorSystems", "PulseCloud", "OmniLogic"]}
|
||||
title="Trusted by Innovators"
|
||||
description="The foundation of tomorrow's technology starts with global industry leaders."
|
||||
/>
|
||||
@@ -268,25 +194,15 @@ export default function LandingPage() {
|
||||
author="Dr. Aris Thorne, CTO at QuantumX"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-bearded-hipster-male-dressed-suit-sunglasses-dark-grey-background_613910-12487.jpg",
|
||||
alt: "Person 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-bearded-hipster-male-dressed-suit-sunglasses-dark-grey-background_613910-12487.jpg", alt: "Person 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/analyst-conducts-research-into-global-economies-deliver-knowledge-company-advancements-finance-before-investing-capital-investor-prepares-simulations-studies-laws_482257-73482.jpg",
|
||||
alt: "Person 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/analyst-conducts-research-into-global-economies-deliver-knowledge-company-advancements-finance-before-investing-capital-investor-prepares-simulations-studies-laws_482257-73482.jpg", alt: "Person 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/computer-scientist-server-farm-ensuring-compliance-with-industry-standards_482257-123806.jpg",
|
||||
alt: "Person 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/computer-scientist-server-farm-ensuring-compliance-with-industry-standards_482257-123806.jpg", alt: "Person 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-female-leaning-against-wooden-wall-while-her-eyes-are-closed_181624-45187.jpg",
|
||||
alt: "Person 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-female-leaning-against-wooden-wall-while-her-eyes-are-closed_181624-45187.jpg", alt: "Person 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5110.jpg",
|
||||
alt: "Person 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5110.jpg", alt: "Person 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -298,20 +214,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How does integration work?",
|
||||
content: "Our modular API allows for seamless integration into your existing stack in under 24 hours.",
|
||||
},
|
||||
id: "1", title: "How does integration work?", content: "Our modular API allows for seamless integration into your existing stack in under 24 hours."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What about security?",
|
||||
content: "We implement end-to-end AES-256 encryption for every data byte processed within our environment.",
|
||||
},
|
||||
id: "2", title: "What about security?", content: "We implement end-to-end AES-256 encryption for every data byte processed within our environment."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I scale on demand?",
|
||||
content: "Yes, our automated orchestration layers handle workload fluctuations dynamically.",
|
||||
},
|
||||
id: "3", title: "Can I scale on demand?", content: "Yes, our automated orchestration layers handle workload fluctuations dynamically."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Need clarity? Explore answers to common questions about our AI platform."
|
||||
@@ -323,8 +230,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Stay Updated"
|
||||
title="Ready to Transform Your Workflow?"
|
||||
description="Sign up for early access and detailed technical documentation updates."
|
||||
@@ -337,13 +243,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