Merge version_4 into main #4
269
src/app/page.tsx
269
src/app/page.tsx
@@ -27,26 +27,18 @@ export default function LandingPage() {
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<ReactLenis root options={{ lerp: 0.05, duration: 2, smoothWheel: true }}>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Aureon AI"
|
||||
/>
|
||||
@@ -55,63 +47,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Free AI Strategy Call",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Free AI Strategy Call", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-road-spedd-concept_1194-637950.jpg"
|
||||
imageAlt="Aureon AI Studio Hero"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bokeh-texture_1048-2688.jpg",
|
||||
alt: "Bokeh texture",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/bokeh-texture_1048-2688.jpg", alt: "Bokeh texture"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/background-with-abstract-yellow-light-effects_181624-14083.jpg",
|
||||
alt: "Background with abstract yellow light effects",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/background-with-abstract-yellow-light-effects_181624-14083.jpg", alt: "Background with abstract yellow light effects"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/party-composition-with-colorful-confetti_23-2147852252.jpg",
|
||||
alt: "Party composition with colorful confetti",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/party-composition-with-colorful-confetti_23-2147852252.jpg", alt: "Party composition with colorful confetti"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139318.jpg",
|
||||
alt: "Blurred night lights",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139318.jpg", alt: "Blurred night lights"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/trail-golden-particles-light-background-illustration_1017-42068.jpg",
|
||||
alt: "Trail of golden particles light background illustration",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/trail-golden-particles-light-background-illustration_1017-42068.jpg", alt: "Trail of golden particles light background illustration"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ Industry Leaders"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "AI Workflow Optimization",
|
||||
},
|
||||
type: "text", text: "AI Workflow Optimization"},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Intelligent Support",
|
||||
},
|
||||
type: "text", text: "24/7 Intelligent Support"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Automated Revenue Streams",
|
||||
},
|
||||
type: "text", text: "Automated Revenue Streams"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Predictive Analytics",
|
||||
},
|
||||
type: "text", text: "Predictive Analytics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Seamless System Integration",
|
||||
},
|
||||
type: "text", text: "Seamless System Integration"},
|
||||
]}
|
||||
/>
|
||||
</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."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Bespoke Intelligence",
|
||||
description: "Customized AI frameworks tailored to your specific business architecture.",
|
||||
},
|
||||
title: "Bespoke Intelligence", description: "Customized AI frameworks tailored to your specific business architecture."},
|
||||
{
|
||||
title: "24/7 Operations",
|
||||
description: "Our systems never sleep, ensuring constant engagement and growth.",
|
||||
},
|
||||
title: "24/7 Operations", description: "Our systems never sleep, ensuring constant engagement and growth."},
|
||||
{
|
||||
title: "Elite Integration",
|
||||
description: "Seamlessly bridge the gap between your existing tools and advanced AI.",
|
||||
},
|
||||
title: "Elite Integration", 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"
|
||||
imageAlt="Our Studio Workspace"
|
||||
@@ -149,34 +112,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
label: "Automation",
|
||||
title: "AI Chatbot Development",
|
||||
items: [
|
||||
"Context-aware responses",
|
||||
"Multilingual support",
|
||||
"24/7 lead qualification",
|
||||
],
|
||||
id: "s1", label: "Automation", title: "AI Chatbot Development", items: [
|
||||
"Context-aware responses", "Multilingual support", "24/7 lead qualification"],
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
label: "Optimization",
|
||||
title: "Workflow Automation",
|
||||
items: [
|
||||
"Task management AI",
|
||||
"Email sequence automation",
|
||||
"ERP integration",
|
||||
],
|
||||
id: "s2", label: "Optimization", title: "Workflow Automation", items: [
|
||||
"Task management AI", "Email sequence automation", "ERP integration"],
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
label: "Revenue",
|
||||
title: "AI Sales Funnels",
|
||||
items: [
|
||||
"Predictive conversion modeling",
|
||||
"Automated re-engagement",
|
||||
"Customer journey mapping",
|
||||
],
|
||||
id: "s3", label: "Revenue", title: "AI Sales Funnels", items: [
|
||||
"Predictive conversion modeling", "Automated re-engagement", "Customer journey mapping"],
|
||||
},
|
||||
]}
|
||||
title="Our Elite Services"
|
||||
@@ -192,41 +137,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Workflow Engine",
|
||||
price: "$7,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/phone-with-ai-chat_1268-21801.jpg",
|
||||
},
|
||||
id: "p2", name: "Workflow Engine", price: "$7,499", imageSrc: "http://img.b2bpic.net/free-photo/phone-with-ai-chat_1268-21801.jpg"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Integration Suite",
|
||||
price: "$5,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599384.jpg",
|
||||
},
|
||||
id: "p4", name: "Integration Suite", price: "$5,500", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599384.jpg"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Core AI Modules"
|
||||
description="Our pre-built accelerators to get you started faster."
|
||||
@@ -239,45 +160,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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="Elite Feedback"
|
||||
description="See why industry leaders choose Aureon."
|
||||
@@ -291,37 +182,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Elite",
|
||||
price: "$15,000",
|
||||
subtitle: "Full Scale Integration",
|
||||
features: [
|
||||
"Custom AI Models",
|
||||
"Dedicated Manager",
|
||||
"Workflow Audit",
|
||||
],
|
||||
id: "p1", badge: "Elite", price: "$15,000", subtitle: "Full Scale Integration", features: [
|
||||
"Custom AI Models", "Dedicated Manager", "Workflow Audit"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Core",
|
||||
price: "$8,500",
|
||||
subtitle: "Essential Automation",
|
||||
features: [
|
||||
"Chatbot Setup",
|
||||
"CRM Integration",
|
||||
"Monthly Review",
|
||||
],
|
||||
id: "p2", badge: "Core", price: "$8,500", subtitle: "Essential Automation", features: [
|
||||
"Chatbot Setup", "CRM Integration", "Monthly Review"],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
badge: "Start",
|
||||
price: "$3,000",
|
||||
subtitle: "Proof of Concept",
|
||||
features: [
|
||||
"Pilot Campaign",
|
||||
"Email Funnel",
|
||||
"Basic Reporting",
|
||||
],
|
||||
id: "p3", badge: "Start", price: "$3,000", subtitle: "Proof of Concept", features: [
|
||||
"Pilot Campaign", "Email Funnel", "Basic Reporting"],
|
||||
},
|
||||
]}
|
||||
title="Exclusive Onboarding"
|
||||
@@ -335,20 +205,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How fast is implementation?",
|
||||
content: "Our pilots launch within 14 days, with full systems ready in under 45 days.",
|
||||
},
|
||||
id: "f1", title: "How fast is implementation?", content: "Our pilots launch within 14 days, with full systems ready in under 45 days."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is my data secure?",
|
||||
content: "We prioritize enterprise-grade security protocols for all custom AI integrations.",
|
||||
},
|
||||
id: "f2", title: "Is my data secure?", content: "We prioritize enterprise-grade security protocols for all custom AI integrations."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Why choose Aureon?",
|
||||
content: "We focus on tangible business outcomes, not just technical implementation.",
|
||||
},
|
||||
id: "f3", title: "Why choose Aureon?", content: "We focus on tangible business outcomes, not just technical implementation."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our elite automation process."
|
||||
@@ -360,8 +221,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Limited Slots"
|
||||
title="Secure Your Transformation"
|
||||
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"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Case Studies",
|
||||
href: "#",
|
||||
},
|
||||
label: "Case Studies", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -419,4 +264,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user