4 Commits

Author SHA1 Message Date
3cce9173d7 Update src/app/page.tsx 2026-04-24 09:40:37 +00:00
38b0a1bb44 Merge version_3 into main
Merge version_3 into main
2026-04-24 09:38:56 +00:00
d2e00182c8 Merge version_2 into main
Merge version_2 into main
2026-04-24 09:37:33 +00:00
d1fdcd9dac Merge version_2 into main
Merge version_2 into main
2026-04-24 09:37:19 +00:00

View File

@@ -27,26 +27,18 @@ export default function LandingPage() {
secondaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow"
headingFontWeight="normal" headingFontWeight="normal"
> >
<ReactLenis root> <ReactLenis root options={{ lerp: 0.05, duration: 2, smoothWheel: true }}>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Services", name: "Services", id: "services"},
id: "services",
},
{ {
name: "Pricing", name: "Pricing", id: "pricing"},
id: "pricing",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Aureon AI" brandName="Aureon AI"
/> />
@@ -55,63 +47,40 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Automate Your Business. Multiply Your Revenue." title="Automate Your Business. Multiply Your Revenue."
description="We build elite AI systems that work 24/7 to scale your business effortlessly. Experience the next generation of automation." description="We build elite AI systems that work 24/7 to scale your business effortlessly. Experience the next generation of automation."
buttons={[ buttons={[
{ {
text: "Book Your Free AI Strategy Call", text: "Book Your Free AI Strategy Call", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/abstract-road-spedd-concept_1194-637950.jpg" imageSrc="http://img.b2bpic.net/free-photo/abstract-road-spedd-concept_1194-637950.jpg"
imageAlt="Aureon AI Studio Hero" imageAlt="Aureon AI Studio Hero"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/bokeh-texture_1048-2688.jpg", src: "http://img.b2bpic.net/free-photo/bokeh-texture_1048-2688.jpg", alt: "Bokeh texture"},
alt: "Bokeh texture",
},
{ {
src: "http://img.b2bpic.net/free-photo/background-with-abstract-yellow-light-effects_181624-14083.jpg", src: "http://img.b2bpic.net/free-photo/background-with-abstract-yellow-light-effects_181624-14083.jpg", alt: "Background with abstract yellow light effects"},
alt: "Background with abstract yellow light effects",
},
{ {
src: "http://img.b2bpic.net/free-photo/party-composition-with-colorful-confetti_23-2147852252.jpg", src: "http://img.b2bpic.net/free-photo/party-composition-with-colorful-confetti_23-2147852252.jpg", alt: "Party composition with colorful confetti"},
alt: "Party composition with colorful confetti",
},
{ {
src: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139318.jpg", src: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139318.jpg", alt: "Blurred night lights"},
alt: "Blurred night lights",
},
{ {
src: "http://img.b2bpic.net/free-photo/trail-golden-particles-light-background-illustration_1017-42068.jpg", src: "http://img.b2bpic.net/free-photo/trail-golden-particles-light-background-illustration_1017-42068.jpg", alt: "Trail of golden particles light background illustration"},
alt: "Trail of golden particles light background illustration",
},
]} ]}
avatarText="Trusted by 500+ Industry Leaders" avatarText="Trusted by 500+ Industry Leaders"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "AI Workflow Optimization"},
text: "AI Workflow Optimization",
},
{ {
type: "text", type: "text", text: "24/7 Intelligent Support"},
text: "24/7 Intelligent Support",
},
{ {
type: "text", type: "text", text: "Automated Revenue Streams"},
text: "Automated Revenue Streams",
},
{ {
type: "text", type: "text", text: "Predictive Analytics"},
text: "Predictive Analytics",
},
{ {
type: "text", type: "text", text: "Seamless System Integration"},
text: "Seamless System Integration",
},
]} ]}
/> />
</div> </div>
@@ -124,17 +93,11 @@ export default function LandingPage() {
description="At Aureon AI Studio, we don't just add bots; we engineer the backbone of your modern enterprise. Our bespoke solutions are crafted for founders who refuse to settle." description="At Aureon AI Studio, we don't just add bots; we engineer the backbone of your modern enterprise. Our bespoke solutions are crafted for founders who refuse to settle."
bulletPoints={[ bulletPoints={[
{ {
title: "Bespoke Intelligence", title: "Bespoke Intelligence", description: "Customized AI frameworks tailored to your specific business architecture."},
description: "Customized AI frameworks tailored to your specific business architecture.",
},
{ {
title: "24/7 Operations", title: "24/7 Operations", description: "Our systems never sleep, ensuring constant engagement and growth."},
description: "Our systems never sleep, ensuring constant engagement and growth.",
},
{ {
title: "Elite Integration", title: "Elite Integration", description: "Seamlessly bridge the gap between your existing tools and advanced AI."},
description: "Seamlessly bridge the gap between your existing tools and advanced AI.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/empty-office-with-analytics-diagrams-screen-running-economy-statistics-computers-business-space-startup-company-with-research-plans-charts-late-night-handheld-shot_482257-65066.jpg" imageSrc="http://img.b2bpic.net/free-photo/empty-office-with-analytics-diagrams-screen-running-economy-statistics-computers-business-space-startup-company-with-research-plans-charts-late-night-handheld-shot_482257-65066.jpg"
imageAlt="Our Studio Workspace" imageAlt="Our Studio Workspace"
@@ -149,34 +112,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "s1", id: "s1", label: "Automation", title: "AI Chatbot Development", items: [
label: "Automation", "Context-aware responses", "Multilingual support", "24/7 lead qualification"],
title: "AI Chatbot Development",
items: [
"Context-aware responses",
"Multilingual support",
"24/7 lead qualification",
],
}, },
{ {
id: "s2", id: "s2", label: "Optimization", title: "Workflow Automation", items: [
label: "Optimization", "Task management AI", "Email sequence automation", "ERP integration"],
title: "Workflow Automation",
items: [
"Task management AI",
"Email sequence automation",
"ERP integration",
],
}, },
{ {
id: "s3", id: "s3", label: "Revenue", title: "AI Sales Funnels", items: [
label: "Revenue", "Predictive conversion modeling", "Automated re-engagement", "Customer journey mapping"],
title: "AI Sales Funnels",
items: [
"Predictive conversion modeling",
"Automated re-engagement",
"Customer journey mapping",
],
}, },
]} ]}
title="Our Elite Services" title="Our Elite Services"
@@ -192,41 +137,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", name: "LeadGen Bot", price: "$4,999", imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160270.jpg"},
name: "LeadGen Bot",
price: "$4,999",
imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160270.jpg",
},
{ {
id: "p2", id: "p2", name: "Workflow Engine", price: "$7,499", imageSrc: "http://img.b2bpic.net/free-photo/phone-with-ai-chat_1268-21801.jpg"},
name: "Workflow Engine",
price: "$7,499",
imageSrc: "http://img.b2bpic.net/free-photo/phone-with-ai-chat_1268-21801.jpg",
},
{ {
id: "p3", id: "p3", name: "Conversion AI", price: "$9,999", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-techno-cyber-particles_1048-14428.jpg"},
name: "Conversion AI",
price: "$9,999",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-techno-cyber-particles_1048-14428.jpg",
},
{ {
id: "p4", id: "p4", name: "Integration Suite", price: "$5,500", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599384.jpg"},
name: "Integration Suite",
price: "$5,500",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599384.jpg",
},
{ {
id: "p5", id: "p5", name: "Analytics AI", price: "$6,200", imageSrc: "http://img.b2bpic.net/free-photo/server-room-computer-controlling-devices-used-high-speed-data-transfers_482257-124282.jpg"},
name: "Analytics AI",
price: "$6,200",
imageSrc: "http://img.b2bpic.net/free-photo/server-room-computer-controlling-devices-used-high-speed-data-transfers_482257-124282.jpg",
},
{ {
id: "p6", id: "p6", name: "Support Bot", price: "$3,999", imageSrc: "http://img.b2bpic.net/free-photo/management-concept-with-wooden-blocks-with-icons-wooden-table-flat-lay_176474-10429.jpg"},
name: "Support Bot",
price: "$3,999",
imageSrc: "http://img.b2bpic.net/free-photo/management-concept-with-wooden-blocks-with-icons-wooden-table-flat-lay_176474-10429.jpg",
},
]} ]}
title="Core AI Modules" title="Core AI Modules"
description="Our pre-built accelerators to get you started faster." description="Our pre-built accelerators to get you started faster."
@@ -239,45 +160,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", title: "Unmatched ROI", quote: "Aureon AI transformed our lead generation metrics within 30 days.", name: "Sarah Miller", role: "CEO, StartupCorp", imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg"},
title: "Unmatched ROI",
quote: "Aureon AI transformed our lead generation metrics within 30 days.",
name: "Sarah Miller",
role: "CEO, StartupCorp",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg",
},
{ {
id: "t2", id: "t2", title: "Seamless Integration", quote: "The integration was flawless and the results were immediate.", name: "James Chen", role: "CTO, TechPulse", imageSrc: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016706.jpg"},
title: "Seamless Integration",
quote: "The integration was flawless and the results were immediate.",
name: "James Chen",
role: "CTO, TechPulse",
imageSrc: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016706.jpg",
},
{ {
id: "t3", id: "t3", title: "Game Changer", quote: "I can't imagine running my business without these automation flows.", name: "Elena Rodriguez", role: "Founder, Growthly", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-businesswoman-using-desktop-pc-while-working-office_637285-5143.jpg"},
title: "Game Changer",
quote: "I can't imagine running my business without these automation flows.",
name: "Elena Rodriguez",
role: "Founder, Growthly",
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-businesswoman-using-desktop-pc-while-working-office_637285-5143.jpg",
},
{ {
id: "t4", id: "t4", title: "Exceptional Support", quote: "The team at Aureon is not just tech-savvy but business-focused.", name: "David Kim", role: "Manager, Global Ventures", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12850.jpg"},
title: "Exceptional Support",
quote: "The team at Aureon is not just tech-savvy but business-focused.",
name: "David Kim",
role: "Manager, Global Ventures",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12850.jpg",
},
{ {
id: "t5", id: "t5", title: "Scale Multiplier", quote: "We've scaled 3x since implementing their AI sales funnels.", name: "Amanda White", role: "Founder, RetailX", imageSrc: "http://img.b2bpic.net/free-photo/company-worker-browsing-internet-research-project-using-computer-create-business-report-with-charts-data-analyzing-network-information-web-presentation-handheld-shot_482257-50935.jpg"},
title: "Scale Multiplier",
quote: "We've scaled 3x since implementing their AI sales funnels.",
name: "Amanda White",
role: "Founder, RetailX",
imageSrc: "http://img.b2bpic.net/free-photo/company-worker-browsing-internet-research-project-using-computer-create-business-report-with-charts-data-analyzing-network-information-web-presentation-handheld-shot_482257-50935.jpg",
},
]} ]}
title="Elite Feedback" title="Elite Feedback"
description="See why industry leaders choose Aureon." description="See why industry leaders choose Aureon."
@@ -291,37 +182,16 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ {
id: "p1", id: "p1", badge: "Elite", price: "$15,000", subtitle: "Full Scale Integration", features: [
badge: "Elite", "Custom AI Models", "Dedicated Manager", "Workflow Audit"],
price: "$15,000",
subtitle: "Full Scale Integration",
features: [
"Custom AI Models",
"Dedicated Manager",
"Workflow Audit",
],
}, },
{ {
id: "p2", id: "p2", badge: "Core", price: "$8,500", subtitle: "Essential Automation", features: [
badge: "Core", "Chatbot Setup", "CRM Integration", "Monthly Review"],
price: "$8,500",
subtitle: "Essential Automation",
features: [
"Chatbot Setup",
"CRM Integration",
"Monthly Review",
],
}, },
{ {
id: "p3", id: "p3", badge: "Start", price: "$3,000", subtitle: "Proof of Concept", features: [
badge: "Start", "Pilot Campaign", "Email Funnel", "Basic Reporting"],
price: "$3,000",
subtitle: "Proof of Concept",
features: [
"Pilot Campaign",
"Email Funnel",
"Basic Reporting",
],
}, },
]} ]}
title="Exclusive Onboarding" title="Exclusive Onboarding"
@@ -335,20 +205,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "How fast is implementation?", content: "Our pilots launch within 14 days, with full systems ready in under 45 days."},
title: "How fast is implementation?",
content: "Our pilots launch within 14 days, with full systems ready in under 45 days.",
},
{ {
id: "f2", id: "f2", title: "Is my data secure?", content: "We prioritize enterprise-grade security protocols for all custom AI integrations."},
title: "Is my data secure?",
content: "We prioritize enterprise-grade security protocols for all custom AI integrations.",
},
{ {
id: "f3", id: "f3", title: "Why choose Aureon?", content: "We focus on tangible business outcomes, not just technical implementation."},
title: "Why choose Aureon?",
content: "We focus on tangible business outcomes, not just technical implementation.",
},
]} ]}
title="Common Questions" title="Common Questions"
description="Everything you need to know about our elite automation process." description="Everything you need to know about our elite automation process."
@@ -360,8 +221,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Limited Slots" tag="Limited Slots"
title="Secure Your Transformation" title="Secure Your Transformation"
description="Only 3 onboarding slots remain for this month. Apply now to book your free strategy call." description="Only 3 onboarding slots remain for this month. Apply now to book your free strategy call."
@@ -375,42 +235,27 @@ export default function LandingPage() {
logoText="Aureon AI" logoText="Aureon AI"
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "Services", label: "Services", href: "#services"},
href: "#services",
},
{ {
label: "Pricing", label: "Pricing", href: "#pricing"},
href: "#pricing",
},
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ {
label: "Blog", label: "Blog", href: "#"},
href: "#",
},
{ {
label: "Case Studies", label: "Case Studies", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms", label: "Terms", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -419,4 +264,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }