Update src/app/page.tsx

This commit is contained in:
2026-05-11 16:47:35 +00:00
parent acca3c1943
commit 5ee637d7a6

View File

@@ -33,89 +33,56 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Features", name: "Features", id: "#features"},
id: "#features",
},
{ {
name: "Platform", name: "Platform", id: "#platform"},
id: "#platform",
},
{ {
name: "Pricing", name: "Pricing", id: "#pricing"},
id: "#pricing",
},
{ {
name: "Support", name: "Support", id: "#faq"},
id: "#faq",
},
]} ]}
brandName="Lanix" brandName="Lanix"
button={{ button={{
text: "Get Started", text: "Get Started", href: "#contact"}}
href: "#contact",
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboard <HeroBillboard
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
title="Empowering Tomorrow with Lanix AI" title="Empowering Tomorrow with Lanix AI"
description="Unlock the next generation of automation, data processing, and intelligence with our all-in-one AI platform designed for high-performance enterprises." description="Unlock the next generation of automation, data processing, and intelligence with our all-in-one AI platform designed for high-performance enterprises."
buttons={[ buttons={[
{ {
text: "Explore Platform", text: "Explore Platform", href: "#platform"},
href: "#platform",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg" imageSrc="http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg", src: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg", alt: "Executive"},
alt: "Executive",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg", src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg", alt: "Leader"},
alt: "Leader",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", alt: "Partner"},
alt: "Partner",
},
{ {
src: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", src: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", alt: "Lead"},
alt: "Lead",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg", src: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg", alt: "Consultant"},
alt: "Consultant",
},
]} ]}
avatarText="Trusted by 500+ leaders globally" avatarText="Trusted by 500+ leaders globally"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Enterprise Performance"},
text: "Enterprise Performance",
},
{ {
type: "text", type: "text", text: "Neural Processing"},
text: "Neural Processing",
},
{ {
type: "text", type: "text", text: "Scalable Automation"},
text: "Scalable Automation",
},
{ {
type: "text", type: "text", text: "Secure Infrastructure"},
text: "Secure Infrastructure",
},
{ {
type: "text", type: "text", text: "Real-time Intelligence"},
text: "Real-time Intelligence",
},
]} ]}
/> />
</div> </div>
@@ -127,30 +94,15 @@ export default function LandingPage() {
description="Powerful capabilities to transform your business operations effortlessly." description="Powerful capabilities to transform your business operations effortlessly."
accordionItems={[ accordionItems={[
{ {
id: "1", id: "1", title: "Real-time Analytics", content: "Instant insights powered by our proprietary deep learning models."},
title: "Real-time Analytics",
content: "Instant insights powered by our proprietary deep learning models.",
},
{ {
id: "2", id: "2", title: "Secure Cloud Infrastructure", content: "Enterprise-grade security protecting your sensitive business data."},
title: "Secure Cloud Infrastructure",
content: "Enterprise-grade security protecting your sensitive business data.",
},
{ {
id: "3", id: "3", title: "Seamless Integration", content: "Connect with your favorite tools via our powerful API engine."},
title: "Seamless Integration",
content: "Connect with your favorite tools via our powerful API engine.",
},
{ {
id: "4", id: "4", title: "Autonomous Scaling", content: "Our platform dynamically allocates resources based on real-time demand."},
title: "Autonomous Scaling",
content: "Our platform dynamically allocates resources based on real-time demand.",
},
{ {
id: "5", id: "5", title: "Custom Neural Labs", content: "Build and deploy bespoke models tailored to your niche industry requirements."},
title: "Custom Neural Labs",
content: "Build and deploy bespoke models tailored to your niche industry requirements.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/data-center-computer-systems-controlling-network-resources-closeup_482257-126065.jpg" imageSrc="http://img.b2bpic.net/free-photo/data-center-computer-systems-controlling-network-resources-closeup_482257-126065.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -164,22 +116,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", title: "Users", value: "500k+", icon: Users,
title: "Users",
value: "500k+",
icon: Users,
}, },
{ {
id: "m2", id: "m2", title: "Data Processed", value: "10PB+", icon: Database,
title: "Data Processed",
value: "10PB+",
icon: Database,
}, },
{ {
id: "m3", id: "m3", title: "Efficiency Gain", value: "45%", icon: Zap,
title: "Efficiency Gain",
value: "45%",
icon: Zap,
}, },
]} ]}
title="Platform Impact" title="Platform Impact"
@@ -195,41 +138,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Data Intelligence", price: "From $99/mo", imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-background_1048-13141.jpg"},
name: "Data Intelligence",
price: "From $99/mo",
imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-background_1048-13141.jpg",
},
{ {
id: "p2", id: "p2", name: "Automation Suite", price: "From $199/mo", imageSrc: "http://img.b2bpic.net/free-photo/flying-snake_488145-667.jpg"},
name: "Automation Suite",
price: "From $199/mo",
imageSrc: "http://img.b2bpic.net/free-photo/flying-snake_488145-667.jpg",
},
{ {
id: "p3", id: "p3", name: "API Enterprise", price: "From $499/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wbld5f"},
name: "API Enterprise",
price: "From $499/mo",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wbld5f",
},
{ {
id: "p4", id: "p4", name: "Insights Pro", price: "From $149/mo", imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-background_1048-10383.jpg"},
name: "Insights Pro",
price: "From $149/mo",
imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-background_1048-10383.jpg",
},
{ {
id: "p5", id: "p5", name: "Secure Sync", price: "From $249/mo", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-cyber-particle-design-background_1048-12776.jpg"},
name: "Secure Sync",
price: "From $249/mo",
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-cyber-particle-design-background_1048-12776.jpg",
},
{ {
id: "p6", id: "p6", name: "Neural Lab", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/3d-vertical-background-with-abstract-style_23-2150641316.jpg"},
name: "Neural Lab",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/3d-vertical-background-with-abstract-style_23-2150641316.jpg",
},
]} ]}
title="Our Solutions" title="Our Solutions"
description="Choose the right path for your organization's digital transformation." description="Choose the right path for your organization's digital transformation."
@@ -243,45 +162,20 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Alice M.", handle: "@techleader", testimonial: "Lanix changed how we handle data. Absolutely essential.", rating: 5,
name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg"},
handle: "@techleader",
testimonial: "Lanix changed how we handle data. Absolutely essential.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
},
{ {
id: "2", id: "2", name: "Bob K.", handle: "@innovationhub", testimonial: "The most powerful AI platform on the market today.", rating: 5,
name: "Bob K.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-business-woman_23-2148356286.jpg"},
handle: "@innovationhub",
testimonial: "The most powerful AI platform on the market today.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-business-woman_23-2148356286.jpg",
},
{ {
id: "3", id: "3", name: "Charlie D.", handle: "@growthops", testimonial: "Effortless integration and amazing support.", rating: 5,
name: "Charlie D.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg"},
handle: "@growthops",
testimonial: "Effortless integration and amazing support.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
},
{ {
id: "4", id: "4", name: "Diana S.", handle: "@designleads", testimonial: "High performance and intuitive design.", rating: 5,
name: "Diana S.", imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg"},
handle: "@designleads",
testimonial: "High performance and intuitive design.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
},
{ {
id: "5", id: "5", name: "Edward R.", handle: "@datapro", testimonial: "Unmatched speed and reliability for our enterprise.", rating: 5,
name: "Edward R.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg"},
handle: "@datapro",
testimonial: "Unmatched speed and reliability for our enterprise.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg",
},
]} ]}
showRating={true} showRating={true}
title="What Partners Say" title="What Partners Say"
@@ -296,37 +190,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "b", id: "b", badge: "Core", price: "$99", subtitle: "Essential AI Tools", features: [
badge: "Core", "1 User", "Basic Analytics", "Community Support"],
price: "$99",
subtitle: "Essential AI Tools",
features: [
"1 User",
"Basic Analytics",
"Community Support",
],
}, },
{ {
id: "p", id: "p", badge: "Pro", price: "$299", subtitle: "Scalable Growth", features: [
badge: "Pro", "10 Users", "Advanced Insights", "Priority Support"],
price: "$299",
subtitle: "Scalable Growth",
features: [
"10 Users",
"Advanced Insights",
"Priority Support",
],
}, },
{ {
id: "e", id: "e", badge: "Enterprise", price: "$999", subtitle: "Full Suite Access", features: [
badge: "Enterprise", "Unlimited Users", "Custom Models", "Dedicated Manager"],
price: "$999",
subtitle: "Full Suite Access",
features: [
"Unlimited Users",
"Custom Models",
"Dedicated Manager",
],
}, },
]} ]}
title="Pricing Plans" title="Pricing Plans"
@@ -339,20 +212,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "How secure is my data?", content: "We use AES-256 encryption and bank-level security practices."},
title: "How secure is my data?",
content: "We use AES-256 encryption and bank-level security practices.",
},
{ {
id: "f2", id: "f2", title: "Can I upgrade anytime?", content: "Absolutely. Switch between plans with a single click in your dashboard."},
title: "Can I upgrade anytime?",
content: "Absolutely. Switch between plans with a single click in your dashboard.",
},
{ {
id: "f3", id: "f3", title: "Do you offer trials?", content: "We provide a 14-day free trial on all Pro-level accounts."},
title: "Do you offer trials?", {
content: "We provide a 14-day free trial on all Pro-level accounts.", id: "f4", title: "Data Privacy Compliance", content: "Our platform is fully GDPR and SOC2 compliant, ensuring your enterprise meets all regulatory requirements."},
}, {
id: "f5", title: "API Setup Time", content: "Our standardized API allows for full integration in under 30 minutes, minimizing downtime during onboarding."},
]} ]}
sideTitle="Common Questions" sideTitle="Common Questions"
sideDescription="Everything you need to know about Lanix." sideDescription="Everything you need to know about Lanix."
@@ -364,8 +232,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
tag="Ready to Start?" tag="Ready to Start?"
title="Transform Your Business with Lanix AI" title="Transform Your Business with Lanix AI"
description="Sign up today and get exclusive access to our next-gen platform." description="Sign up today and get exclusive access to our next-gen platform."
@@ -378,42 +245,27 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Platform", title: "Platform", items: [
items: [
{ {
label: "Features", label: "Features", href: "#features"},
href: "#features",
},
{ {
label: "Enterprise", label: "Enterprise", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ {
label: "API Docs", label: "API Docs", href: "#"},
href: "#",
},
{ {
label: "Blog", label: "Blog", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -424,4 +276,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }