Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
240
src/app/page.tsx
240
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Workflow",
|
||||
id: "#workflow",
|
||||
},
|
||||
name: "Workflow", id: "#workflow"},
|
||||
{
|
||||
name: "God-Mode",
|
||||
id: "#godmode",
|
||||
},
|
||||
name: "God-Mode", id: "#godmode"},
|
||||
{
|
||||
name: "Docs",
|
||||
id: "#docs",
|
||||
},
|
||||
name: "Docs", id: "#docs"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/3d-rendering-triangle_23-2151293868.jpg"
|
||||
logoAlt="AETHER logo"
|
||||
@@ -55,29 +47,23 @@ export default function LandingPage() {
|
||||
bottomLeftText="SYSTEM_STATUS: ONLINE"
|
||||
bottomRightText="hello@aether.ai"
|
||||
button={{
|
||||
text: "Deploy Agent",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Deploy Agent", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
title="Stop Coding.\\\nCommand The Reality."
|
||||
description="Aether is the god-mode autonomous AI engine that doesn't just autocomplete your lines. It orchestrates whole architectures, crushes production bottlenecks, and renders traditional frameworks obsolete in seconds."
|
||||
tag="ANTIGRAVITY STAYS AS FRESHER NOW"
|
||||
tagIcon={Zap}
|
||||
buttons={[
|
||||
{
|
||||
text: "Initialize Agent Alpha",
|
||||
},
|
||||
text: "Initialize Agent Alpha"},
|
||||
{
|
||||
text: "Read Manifest",
|
||||
href: "#docs",
|
||||
},
|
||||
text: "Read Manifest", href: "#docs"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-hard-drive-with-purple-light_23-2149413404.jpg"
|
||||
imageAlt="Aether AI Agent Terminal"
|
||||
@@ -91,23 +77,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
icon: Zap,
|
||||
title: "Instant Execution",
|
||||
value: "1000x Faster",
|
||||
},
|
||||
id: "metric-1", icon: Zap,
|
||||
title: "Instant Execution", value: "1000x Faster"},
|
||||
{
|
||||
id: "metric-2",
|
||||
icon: RefreshCw,
|
||||
title: "Automated Deployment",
|
||||
value: "Zero Effort",
|
||||
},
|
||||
id: "metric-2", icon: RefreshCw,
|
||||
title: "Automated Deployment", value: "Zero Effort"},
|
||||
{
|
||||
id: "metric-3",
|
||||
icon: ShieldCheck,
|
||||
title: "Zero Hallucinations",
|
||||
value: "100% Verified",
|
||||
},
|
||||
id: "metric-3", icon: ShieldCheck,
|
||||
title: "Zero Hallucinations", value: "100% Verified"},
|
||||
]}
|
||||
title="Why top-tier engineers are burning their old IDEs."
|
||||
description="Aether revolutionizes development with unparalleled efficiency and intelligent automation, delivering capabilities far beyond traditional coding tools."
|
||||
@@ -119,17 +96,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About Aether: The Future of Autonomous Coding.",
|
||||
},
|
||||
type: "text", content: "About Aether: The Future of Autonomous Coding."},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
text: "Learn More"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-analyzing-stock-market-charts-financial-data-electronic-board_169016-14895.jpg"
|
||||
imageAlt="AI software development"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -140,34 +112,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "feature-1",
|
||||
label: "Orchestration",
|
||||
title: "Architectural Orchestration",
|
||||
items: [
|
||||
"Design, build, and deploy entire microservice architectures with high-level commands.",
|
||||
"Automated dependency resolution and scaling strategies.",
|
||||
"Full stack generation from conceptual input.",
|
||||
],
|
||||
id: "feature-1", label: "Orchestration", title: "Architectural Orchestration", items: [
|
||||
"Design, build, and deploy entire microservice architectures with high-level commands.", "Automated dependency resolution and scaling strategies.", "Full stack generation from conceptual input."],
|
||||
},
|
||||
{
|
||||
id: "feature-2",
|
||||
label: "Optimization",
|
||||
title: "Real-time Optimization",
|
||||
items: [
|
||||
"Identify and resolve performance bottlenecks dynamically across your entire stack.",
|
||||
"Proactive error detection and self-healing code.",
|
||||
"Continuous resource allocation adjustments for peak efficiency.",
|
||||
],
|
||||
id: "feature-2", label: "Optimization", title: "Real-time Optimization", items: [
|
||||
"Identify and resolve performance bottlenecks dynamically across your entire stack.", "Proactive error detection and self-healing code.", "Continuous resource allocation adjustments for peak efficiency."],
|
||||
},
|
||||
{
|
||||
id: "feature-3",
|
||||
label: "Compatibility",
|
||||
title: "Cross-Stack Compatibility",
|
||||
items: [
|
||||
"Effortlessly integrate with existing systems and legacy codebases, regardless of language or framework.",
|
||||
"Automated migration and refactoring of old systems.",
|
||||
"Unified control plane for diverse tech environments.",
|
||||
],
|
||||
id: "feature-3", label: "Compatibility", title: "Cross-Stack Compatibility", items: [
|
||||
"Effortlessly integrate with existing systems and legacy codebases, regardless of language or framework.", "Automated migration and refactoring of old systems.", "Unified control plane for diverse tech environments."],
|
||||
},
|
||||
]}
|
||||
title="Unleash God-Mode Capabilities."
|
||||
@@ -182,45 +136,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex Johnson",
|
||||
handle: "@alexj_tech",
|
||||
testimonial: "Aether isn't just an assistant, it's a co-pilot that understands intent. My team's velocity has skyrocketed. It's truly god-mode.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg",
|
||||
imageAlt: "Alex Johnson",
|
||||
},
|
||||
id: "1", name: "Alex Johnson", handle: "@alexj_tech", testimonial: "Aether isn't just an assistant, it's a co-pilot that understands intent. My team's velocity has skyrocketed. It's truly god-mode.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", imageAlt: "Alex Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dr. Lena Petrova",
|
||||
handle: "@lenap_ai",
|
||||
testimonial: "The precision and autonomy of Aether's generated architectures are mind-blowing. It's like having an army of senior engineers at your command.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/night-workaholic_1098-13344.jpg",
|
||||
imageAlt: "Dr. Lena Petrova",
|
||||
},
|
||||
id: "2", name: "Dr. Lena Petrova", handle: "@lenap_ai", testimonial: "The precision and autonomy of Aether's generated architectures are mind-blowing. It's like having an army of senior engineers at your command.", imageSrc: "http://img.b2bpic.net/free-photo/night-workaholic_1098-13344.jpg", imageAlt: "Dr. Lena Petrova"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marcus 'CodeMonkey' Lee",
|
||||
handle: "@codemonkey_dev",
|
||||
testimonial: "I used to spend days on boilerplate. Now, Aether handles it in seconds. I'm free to tackle the really complex problems. Game changer!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scientist-factory-using-tablet-check-photovoltaics-materials-parameters_482257-120526.jpg",
|
||||
imageAlt: "Marcus 'CodeMonkey' Lee",
|
||||
},
|
||||
id: "3", name: "Marcus 'CodeMonkey' Lee", handle: "@codemonkey_dev", testimonial: "I used to spend days on boilerplate. Now, Aether handles it in seconds. I'm free to tackle the really complex problems. Game changer!", imageSrc: "http://img.b2bpic.net/free-photo/scientist-factory-using-tablet-check-photovoltaics-materials-parameters_482257-120526.jpg", imageAlt: "Marcus 'CodeMonkey' Lee"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Chen",
|
||||
handle: "@sarah_innovates",
|
||||
testimonial: "The debugging and optimization capabilities are unreal. Aether literally paid for itself in reduced downtime within the first month.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-scientist-analyzing-liquid-sample-microscope-tray-laboratory-research-dna-genetic-lab-worker-with-safety-glasses-using-optical-glass-tool-scientific-development_482257-37316.jpg",
|
||||
imageAlt: "Sarah Chen",
|
||||
},
|
||||
id: "4", name: "Sarah Chen", handle: "@sarah_innovates", testimonial: "The debugging and optimization capabilities are unreal. Aether literally paid for itself in reduced downtime within the first month.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-scientist-analyzing-liquid-sample-microscope-tray-laboratory-research-dna-genetic-lab-worker-with-safety-glasses-using-optical-glass-tool-scientific-development_482257-37316.jpg", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Kim",
|
||||
handle: "@davidk_product",
|
||||
testimonial: "Product iterations are faster than ever. Aether allows us to test, deploy, and refine ideas at a pace I didn't think was possible.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-businesswoman-manage-meeting_329181-20101.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "5", name: "David Kim", handle: "@davidk_product", testimonial: "Product iterations are faster than ever. Aether allows us to test, deploy, and refine ideas at a pace I didn't think was possible.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-businesswoman-manage-meeting_329181-20101.jpg", imageAlt: "David Kim"},
|
||||
]}
|
||||
title="What Visionaries Are Saying."
|
||||
description="Leading tech innovators and engineering pioneers are already experiencing the transformative power of Aether."
|
||||
@@ -232,14 +156,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"GlobalTech Solutions",
|
||||
"InnovateAI Labs",
|
||||
"QuantumWorks Inc.",
|
||||
"CyberGuard Systems",
|
||||
"NextGen Robotics",
|
||||
"DataStream Analytics",
|
||||
"FinTech Frontier",
|
||||
]}
|
||||
"GlobalTech Solutions", "InnovateAI Labs", "QuantumWorks Inc.", "CyberGuard Systems", "NextGen Robotics", "DataStream Analytics", "FinTech Frontier"]}
|
||||
title="Trusted by Industry Game-Changers."
|
||||
description="Aether is quickly becoming the indispensable tool for forward-thinking engineering teams and innovative enterprises worldwide."
|
||||
/>
|
||||
@@ -251,30 +168,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What exactly is Aether?",
|
||||
content: "Aether is an autonomous AI agent designed to orchestrate, optimize, and deploy entire software architectures from high-level commands, moving beyond simple code generation.",
|
||||
},
|
||||
id: "faq-1", title: "What exactly is Aether?", content: "Aether is an autonomous AI agent designed to orchestrate, optimize, and deploy entire software architectures from high-level commands, moving beyond simple code generation."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How does Aether ensure code quality?",
|
||||
content: "Aether incorporates a 'Zero Hallucinations Verified' core, utilizing advanced validation protocols and self-correcting algorithms to ensure high-quality, production-ready code with minimal errors.",
|
||||
},
|
||||
id: "faq-2", title: "How does Aether ensure code quality?", content: "Aether incorporates a 'Zero Hallucinations Verified' core, utilizing advanced validation protocols and self-correcting algorithms to ensure high-quality, production-ready code with minimal errors."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Is Aether compatible with existing tech stacks?",
|
||||
content: "Yes, Aether is built for cross-stack compatibility, designed to integrate seamlessly with diverse programming languages, frameworks, and legacy systems through intelligent API orchestration.",
|
||||
},
|
||||
id: "faq-3", title: "Is Aether compatible with existing tech stacks?", content: "Yes, Aether is built for cross-stack compatibility, designed to integrate seamlessly with diverse programming languages, frameworks, and legacy systems through intelligent API orchestration."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What kind of projects can Aether handle?",
|
||||
content: "Aether is capable of handling projects ranging from simple microservices to complex enterprise-level applications, full-stack development, and real-time system optimization across various domains.",
|
||||
},
|
||||
id: "faq-4", title: "What kind of projects can Aether handle?", content: "Aether is capable of handling projects ranging from simple microservices to complex enterprise-level applications, full-stack development, and real-time system optimization across various domains."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "How does Aether differ from traditional AI code assistants?",
|
||||
content: "Unlike traditional assistants that primarily autocomplete or suggest code, Aether autonomously plans, executes, and deploys entire architectures, functioning as a 'god-mode' agent rather than a mere tool.",
|
||||
},
|
||||
id: "faq-5", title: "How does Aether differ from traditional AI code assistants?", content: "Unlike traditional assistants that primarily autocomplete or suggest code, Aether autonomously plans, executes, and deploys entire architectures, functioning as a 'god-mode' agent rather than a mere tool."},
|
||||
]}
|
||||
title="Your Questions, Answered."
|
||||
description="Get insights into how Aether operates and transforms your coding reality, from core principles to advanced deployment strategies."
|
||||
@@ -289,28 +191,17 @@ export default function LandingPage() {
|
||||
description="Ready to deploy Aether and transform your development workflow? Connect with our agents to discuss your needs and unleash unparalleled productivity."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "subject",
|
||||
type: "text",
|
||||
placeholder: "Subject",
|
||||
required: false,
|
||||
name: "subject", type: "text", placeholder: "Subject", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-computer-engineer-updating-ai-satisfied-after-finishing-code-script_482257-91106.jpg"
|
||||
@@ -328,66 +219,39 @@ export default function LandingPage() {
|
||||
logoText="AETHER."
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{
|
||||
label: "AI Orchestration",
|
||||
href: "#godmode",
|
||||
},
|
||||
label: "AI Orchestration", href: "#godmode"},
|
||||
{
|
||||
label: "Real-time Optimization",
|
||||
href: "#godmode",
|
||||
},
|
||||
label: "Real-time Optimization", href: "#godmode"},
|
||||
{
|
||||
label: "Full-Stack Deployment",
|
||||
href: "#workflow",
|
||||
},
|
||||
label: "Full-Stack Deployment", href: "#workflow"},
|
||||
{
|
||||
label: "Legacy Integration",
|
||||
href: "#godmode",
|
||||
},
|
||||
label: "Legacy Integration", href: "#godmode"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Press",
|
||||
href: "#",
|
||||
},
|
||||
label: "Press", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Manifest",
|
||||
href: "#docs",
|
||||
},
|
||||
label: "Manifest", href: "#docs"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#docs",
|
||||
},
|
||||
label: "Support", href: "#docs"},
|
||||
{
|
||||
label: "Community",
|
||||
href: "#",
|
||||
},
|
||||
label: "Community", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user