Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-11 18:50:08 +00:00
3 changed files with 80 additions and 353 deletions

View File

@@ -19,8 +19,7 @@ export default function DashboardPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/" },
{ label: "Pricing", href: "/" },
{ label: "Documentation", href: "https://docs.nextgen-intelligence.io" },
@@ -28,8 +27,7 @@ export default function DashboardPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "Blog", href: "https://blog.nextgen-intelligence.io" },
{ label: "Careers", href: "https://careers.nextgen-intelligence.io" },
@@ -37,8 +35,7 @@ export default function DashboardPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Tutorials", href: "https://tutorials.nextgen-intelligence.io" },
{ label: "Community", href: "https://community.nextgen-intelligence.io" },
{ label: "Support", href: "https://support.nextgen-intelligence.io" },
@@ -46,8 +43,7 @@ export default function DashboardPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "https://nextgen-intelligence.io/privacy" },
{ label: "Terms of Service", href: "https://nextgen-intelligence.io/terms" },
{ label: "Cookie Policy", href: "https://nextgen-intelligence.io/cookies" },
@@ -84,26 +80,14 @@ export default function DashboardPage() {
description="Explore all the powerful features available in your NextGen Intelligence dashboard. Each mode is optimized for specific workflows and use cases."
tag="Dashboard Features"
tagIcon={Zap}
tagAnimation="entrance-slide"
tagAnimation="none"
features={[
{
title: "Smart AI Chat",
description: "Natural, conversational interactions with streaming responses, markdown rendering, and context awareness. Perfect for creative brainstorming and quick answers.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-sleek-interface-showing-an-ai-chatbot--1773254740872-c8f36bac.png?_wi=4",
imageAlt: "A sleek interface showing an AI chatbot responding to a user query",
},
title: "Smart AI Chat", description: "Natural, conversational interactions with streaming responses, markdown rendering, and context awareness. Perfect for creative brainstorming and quick answers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-sleek-interface-showing-an-ai-chatbot--1773254740872-c8f36bac.png", imageAlt: "A sleek interface showing an AI chatbot responding to a user query"},
{
title: "Research Mode",
description: "Comprehensive research capabilities with source aggregation, citations, and multi-step analysis. Ideal for deep dives into complex topics.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/an-advanced-research-mode-interface-show-1773254741364-55b3faff.png?_wi=5",
imageAlt: "An advanced research mode interface showing AI analyzing multiple sources",
},
title: "Research Mode", description: "Comprehensive research capabilities with source aggregation, citations, and multi-step analysis. Ideal for deep dives into complex topics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/an-advanced-research-mode-interface-show-1773254741364-55b3faff.png", imageAlt: "An advanced research mode interface showing AI analyzing multiple sources"},
{
title: "Coding Assistant",
description: "Expert programming support with syntax highlighting, debugging, and multi-language support. Your perfect pair programmer.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-sophisticated-code-generation-interfac-1773254741205-07d37bac.png?_wi=3",
imageAlt: "A sophisticated code generation interface with syntax highlighting",
},
title: "Coding Assistant", description: "Expert programming support with syntax highlighting, debugging, and multi-language support. Your perfect pair programmer.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-sophisticated-code-generation-interfac-1773254741205-07d37bac.png", imageAlt: "A sophisticated code generation interface with syntax highlighting"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -118,54 +102,22 @@ export default function DashboardPage() {
description="Unlock more features and capabilities with our premium plans. Choose what's right for your needs."
tag="Pricing Options"
tagIcon={CreditCard}
tagAnimation="entrance-slide"
tagAnimation="none"
plans={[
{
id: "starter",
title: "Starter",
price: "$9",
period: "/month",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-sleek-interface-showing-an-ai-chatbot--1773254740872-c8f36bac.png?_wi=5",
imageAlt: "Starter plan features",
button: { text: "Upgrade to Starter", href: "#upgrade" },
id: "starter", title: "Starter", price: "$9", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-sleek-interface-showing-an-ai-chatbot--1773254740872-c8f36bac.png", imageAlt: "Starter plan features", button: { text: "Upgrade to Starter", href: "#upgrade" },
features: [
"100 daily conversations",
"General AI mode",
"Basic chat history",
"Email support",
],
"100 daily conversations", "General AI mode", "Basic chat history", "Email support"],
},
{
id: "pro",
title: "Professional",
price: "$29",
period: "/month",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/an-advanced-research-mode-interface-show-1773254741364-55b3faff.png?_wi=6",
imageAlt: "Professional plan features",
button: { text: "Upgrade to Pro", href: "#upgrade" },
id: "pro", title: "Professional", price: "$29", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/an-advanced-research-mode-interface-show-1773254741364-55b3faff.png", imageAlt: "Professional plan features", button: { text: "Upgrade to Pro", href: "#upgrade" },
features: [
"Unlimited conversations",
"All AI modes included",
"Research & analysis",
"Code generation",
"Priority support",
],
"Unlimited conversations", "All AI modes included", "Research & analysis", "Code generation", "Priority support"],
},
{
id: "enterprise",
title: "Enterprise",
price: "Custom",
period: "pricing",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-comprehensive-business-intelligence-da-1773254741352-60ccbb8f.png?_wi=4",
imageAlt: "Enterprise plan features",
button: { text: "Contact Sales", href: "mailto:sales@nextgen-intelligence.io" },
id: "enterprise", title: "Enterprise", price: "Custom", period: "pricing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-comprehensive-business-intelligence-da-1773254741352-60ccbb8f.png", imageAlt: "Enterprise plan features", button: { text: "Contact Sales", href: "mailto:sales@nextgen-intelligence.io" },
features: [
"Custom quotas",
"API access",
"Advanced analytics",
"Dedicated support",
"White-label options",
],
"Custom quotas", "API access", "Advanced analytics", "Dedicated support", "White-label options"],
},
]}
animationType="slide-up"
@@ -178,14 +130,14 @@ export default function DashboardPage() {
<ContactCTA
tag="Need Help?"
tagIcon={Mail}
tagAnimation="entrance-slide"
tagAnimation="none"
title="Have Questions About Your Dashboard?"
description="Our support team is here to help you get the most out of NextGen Intelligence. Reach out with any questions or feedback."
buttons={[
{ text: "Contact Support", href: "mailto:support@nextgen-intelligence.io" },
{ text: "View Documentation", href: "https://docs.nextgen-intelligence.io" },
]}
buttonAnimation="entrance-slide"
buttonAnimation="none"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>

View File

@@ -22,8 +22,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/" },
{ label: "Pricing", href: "/" },
{ label: "Documentation", href: "https://docs.nextgen-intelligence.io" },
@@ -31,8 +30,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "Blog", href: "https://blog.nextgen-intelligence.io" },
{ label: "Careers", href: "https://careers.nextgen-intelligence.io" },
@@ -40,8 +38,7 @@ export default function HomePage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Tutorials", href: "https://tutorials.nextgen-intelligence.io" },
{ label: "Community", href: "https://community.nextgen-intelligence.io" },
{ label: "Support", href: "https://support.nextgen-intelligence.io" },
@@ -49,8 +46,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "https://nextgen-intelligence.io/privacy" },
{ label: "Terms of Service", href: "https://nextgen-intelligence.io/terms" },
{ label: "Cookie Policy", href: "https://nextgen-intelligence.io/cookies" },
@@ -87,44 +83,26 @@ export default function HomePage() {
description="Experience the next generation of conversational AI with advanced research capabilities, coding assistance, image generation, and business intelligence—all in one unified platform."
tag="Advanced AI Platform"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="none"
buttons={[
{ text: "Start Free Trial", href: "/dashboard" },
{ text: "Watch Demo", href: "https://youtube.com" },
]}
buttonAnimation="entrance-slide"
buttonAnimation="none"
background={{ variant: "plain" }}
carouselItems={[
{
id: "1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-modern-ai-chatbot-dashboard-interface--1773254741264-26fb4668.png",
imageAlt: "A modern AI chatbot dashboard interface with a left sidebar containing chat history, a main conversa",
},
id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-modern-ai-chatbot-dashboard-interface--1773254741264-26fb4668.png", imageAlt: "A modern AI chatbot dashboard interface with a left sidebar containing chat history, a main conversa"},
{
id: "2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-sleek-interface-showing-an-ai-chatbot--1773254740872-c8f36bac.png?_wi=1",
imageAlt: "A sleek interface showing an AI chatbot responding to a user query in real-time with streaming text ",
},
id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-sleek-interface-showing-an-ai-chatbot--1773254740872-c8f36bac.png", imageAlt: "A sleek interface showing an AI chatbot responding to a user query in real-time with streaming text "},
{
id: "3",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/an-advanced-research-mode-interface-show-1773254741364-55b3faff.png?_wi=1",
imageAlt: "An advanced research mode interface showing AI analyzing multiple sources, with visual indicators fo",
},
id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/an-advanced-research-mode-interface-show-1773254741364-55b3faff.png", imageAlt: "An advanced research mode interface showing AI analyzing multiple sources, with visual indicators fo"},
{
id: "4",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-sophisticated-code-generation-interfac-1773254741205-07d37bac.png?_wi=1",
imageAlt: "A sophisticated code generation interface with syntax highlighting, real-time code suggestions, and ",
},
id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-sophisticated-code-generation-interfac-1773254741205-07d37bac.png", imageAlt: "A sophisticated code generation interface with syntax highlighting, real-time code suggestions, and "},
{
id: "5",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-creative-image-generation-interface-sh-1773254741377-448209df.png?_wi=1",
imageAlt: "A creative image generation interface showing AI-generated images in a gallery layout with customiza",
},
id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-creative-image-generation-interface-sh-1773254741377-448209df.png", imageAlt: "A creative image generation interface showing AI-generated images in a gallery layout with customiza"},
{
id: "6",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-comprehensive-business-intelligence-da-1773254741352-60ccbb8f.png?_wi=1",
imageAlt: "A comprehensive business intelligence dashboard with data visualization, analytics metrics, and tren",
},
id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-comprehensive-business-intelligence-da-1773254741352-60ccbb8f.png", imageAlt: "A comprehensive business intelligence dashboard with data visualization, analytics metrics, and tren"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -137,44 +115,20 @@ export default function HomePage() {
description="Unlock the full potential of AI with our specialized modes designed for different workflows. From intelligent research to advanced coding, NextGen Intelligence adapts to your needs."
tag="Features"
tagIcon={Zap}
tagAnimation="entrance-slide"
tagAnimation="none"
features={[
{
title: "Smart AI Chat",
description: "Natural, conversational interactions with streaming responses, markdown rendering, and context awareness. Perfect for creative brainstorming and quick answers.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-sleek-interface-showing-an-ai-chatbot--1773254740872-c8f36bac.png?_wi=2",
imageAlt: "A sleek interface showing an AI chatbot responding to a user query",
},
title: "Smart AI Chat", description: "Natural, conversational interactions with streaming responses, markdown rendering, and context awareness. Perfect for creative brainstorming and quick answers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-sleek-interface-showing-an-ai-chatbot--1773254740872-c8f36bac.png", imageAlt: "A sleek interface showing an AI chatbot responding to a user query"},
{
title: "Research Mode",
description: "Comprehensive research capabilities with source aggregation, citations, and multi-step analysis. Ideal for deep dives into complex topics.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/an-advanced-research-mode-interface-show-1773254741364-55b3faff.png?_wi=2",
imageAlt: "An advanced research mode interface showing AI analyzing multiple sources",
},
title: "Research Mode", description: "Comprehensive research capabilities with source aggregation, citations, and multi-step analysis. Ideal for deep dives into complex topics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/an-advanced-research-mode-interface-show-1773254741364-55b3faff.png", imageAlt: "An advanced research mode interface showing AI analyzing multiple sources"},
{
title: "Coding Assistant",
description: "Expert programming support with syntax highlighting, debugging, and multi-language support. Your perfect pair programmer.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-sophisticated-code-generation-interfac-1773254741205-07d37bac.png?_wi=2",
imageAlt: "A sophisticated code generation interface with syntax highlighting",
},
title: "Coding Assistant", description: "Expert programming support with syntax highlighting, debugging, and multi-language support. Your perfect pair programmer.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-sophisticated-code-generation-interfac-1773254741205-07d37bac.png", imageAlt: "A sophisticated code generation interface with syntax highlighting"},
{
title: "Image Generation",
description: "Create stunning visuals with advanced AI image generation. Customize styles, refine results, and build your visual content library.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-creative-image-generation-interface-sh-1773254741377-448209df.png?_wi=2",
imageAlt: "A creative image generation interface showing AI-generated images",
},
title: "Image Generation", description: "Create stunning visuals with advanced AI image generation. Customize styles, refine results, and build your visual content library.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-creative-image-generation-interface-sh-1773254741377-448209df.png", imageAlt: "A creative image generation interface showing AI-generated images"},
{
title: "Business Intelligence",
description: "Advanced analytics and predictive insights for data-driven decision making. Transform raw data into actionable intelligence.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-comprehensive-business-intelligence-da-1773254741352-60ccbb8f.png?_wi=2",
imageAlt: "A comprehensive business intelligence dashboard",
},
title: "Business Intelligence", description: "Advanced analytics and predictive insights for data-driven decision making. Transform raw data into actionable intelligence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-comprehensive-business-intelligence-da-1773254741352-60ccbb8f.png", imageAlt: "A comprehensive business intelligence dashboard"},
{
title: "Study Assistant",
description: "Personalized learning support with adaptive explanations, practice problems, and concept mastery tracking.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/an-advanced-research-mode-interface-show-1773254741364-55b3faff.png?_wi=3",
imageAlt: "Study assistant interface for personalized learning",
},
title: "Study Assistant", description: "Personalized learning support with adaptive explanations, practice problems, and concept mastery tracking.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/an-advanced-research-mode-interface-show-1773254741364-55b3faff.png", imageAlt: "Study assistant interface for personalized learning"},
]}
gridVariant="asymmetric-60-wide-40-narrow"
animationType="slide-up"
@@ -189,54 +143,22 @@ export default function HomePage() {
description="Choose the perfect plan for your AI needs. Scale up anytime as your usage grows."
tag="Pricing"
tagIcon={CreditCard}
tagAnimation="entrance-slide"
tagAnimation="none"
plans={[
{
id: "starter",
title: "Starter",
price: "$9",
period: "/month",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-sleek-interface-showing-an-ai-chatbot--1773254740872-c8f36bac.png?_wi=3",
imageAlt: "Starter plan interface",
button: { text: "Get Started", href: "#signup" },
id: "starter", title: "Starter", price: "$9", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-sleek-interface-showing-an-ai-chatbot--1773254740872-c8f36bac.png", imageAlt: "Starter plan interface", button: { text: "Get Started", href: "#signup" },
features: [
"100 daily conversations",
"General AI mode",
"Basic chat history",
"Email support",
],
"100 daily conversations", "General AI mode", "Basic chat history", "Email support"],
},
{
id: "pro",
title: "Professional",
price: "$29",
period: "/month",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/an-advanced-research-mode-interface-show-1773254741364-55b3faff.png?_wi=4",
imageAlt: "Professional plan interface",
button: { text: "Start Free Trial", href: "#signup" },
id: "pro", title: "Professional", price: "$29", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/an-advanced-research-mode-interface-show-1773254741364-55b3faff.png", imageAlt: "Professional plan interface", button: { text: "Start Free Trial", href: "#signup" },
features: [
"Unlimited conversations",
"All AI modes included",
"Research & analysis",
"Code generation",
"Priority support",
],
"Unlimited conversations", "All AI modes included", "Research & analysis", "Code generation", "Priority support"],
},
{
id: "enterprise",
title: "Enterprise",
price: "Custom",
period: "pricing",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-comprehensive-business-intelligence-da-1773254741352-60ccbb8f.png?_wi=3",
imageAlt: "Enterprise plan interface",
button: { text: "Contact Sales", href: "mailto:sales@nextgen-intelligence.io" },
id: "enterprise", title: "Enterprise", price: "Custom", period: "pricing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-comprehensive-business-intelligence-da-1773254741352-60ccbb8f.png", imageAlt: "Enterprise plan interface", button: { text: "Contact Sales", href: "mailto:sales@nextgen-intelligence.io" },
features: [
"Custom quotas",
"API access",
"Advanced analytics",
"Dedicated support",
"White-label options",
],
"Custom quotas", "API access", "Advanced analytics", "Dedicated support", "White-label options"],
},
]}
animationType="slide-up"
@@ -251,80 +173,20 @@ export default function HomePage() {
description="See how industry professionals are leveraging NextGen Intelligence to transform their work."
tag="Success Stories"
tagIcon={Heart}
tagAnimation="entrance-slide"
tagAnimation="none"
testimonials={[
{
id: "1",
name: "Sarah Chen, CEO of TechFlow",
date: "Date: 15 November 2024",
title: "Transformed our development workflow completely",
quote: "NextGen Intelligence has become an integral part of our team's daily workflow. The coding assistant alone has increased our productivity by 40%, and the research mode helps us stay ahead of industry trends.",
tag: "Enterprise",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-headshot-of-a-diverse-tech--1773254740571-20b986e6.png",
avatarAlt: "Sarah Chen headshot",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/modern-office-workspace-with-team-collab-1773254741162-d697589c.png?_wi=1",
imageAlt: "Modern office workspace with team collaboration",
},
id: "1", name: "Sarah Chen, CEO of TechFlow", date: "Date: 15 November 2024", title: "Transformed our development workflow completely", quote: "NextGen Intelligence has become an integral part of our team's daily workflow. The coding assistant alone has increased our productivity by 40%, and the research mode helps us stay ahead of industry trends.", tag: "Enterprise", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-headshot-of-a-diverse-tech--1773254740571-20b986e6.png", avatarAlt: "Sarah Chen headshot", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/modern-office-workspace-with-team-collab-1773254741162-d697589c.png", imageAlt: "Modern office workspace with team collaboration"},
{
id: "2",
name: "Marcus Rodriguez, Founder of DataViz Inc",
date: "Date: 22 October 2024",
title: "The best AI investment we've made",
quote: "The business intelligence features are phenomenal. We can now analyze complex datasets and generate insights in minutes instead of hours. The ROI has been remarkable.",
tag: "Scale-up",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-headshot-of-a-tech-entrepre-1773254740179-467020c0.png",
avatarAlt: "Marcus Rodriguez headshot",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/advanced-technology-interface-visualizat-1773254741128-2f457fac.png?_wi=1",
imageAlt: "Advanced technology interface visualization",
},
id: "2", name: "Marcus Rodriguez, Founder of DataViz Inc", date: "Date: 22 October 2024", title: "The best AI investment we've made", quote: "The business intelligence features are phenomenal. We can now analyze complex datasets and generate insights in minutes instead of hours. The ROI has been remarkable.", tag: "Scale-up", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-headshot-of-a-tech-entrepre-1773254740179-467020c0.png", avatarAlt: "Marcus Rodriguez headshot", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/advanced-technology-interface-visualizat-1773254741128-2f457fac.png", imageAlt: "Advanced technology interface visualization"},
{
id: "3",
name: "Emma Thompson, Senior Data Scientist",
date: "Date: 10 November 2024",
title: "Remarkable accuracy and reliability",
quote: "I've tested many AI platforms, but NextGen Intelligence stands out for its accuracy, speed, and reliability. The research mode is particularly impressive for complex analysis tasks.",
tag: "Professional",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-headshot-of-a-creative-prof-1773254740985-292bfb79.png",
avatarAlt: "Emma Thompson headshot",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-business-environment-with-t-1773254740596-41a2f59d.png?_wi=1",
imageAlt: "Professional business environment with technology",
},
id: "3", name: "Emma Thompson, Senior Data Scientist", date: "Date: 10 November 2024", title: "Remarkable accuracy and reliability", quote: "I've tested many AI platforms, but NextGen Intelligence stands out for its accuracy, speed, and reliability. The research mode is particularly impressive for complex analysis tasks.", tag: "Professional", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-headshot-of-a-creative-prof-1773254740985-292bfb79.png", avatarAlt: "Emma Thompson headshot", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-business-environment-with-t-1773254740596-41a2f59d.png", imageAlt: "Professional business environment with technology"},
{
id: "4",
name: "David Kim, Product Manager at Innovate Labs",
date: "Date: 5 November 2024",
title: "Game-changer for product development",
quote: "From ideation to execution, NextGen Intelligence accelerates every stage of our product development process. The UI is intuitive and the results are consistently excellent.",
tag: "Growth",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-headshot-of-a-business-exec-1773254739125-ea00cae5.png",
avatarAlt: "David Kim headshot",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/innovative-tech-startup-environment-crea-1773254741310-88740c4c.png?_wi=1",
imageAlt: "Innovative tech startup environment",
},
id: "4", name: "David Kim, Product Manager at Innovate Labs", date: "Date: 5 November 2024", title: "Game-changer for product development", quote: "From ideation to execution, NextGen Intelligence accelerates every stage of our product development process. The UI is intuitive and the results are consistently excellent.", tag: "Growth", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-headshot-of-a-business-exec-1773254739125-ea00cae5.png", avatarAlt: "David Kim headshot", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/innovative-tech-startup-environment-crea-1773254741310-88740c4c.png", imageAlt: "Innovative tech startup environment"},
{
id: "5",
name: "Lisa Yang, AI Research Lead",
date: "Date: 28 October 2024",
title: "The future of conversational AI",
quote: "As an AI researcher, I'm impressed by the sophisticated architecture and seamless integration of multiple AI capabilities. NextGen Intelligence represents the next generation of AI platforms.",
tag: "Research",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-headshot-of-an-ai-researche-1773254740222-0f78cb66.png",
avatarAlt: "Lisa Yang headshot",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/advanced-technology-interface-visualizat-1773254741128-2f457fac.png?_wi=2",
imageAlt: "Technology interface visualization",
},
id: "5", name: "Lisa Yang, AI Research Lead", date: "Date: 28 October 2024", title: "The future of conversational AI", quote: "As an AI researcher, I'm impressed by the sophisticated architecture and seamless integration of multiple AI capabilities. NextGen Intelligence represents the next generation of AI platforms.", tag: "Research", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-headshot-of-an-ai-researche-1773254740222-0f78cb66.png", avatarAlt: "Lisa Yang headshot", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/advanced-technology-interface-visualizat-1773254741128-2f457fac.png", imageAlt: "Technology interface visualization"},
{
id: "6",
name: "James Mitchell, CTO of Digital Solutions",
date: "Date: 18 November 2024",
title: "Exceptional support and continuous improvement",
quote: "The team behind NextGen Intelligence is incredibly responsive and committed to improvement. The platform evolves constantly with user feedback. Highly recommended for any tech organization.",
tag: "Enterprise",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-headshot-of-a-diverse-tech--1773254740571-20b986e6.png",
avatarAlt: "James Mitchell headshot",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/modern-office-workspace-with-team-collab-1773254741162-d697589c.png?_wi=2",
imageAlt: "Office workspace collaboration",
},
id: "6", name: "James Mitchell, CTO of Digital Solutions", date: "Date: 18 November 2024", title: "Exceptional support and continuous improvement", quote: "The team behind NextGen Intelligence is incredibly responsive and committed to improvement. The platform evolves constantly with user feedback. Highly recommended for any tech organization.", tag: "Enterprise", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-headshot-of-a-diverse-tech--1773254740571-20b986e6.png", avatarAlt: "James Mitchell headshot", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/modern-office-workspace-with-team-collab-1773254741162-d697589c.png", imageAlt: "Office workspace collaboration"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -337,66 +199,26 @@ export default function HomePage() {
description="Brilliant minds dedicated to advancing AI technology and creating the future of intelligent computing."
tag="Leadership"
tagIcon={Users}
tagAnimation="entrance-slide"
tagAnimation="none"
groups={[
{
id: "leadership",
groupTitle: "Executive Team",
members: [
id: "leadership", groupTitle: "Executive Team", members: [
{
id: "1",
title: "Dr. Alexander Chen",
subtitle: "Founder & CEO",
detail: "alex@nextgen-intelligence.io",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-team-member-photo-tech-comp-1773254740529-9b73ad48.png?_wi=1",
imageAlt: "Dr. Alexander Chen",
},
id: "1", title: "Dr. Alexander Chen", subtitle: "Founder & CEO", detail: "alex@nextgen-intelligence.io", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-team-member-photo-tech-comp-1773254740529-9b73ad48.png", imageAlt: "Dr. Alexander Chen"},
{
id: "2",
title: "Dr. Priya Sharma",
subtitle: "Chief AI Officer",
detail: "priya@nextgen-intelligence.io",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-team-member-headshot-modern-1773254739415-0453edc4.png?_wi=1",
imageAlt: "Dr. Priya Sharma",
},
id: "2", title: "Dr. Priya Sharma", subtitle: "Chief AI Officer", detail: "priya@nextgen-intelligence.io", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-team-member-headshot-modern-1773254739415-0453edc4.png", imageAlt: "Dr. Priya Sharma"},
{
id: "3",
title: "Michael Johnson",
subtitle: "Chief Technology Officer",
detail: "michael@nextgen-intelligence.io",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-team-member-portrait-creati-1773254740701-9c5158fb.png?_wi=1",
imageAlt: "Michael Johnson",
},
id: "3", title: "Michael Johnson", subtitle: "Chief Technology Officer", detail: "michael@nextgen-intelligence.io", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-team-member-portrait-creati-1773254740701-9c5158fb.png", imageAlt: "Michael Johnson"},
],
},
{
id: "research",
groupTitle: "Research & Development",
members: [
id: "research", groupTitle: "Research & Development", members: [
{
id: "4",
title: "Dr. Sophie Dubois",
subtitle: "Head of Research",
detail: "sophie@nextgen-intelligence.io",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-team-member-headshot-friend-1773254741043-ec2c1fc4.png?_wi=1",
imageAlt: "Dr. Sophie Dubois",
},
id: "4", title: "Dr. Sophie Dubois", subtitle: "Head of Research", detail: "sophie@nextgen-intelligence.io", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-team-member-headshot-friend-1773254741043-ec2c1fc4.png", imageAlt: "Dr. Sophie Dubois"},
{
id: "5",
title: "Dr. James Park",
subtitle: "ML Engineer",
detail: "james@nextgen-intelligence.io",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-team-member-photo-tech-comp-1773254740529-9b73ad48.png?_wi=2",
imageAlt: "Dr. James Park",
},
id: "5", title: "Dr. James Park", subtitle: "ML Engineer", detail: "james@nextgen-intelligence.io", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-team-member-photo-tech-comp-1773254740529-9b73ad48.png", imageAlt: "Dr. James Park"},
{
id: "6",
title: "Elena Rodriguez",
subtitle: "AI Researcher",
detail: "elena@nextgen-intelligence.io",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-team-member-headshot-modern-1773254739415-0453edc4.png?_wi=2",
imageAlt: "Elena Rodriguez",
},
id: "6", title: "Elena Rodriguez", subtitle: "AI Researcher", detail: "elena@nextgen-intelligence.io", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/professional-team-member-headshot-modern-1773254739415-0453edc4.png", imageAlt: "Elena Rodriguez"},
],
},
]}
@@ -410,14 +232,14 @@ export default function HomePage() {
<ContactCTA
tag="Get Started"
tagIcon={Mail}
tagAnimation="entrance-slide"
tagAnimation="none"
title="Ready to Experience NextGen Intelligence?"
description="Join thousands of professionals leveraging advanced AI to transform their work. Start your free trial today and unlock unlimited possibilities."
buttons={[
{ text: "Start Free Trial", href: "/dashboard" },
{ text: "Schedule Demo", href: "mailto:hello@nextgen-intelligence.io" },
]}
buttonAnimation="entrance-slide"
buttonAnimation="none"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>

View File

@@ -19,8 +19,7 @@ export default function PricingPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Documentation", href: "https://docs.nextgen-intelligence.io" },
@@ -28,8 +27,7 @@ export default function PricingPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "https://blog.nextgen-intelligence.io" },
{ label: "Careers", href: "https://careers.nextgen-intelligence.io" },
@@ -37,8 +35,7 @@ export default function PricingPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Tutorials", href: "https://tutorials.nextgen-intelligence.io" },
{ label: "Community", href: "https://community.nextgen-intelligence.io" },
{ label: "Support", href: "https://support.nextgen-intelligence.io" },
@@ -46,8 +43,7 @@ export default function PricingPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "https://nextgen-intelligence.io/privacy" },
{ label: "Terms of Service", href: "https://nextgen-intelligence.io/terms" },
{ label: "Cookie Policy", href: "https://nextgen-intelligence.io/cookies" },
@@ -82,60 +78,22 @@ export default function PricingPage() {
<PricingCardNine
plans={[
{
id: "starter",
title: "Starter",
price: "$9",
period: "/month",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-sleek-interface-showing-an-ai-chatbot--1773254740872-c8f36bac.png?_wi=6",
imageAlt: "Starter plan interface",
button: {
text: "Get Started",
href: "#signup",
},
id: "starter", title: "Starter", price: "$9", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-sleek-interface-showing-an-ai-chatbot--1773254740872-c8f36bac.png", imageAlt: "Starter plan interface", button: {
text: "Get Started", href: "#signup"},
features: [
"100 daily conversations",
"General AI mode",
"Basic chat history",
"Email support",
],
"100 daily conversations", "General AI mode", "Basic chat history", "Email support"],
},
{
id: "pro",
title: "Professional",
price: "$29",
period: "/month",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/an-advanced-research-mode-interface-show-1773254741364-55b3faff.png?_wi=7",
imageAlt: "Professional plan interface",
button: {
text: "Start Free Trial",
href: "#signup",
},
id: "pro", title: "Professional", price: "$29", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/an-advanced-research-mode-interface-show-1773254741364-55b3faff.png", imageAlt: "Professional plan interface", button: {
text: "Start Free Trial", href: "#signup"},
features: [
"Unlimited conversations",
"All AI modes included",
"Research & analysis",
"Code generation",
"Priority support",
],
"Unlimited conversations", "All AI modes included", "Research & analysis", "Code generation", "Priority support"],
},
{
id: "enterprise",
title: "Enterprise",
price: "Custom",
period: "pricing",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-comprehensive-business-intelligence-da-1773254741352-60ccbb8f.png?_wi=5",
imageAlt: "Enterprise plan interface",
button: {
text: "Contact Sales",
href: "mailto:sales@nextgen-intelligence.io",
},
id: "enterprise", title: "Enterprise", price: "Custom", period: "pricing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwT4gfKw7HRJios7nT38aarwy/a-comprehensive-business-intelligence-da-1773254741352-60ccbb8f.png", imageAlt: "Enterprise plan interface", button: {
text: "Contact Sales", href: "mailto:sales@nextgen-intelligence.io"},
features: [
"Custom quotas",
"API access",
"Advanced analytics",
"Dedicated support",
"White-label options",
],
"Custom quotas", "API access", "Advanced analytics", "Dedicated support", "White-label options"],
},
]}
animationType="slide-up"
@@ -143,7 +101,7 @@ export default function PricingPage() {
description="Choose the perfect plan for your AI needs. Scale up anytime as your usage grows."
tag="Pricing"
tagIcon={CreditCard}
tagAnimation="entrance-slide"
tagAnimation="none"
textboxLayout="default"
useInvertedBackground={true}
/>
@@ -153,23 +111,18 @@ export default function PricingPage() {
<ContactCTA
tag="Get Started"
tagIcon={Mail}
tagAnimation="entrance-slide"
tagAnimation="none"
title="Ready to Experience NextGen Intelligence?"
description="Join thousands of professionals leveraging advanced AI to transform their work. Start your free trial today and unlock unlimited possibilities."
buttons={[
{
text: "Start Free Trial",
href: "/dashboard",
},
text: "Start Free Trial", href: "/dashboard"},
{
text: "Schedule Demo",
href: "mailto:hello@nextgen-intelligence.io",
},
text: "Schedule Demo", href: "mailto:hello@nextgen-intelligence.io"},
]}
buttonAnimation="entrance-slide"
buttonAnimation="none"
background={{
variant: "floatingGradient",
}}
variant: "plain"}}
useInvertedBackground={false}
/>
</div>