Merge version_1 into main #2
263
src/app/page.tsx
263
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
]}
|
||||
brandName="NexAI Assistant"
|
||||
/>
|
||||
@@ -57,37 +45,14 @@ export default function LandingPage() {
|
||||
<HeroCarouselLogo
|
||||
logoText="NexAI Assistant"
|
||||
description="Unlock your team's potential with the most advanced AI assistant built for productivity and seamless integration."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#pricing",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Started", href: "#pricing" }]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/demo-digital-device_23-2149243957.jpg?_wi=1",
|
||||
imageAlt: "ai assistant interface dark mode",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-lights-wonder-wheel_23-2148328063.jpg?_wi=1",
|
||||
imageAlt: "ai neural network abstraction",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg",
|
||||
imageAlt: "saas dashboard design dark",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301557.jpg",
|
||||
imageAlt: "digital brain circuitry",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg",
|
||||
imageAlt: "holographic ai dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sleek-smartphone-with-blank-white-screen-gray-surface_9975-134369.jpg",
|
||||
imageAlt: "modern ui interface design",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/demo-digital-device_23-2149243957.jpg", imageAlt: "ai assistant interface dark mode" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-lights-wonder-wheel_23-2148328063.jpg", imageAlt: "ai neural network abstraction" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg", imageAlt: "saas dashboard design dark" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301557.jpg", imageAlt: "digital brain circuitry" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", imageAlt: "holographic ai dashboard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sleek-smartphone-with-blank-white-screen-gray-surface_9975-134369.jpg", imageAlt: "modern ui interface design" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -96,26 +61,11 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "The Future of ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/human-hand-passing-gear-robotic-hand_23-2152006116.jpg",
|
||||
alt: "ai assistant user experience",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Productivity",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
{ type: "text", content: "The Future of " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/human-hand-passing-gear-robotic-hand_23-2152006116.jpg", alt: "ai assistant user experience" },
|
||||
{ type: "text", content: " Productivity" },
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#features" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -125,21 +75,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Real-time Processing",
|
||||
description: "Get instant insights with our lightning-fast engine.",
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Enterprise Security",
|
||||
description: "Your data remains yours with bank-grade encryption.",
|
||||
},
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Smart Automation",
|
||||
description: "Automate complex workflows without writing a single line of code.",
|
||||
},
|
||||
{ icon: Zap, title: "Real-time Processing", description: "Get instant insights with our lightning-fast engine." },
|
||||
{ icon: Shield, title: "Enterprise Security", description: "Your data remains yours with bank-grade encryption." },
|
||||
{ icon: Sparkles, title: "Smart Automation", description: "Automate complex workflows without writing a single line of code." },
|
||||
]}
|
||||
title="Why Choose NexAI?"
|
||||
description="Harness the power of cutting-edge language processing and machine learning to accelerate your business growth."
|
||||
@@ -150,15 +88,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"InnovateTech",
|
||||
"FutureDynamics",
|
||||
"SkyNetSystems",
|
||||
"DataGlobal",
|
||||
"CloudVision",
|
||||
"NextGenLabs",
|
||||
"QuantumData",
|
||||
]}
|
||||
names={["InnovateTech", "FutureDynamics", "SkyNetSystems", "DataGlobal", "CloudVision", "NextGenLabs", "QuantumData"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Join the ranks of innovative companies powered by NexAI technology."
|
||||
/>
|
||||
@@ -170,56 +100,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
title: "Starter",
|
||||
price: "$49",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"1 User",
|
||||
"Standard AI Access",
|
||||
"100 API Calls",
|
||||
],
|
||||
button: {
|
||||
text: "Select Starter",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yjjtg9",
|
||||
imageAlt: "tech brand logo minimal",
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
title: "Professional",
|
||||
price: "$199",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"5 Users",
|
||||
"Advanced AI Access",
|
||||
"Unlimited API Calls",
|
||||
"Dedicated Support",
|
||||
],
|
||||
button: {
|
||||
text: "Select Professional",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/demo-digital-device_23-2149243957.jpg?_wi=2",
|
||||
imageAlt: "tech brand logo minimal",
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
title: "Enterprise",
|
||||
price: "$499",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Unlimited Users",
|
||||
"Custom LLM Training",
|
||||
"Custom Integration",
|
||||
"White-glove Service",
|
||||
],
|
||||
button: {
|
||||
text: "Select Enterprise",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-lights-wonder-wheel_23-2148328063.jpg?_wi=2",
|
||||
imageAlt: "tech brand logo minimal",
|
||||
},
|
||||
{ id: "starter", title: "Starter", price: "$49", period: "/mo", features: ["1 User", "Standard AI Access", "100 API Calls"], button: { text: "Select Starter" }, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yjjtg9", imageAlt: "tech brand logo minimal" },
|
||||
{ id: "pro", title: "Professional", price: "$199", period: "/mo", features: ["5 Users", "Advanced AI Access", "Unlimited API Calls", "Dedicated Support"], button: { text: "Select Professional" }, imageSrc: "http://img.b2bpic.net/free-photo/demo-digital-device_23-2149243957.jpg", imageAlt: "tech brand logo minimal" },
|
||||
{ id: "enterprise", title: "Enterprise", price: "$499", period: "/mo", features: ["Unlimited Users", "Custom LLM Training", "Custom Integration", "White-glove Service"], button: { text: "Select Enterprise" }, imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-lights-wonder-wheel_23-2148328063.jpg", imageAlt: "tech brand logo minimal" },
|
||||
]}
|
||||
title="Flexible Plans for Every Scale"
|
||||
description="Choose the perfect plan for your individual needs or enterprise requirements."
|
||||
@@ -232,41 +115,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice Wang",
|
||||
role: "Head of Engineering",
|
||||
testimonial: "NexAI completely changed our dev lifecycle.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bob Miller",
|
||||
role: "Product Lead",
|
||||
testimonial: "Unparalleled speed and accuracy in task automation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17885.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Charlie Davis",
|
||||
role: "CEO",
|
||||
testimonial: "Essential tool for our digital transformation journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-male-with-tattoos-arms-dressed-red-christmas-pants-using-tablet-pc-room-with-loft-interior_613910-14658.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Diana Ross",
|
||||
role: "Operations Manager",
|
||||
testimonial: "The integration was seamless, and the support was stellar.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-15972.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Evan Chen",
|
||||
role: "Software Architect",
|
||||
testimonial: "NexAI is quite simply the best AI assistant I've used.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-senior-businessman-walking-outside-modern-office-building_1139-1081.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Alice Wang", role: "Head of Engineering", testimonial: "NexAI completely changed our dev lifecycle.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg" },
|
||||
{ id: "t2", name: "Bob Miller", role: "Product Lead", testimonial: "Unparalleled speed and accuracy in task automation.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17885.jpg" },
|
||||
{ id: "t3", name: "Charlie Davis", role: "CEO", testimonial: "Essential tool for our digital transformation journey.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-male-with-tattoos-arms-dressed-red-christmas-pants-using-tablet-pc-room-with-loft-interior_613910-14658.jpg" },
|
||||
{ id: "t4", name: "Diana Ross", role: "Operations Manager", testimonial: "The integration was seamless, and the support was stellar.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-15972.jpg" },
|
||||
{ id: "t5", name: "Evan Chen", role: "Software Architect", testimonial: "NexAI is quite simply the best AI assistant I've used.", imageSrc: "http://img.b2bpic.net/free-photo/serious-senior-businessman-walking-outside-modern-office-building_1139-1081.jpg" },
|
||||
]}
|
||||
title="Voices from the Field"
|
||||
description="Hear what our early adopters have to say about their experience with NexAI."
|
||||
@@ -278,21 +131,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What integrations do you support?",
|
||||
content: "We support all major IDEs, cloud providers, and Slack.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I train NexAI on my data?",
|
||||
content: "Yes, our Enterprise tier supports custom LLM training.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How is data secured?",
|
||||
content: "Data is encrypted at rest and in transit.",
|
||||
},
|
||||
{ id: "q1", title: "What integrations do you support?", content: "We support all major IDEs, cloud providers, and Slack." },
|
||||
{ id: "q2", title: "Can I train NexAI on my data?", content: "Yes, our Enterprise tier supports custom LLM training." },
|
||||
{ id: "q3", title: "How is data secured?", content: "Data is encrypted at rest and in transit." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Find quick answers to the most frequently asked questions about NexAI."
|
||||
@@ -302,10 +143,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact Us"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Ready to Start?"
|
||||
description="Contact our experts to discuss how NexAI can solve your unique business challenges."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/realistic-phone-studio-social-media-concept_23-2151459506.jpg"
|
||||
@@ -316,42 +156,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Documentation",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }] },
|
||||
{ items: [{ label: "Documentation", href: "#" }, { label: "Support", href: "#" }] },
|
||||
{ items: [{ label: "Terms of Service", href: "#" }, { label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
logoText="NexAI Assistant"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user