Merge version_1 into main #2
160
src/app/page.tsx
160
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Impact",
|
||||
id: "metrics",
|
||||
},
|
||||
name: "Impact", id: "metrics"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
]}
|
||||
brandName="AIE"
|
||||
/>
|
||||
@@ -53,38 +45,25 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Scale Intelligence. Redefine Reality."
|
||||
description="The next generation of AI expansion is here. Empower your enterprise with adaptive, scalable intelligence that grows with your vision."
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-tech-leader-s-1774776152470-f3a69ffb.png",
|
||||
alt: "Sarah Chen",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-tech-leader-s-1774776152470-f3a69ffb.png", alt: "Sarah Chen"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-software-engi-1774776152632-d47f51bd.png",
|
||||
alt: "David Miller",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-software-engi-1774776152632-d47f51bd.png", alt: "David Miller"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-product-manag-1774776152286-cc3263f5.png",
|
||||
alt: "Elena Rodriguez",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-product-manag-1774776152286-cc3263f5.png", alt: "Elena Rodriguez"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-an-ai-researche-1774776152267-bf61d401.png",
|
||||
alt: "Mark Johnson",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-an-ai-researche-1774776152267-bf61d401.png", alt: "Mark Johnson"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-tech-leader-s-1774776152470-f3a69ffb.png",
|
||||
alt: "Alex Rivers",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-tech-leader-s-1774776152470-f3a69ffb.png", alt: "Alex Rivers"},
|
||||
]}
|
||||
avatarText="Trusted by 100+ industry pioneers"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -97,34 +76,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Global Deployment",
|
||||
description: "Instant cloud scaling across all regions.",
|
||||
bentoComponent: "globe",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/an-abstract-minimalist-digital-represent-1774776152557-5c8e83b1.png",
|
||||
imageAlt: "An abstract, minimalist digital representation of AI expansion. Soft glowing nodes connected by fine",
|
||||
},
|
||||
title: "Global Deployment", description: "Instant cloud scaling across all regions.", bentoComponent: "globe"},
|
||||
{
|
||||
title: "Performance Insights",
|
||||
description: "Real-time analytics for your infrastructure.",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-tech-leader-s-1774776152470-f3a69ffb.png?_wi=1",
|
||||
imageAlt: "Professional portrait of a tech leader, soft lighting, neutral background, realistic style, 4k.",
|
||||
},
|
||||
title: "Performance Insights", description: "Real-time analytics for your infrastructure.", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Intelligent Chat",
|
||||
aiIcon: Star,
|
||||
title: "Intelligent Chat", aiIcon: Star,
|
||||
userIcon: User,
|
||||
placeholder: "Ask anything...",
|
||||
exchanges: [
|
||||
placeholder: "Ask anything...", exchanges: [
|
||||
{
|
||||
userMessage: "Deploy scaling plan",
|
||||
aiResponse: "Scaling initialized across nodes.",
|
||||
},
|
||||
userMessage: "Deploy scaling plan", aiResponse: "Scaling initialized across nodes."},
|
||||
],
|
||||
bentoComponent: "chat",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-software-engi-1774776152632-d47f51bd.png?_wi=1",
|
||||
imageAlt: "Professional portrait of a software engineer, soft lighting, neutral background, realistic style, 4k",
|
||||
},
|
||||
bentoComponent: "chat"},
|
||||
]}
|
||||
title="Designed for Scale"
|
||||
description="Our AI infrastructure evolves alongside your business needs."
|
||||
@@ -138,31 +100,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.9%",
|
||||
title: "Uptime",
|
||||
items: [
|
||||
"Global redundancy",
|
||||
"Auto-failover enabled",
|
||||
],
|
||||
id: "m1", value: "99.9%", title: "Uptime", items: [
|
||||
"Global redundancy", "Auto-failover enabled"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10x",
|
||||
title: "Scale Speed",
|
||||
items: [
|
||||
"Faster inference",
|
||||
"Optimized routing",
|
||||
],
|
||||
id: "m2", value: "10x", title: "Scale Speed", items: [
|
||||
"Faster inference", "Optimized routing"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "40%",
|
||||
title: "Cost Savings",
|
||||
items: [
|
||||
"Optimized resource use",
|
||||
"Efficient scaling",
|
||||
],
|
||||
id: "m3", value: "40%", title: "Cost Savings", items: [
|
||||
"Optimized resource use", "Efficient scaling"],
|
||||
},
|
||||
]}
|
||||
title="Proven Results"
|
||||
@@ -177,40 +124,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
role: "CTO",
|
||||
testimonial: "The expansion capabilities are unparalleled in the current market.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-tech-leader-s-1774776152470-f3a69ffb.png?_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah Chen", role: "CTO", testimonial: "The expansion capabilities are unparalleled in the current market.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-tech-leader-s-1774776152470-f3a69ffb.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Miller",
|
||||
role: "Lead Architect",
|
||||
testimonial: "Scaling our AI infrastructure was effortless with this platform.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-software-engi-1774776152632-d47f51bd.png?_wi=2",
|
||||
},
|
||||
id: "2", name: "David Miller", role: "Lead Architect", testimonial: "Scaling our AI infrastructure was effortless with this platform.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-software-engi-1774776152632-d47f51bd.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
role: "CEO",
|
||||
testimonial: "A game-changer for our data analytics pipeline.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-product-manag-1774776152286-cc3263f5.png?_wi=1",
|
||||
},
|
||||
id: "3", name: "Elena Rodriguez", role: "CEO", testimonial: "A game-changer for our data analytics pipeline.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-product-manag-1774776152286-cc3263f5.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark Johnson",
|
||||
role: "Product Lead",
|
||||
testimonial: "Reliable, scalable, and remarkably fast.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-an-ai-researche-1774776152267-bf61d401.png",
|
||||
},
|
||||
id: "4", name: "Mark Johnson", role: "Product Lead", testimonial: "Reliable, scalable, and remarkably fast.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-an-ai-researche-1774776152267-bf61d401.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jane Doe",
|
||||
role: "Head of AI",
|
||||
testimonial: "This has transformed our operational efficiency completely.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-tech-leader-s-1774776152470-f3a69ffb.png?_wi=3",
|
||||
},
|
||||
id: "5", name: "Jane Doe", role: "Head of AI", testimonial: "This has transformed our operational efficiency completely.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-tech-leader-s-1774776152470-f3a69ffb.png"},
|
||||
]}
|
||||
title="What Partners Say"
|
||||
description="Hear from industry leaders scaling with our technology."
|
||||
@@ -227,23 +149,11 @@ export default function LandingPage() {
|
||||
description="Choose the right plan for your growth stage."
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Starter",
|
||||
price: "$499/mo",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-tech-leader-s-1774776152470-f3a69ffb.png?_wi=4",
|
||||
},
|
||||
id: "p1", name: "Starter", price: "$499/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-tech-leader-s-1774776152470-f3a69ffb.png"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pro",
|
||||
price: "$999/mo",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-software-engi-1774776152632-d47f51bd.png?_wi=3",
|
||||
},
|
||||
id: "p2", name: "Pro", price: "$999/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-software-engi-1774776152632-d47f51bd.png"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Enterprise",
|
||||
price: "Custom",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-product-manag-1774776152286-cc3263f5.png?_wi=2",
|
||||
},
|
||||
id: "p3", name: "Enterprise", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc6diWs6dLfSXEy04veah2BgJS/professional-portrait-of-a-product-manag-1774776152286-cc3263f5.png"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -252,13 +162,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="AIE"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Contact Us", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user