Merge version_1 into main #2
159
src/app/page.tsx
159
src/app/page.tsx
@@ -28,35 +28,26 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="NexAI"
|
||||
button={{
|
||||
text: "Join Now", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
logoText="NexAI Assistant"
|
||||
description="Empower your workflow with a next-generation AI assistant designed to automate, innovate, and elevate your productivity."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/a-futuristic-ai-assistant-dashboard-inte-1774704711533-85b6e892.png"
|
||||
@@ -73,23 +64,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Smart Automation",
|
||||
description: "Streamline repetitive tasks with intelligent logic.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/close-up-of-a-holographic-light-beam-rep-1774704711879-e6a3f4a9.png",
|
||||
},
|
||||
id: "f1", title: "Smart Automation", description: "Streamline repetitive tasks with intelligent logic.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/close-up-of-a-holographic-light-beam-rep-1774704711879-e6a3f4a9.png"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Data Insights",
|
||||
description: "Uncover hidden patterns in your data with ease.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/an-abstract-3d-geometric-shape-represent-1774704712841-c0b066dc.png",
|
||||
},
|
||||
id: "f2", title: "Data Insights", description: "Uncover hidden patterns in your data with ease.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/an-abstract-3d-geometric-shape-represent-1774704712841-c0b066dc.png"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Secure Cloud",
|
||||
description: "Enterprise-grade security for all your assets.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/an-abstract-neural-pathway-design-with-i-1774704710951-78c49a89.png",
|
||||
},
|
||||
id: "f3", title: "Secure Cloud", description: "Enterprise-grade security for all your assets.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/an-abstract-neural-pathway-design-with-i-1774704710951-78c49a89.png"},
|
||||
]}
|
||||
title="Advanced Capabilities"
|
||||
description="Our AI assistant is built with powerful features to help you tackle complex tasks effortlessly."
|
||||
@@ -103,37 +82,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "$29/mo",
|
||||
subtitle: "For individuals",
|
||||
features: [
|
||||
"Task Automation",
|
||||
"Basic Analytics",
|
||||
"Email Support",
|
||||
],
|
||||
id: "basic", badge: "Essential", price: "$29/mo", subtitle: "For individuals", features: [
|
||||
"Task Automation", "Basic Analytics", "Email Support"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Popular",
|
||||
price: "$79/mo",
|
||||
subtitle: "For teams",
|
||||
features: [
|
||||
"All Basic Features",
|
||||
"Advanced Data Tools",
|
||||
"24/7 Priority Support",
|
||||
],
|
||||
id: "pro", badge: "Popular", price: "$79/mo", subtitle: "For teams", features: [
|
||||
"All Basic Features", "Advanced Data Tools", "24/7 Priority Support"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Custom",
|
||||
price: "Contact Us",
|
||||
subtitle: "For scale",
|
||||
features: [
|
||||
"Unlimited Automation",
|
||||
"Dedicated Account Manager",
|
||||
"Custom Security",
|
||||
],
|
||||
id: "enterprise", badge: "Custom", price: "Contact Us", subtitle: "For scale", features: [
|
||||
"Unlimited Automation", "Dedicated Account Manager", "Custom Security"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Plans"
|
||||
@@ -146,49 +104,24 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
handle: "@schen",
|
||||
testimonial: "This AI assistant changed the way I work completely.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/portrait-of-a-tech-lead-professional-cle-1774704710769-0af8e7f7.png?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah Chen", handle: "@schen", testimonial: "This AI assistant changed the way I work completely.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/portrait-of-a-tech-lead-professional-cle-1774704710769-0af8e7f7.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Wilson",
|
||||
handle: "@mwilson",
|
||||
testimonial: "Incredibly smart and intuitive. A must-have tool.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/portrait-of-a-young-software-engineer-hi-1774704710798-8962d1c9.png",
|
||||
},
|
||||
id: "2", name: "Mark Wilson", handle: "@mwilson", testimonial: "Incredibly smart and intuitive. A must-have tool.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/portrait-of-a-young-software-engineer-hi-1774704710798-8962d1c9.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@elena_r",
|
||||
testimonial: "Fast and reliable. Best AI I've used so far.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/portrait-of-a-cto-modern-tech-company-mi-1774704712696-8b6a6c97.png",
|
||||
},
|
||||
id: "3", name: "Elena Rodriguez", handle: "@elena_r", testimonial: "Fast and reliable. Best AI I've used so far.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/portrait-of-a-cto-modern-tech-company-mi-1774704712696-8b6a6c97.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@dkim",
|
||||
testimonial: "Simplified my workflow by at least 50%.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/portrait-of-a-lead-developer-dark-aesthe-1774704711125-39b94786.png",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "@dkim", testimonial: "Simplified my workflow by at least 50%.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/portrait-of-a-lead-developer-dark-aesthe-1774704711125-39b94786.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "James Foster",
|
||||
handle: "@jfoster",
|
||||
testimonial: "The automation features are absolutely stellar. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/portrait-of-a-tech-lead-professional-cle-1774704710769-0af8e7f7.png?_wi=2",
|
||||
},
|
||||
id: "5", name: "James Foster", handle: "@jfoster", testimonial: "The automation features are absolutely stellar. Highly recommended.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/portrait-of-a-tech-lead-professional-cle-1774704710769-0af8e7f7.png"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Trusted by Professionals"
|
||||
description="See what our users are saying about our AI assistant."
|
||||
/>
|
||||
@@ -201,22 +134,14 @@ export default function LandingPage() {
|
||||
description="Ready to transform your productivity? Contact us today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
}}
|
||||
name: "message", placeholder: "How can we help?"}}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/a-dark-atmospheric-digital-communication-1774704710560-6770ae05.png"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -226,29 +151,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user