Update src/app/page.tsx
This commit is contained in:
266
src/app/page.tsx
266
src/app/page.tsx
@@ -33,17 +33,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
]}
|
||||
brandName="NEXORA AI"
|
||||
/>
|
||||
@@ -52,70 +46,45 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="The Future of Intelligent Conversations"
|
||||
description="Experience the next generation of AI with Nexora. High-performance, scalable, and intuitive intelligence for your daily workflow."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free",
|
||||
href: "#",
|
||||
},
|
||||
text: "Start Free", href: "#"},
|
||||
{
|
||||
text: "Watch Demo",
|
||||
href: "#",
|
||||
},
|
||||
text: "Watch Demo", href: "#"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0mtww7&_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0mtww7"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3319ya",
|
||||
alt: "Team member 1",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3319ya", alt: "Team member 1"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=01uqe9",
|
||||
alt: "Team member 2",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=01uqe9", alt: "Team member 2"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2rwdwv",
|
||||
alt: "Team member 3",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2rwdwv", alt: "Team member 3"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9h646o",
|
||||
alt: "Team member 4",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9h646o", alt: "Team member 4"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1a1ax1",
|
||||
alt: "Team member 5",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1a1ax1", alt: "Team member 5"},
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ engineers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "GPT-4 Compatible",
|
||||
icon: Database,
|
||||
type: "text-icon", text: "GPT-4 Compatible", icon: Database,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Secure Infrastructure",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Secure Infrastructure", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Real-time Streaming",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "Real-time Streaming", icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Global Access",
|
||||
icon: Globe,
|
||||
type: "text-icon", text: "Global Access", icon: Globe,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "API-First Design",
|
||||
icon: Code,
|
||||
type: "text-icon", text: "API-First Design", icon: Code,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -129,19 +98,13 @@ export default function LandingPage() {
|
||||
description="Nexora provides industry-leading AI tools integrated directly into your workspace. From generative text to complex document analysis, we simplify everything."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Scalable Infrastructure",
|
||||
description: "Designed to handle millions of concurrent conversations seamlessly.",
|
||||
},
|
||||
title: "Scalable Infrastructure", description: "Designed to handle millions of concurrent conversations seamlessly."},
|
||||
{
|
||||
title: "Real-time Processing",
|
||||
description: "Streaming responses with virtually zero latency via our edge network.",
|
||||
},
|
||||
title: "Real-time Processing", description: "Streaming responses with virtually zero latency via our edge network."},
|
||||
{
|
||||
title: "Enterprise Security",
|
||||
description: "End-to-end encryption ensuring your data stays private and secure.",
|
||||
},
|
||||
title: "Enterprise Security", description: "End-to-end encryption ensuring your data stays private and secure."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=25nsle&_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=25nsle"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -153,64 +116,43 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Neural Conversational AI",
|
||||
description: "Context-aware models designed for deep logical thinking.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l54jt2&_wi=1",
|
||||
},
|
||||
title: "Neural Conversational AI", description: "Context-aware models designed for deep logical thinking.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l54jt2"},
|
||||
items: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Contextual",
|
||||
},
|
||||
text: "Contextual"},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Lightning Fast",
|
||||
},
|
||||
text: "Lightning Fast"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0mtww7&_wi=2",
|
||||
imageAlt: "ai chatbot interface design",
|
||||
},
|
||||
{
|
||||
title: "Generative Image Engine",
|
||||
description: "High-fidelity visual generation based on complex user inputs.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=99ltkd&_wi=1",
|
||||
},
|
||||
title: "Generative Image Engine", description: "High-fidelity visual generation based on complex user inputs.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=99ltkd"},
|
||||
items: [
|
||||
{
|
||||
icon: Palette,
|
||||
text: "Ultra-HD",
|
||||
},
|
||||
text: "Ultra-HD"},
|
||||
{
|
||||
icon: Layers,
|
||||
text: "Artistic",
|
||||
},
|
||||
text: "Artistic"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=25nsle&_wi=2",
|
||||
imageAlt: "ai chatbot interface design",
|
||||
},
|
||||
{
|
||||
title: "Advanced Voice Systems",
|
||||
description: "Human-like TTS and efficient STT for total accessibility.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cm0i1u&_wi=1",
|
||||
},
|
||||
title: "Advanced Voice Systems", description: "Human-like TTS and efficient STT for total accessibility.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cm0i1u"},
|
||||
items: [
|
||||
{
|
||||
icon: Mic,
|
||||
text: "Natural",
|
||||
},
|
||||
text: "Natural"},
|
||||
{
|
||||
icon: Headphones,
|
||||
text: "Clear",
|
||||
},
|
||||
text: "Clear"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3319ya",
|
||||
imageAlt: "ai chatbot interface design",
|
||||
},
|
||||
]}
|
||||
title="Intelligence Redefined"
|
||||
@@ -226,25 +168,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1M+",
|
||||
title: "Active Users",
|
||||
description: "Trusted by creators daily.",
|
||||
icon: Users,
|
||||
id: "m1", value: "1M+", title: "Active Users", description: "Trusted by creators daily.", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500M+",
|
||||
title: "Conversations",
|
||||
description: "Handled with maximum precision.",
|
||||
icon: MessageSquare,
|
||||
id: "m2", value: "500M+", title: "Conversations", description: "Handled with maximum precision.", icon: MessageSquare,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99.9%",
|
||||
title: "Uptime",
|
||||
description: "Always available for production.",
|
||||
icon: Shield,
|
||||
id: "m3", value: "99.9%", title: "Uptime", description: "Always available for production.", icon: Shield,
|
||||
},
|
||||
]}
|
||||
title="Powered by Results"
|
||||
@@ -259,39 +189,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "$19",
|
||||
subtitle: "For personal use cases",
|
||||
features: [
|
||||
"Limited API Access",
|
||||
"Standard GPT-4",
|
||||
"100 Images/mo",
|
||||
],
|
||||
id: "basic", badge: "Essential", price: "$19", subtitle: "For personal use cases", features: [
|
||||
"Limited API Access", "Standard GPT-4", "100 Images/mo"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Professional",
|
||||
price: "$49",
|
||||
subtitle: "Best for power creators",
|
||||
features: [
|
||||
"Unlimited API",
|
||||
"GPT-4 Turbo",
|
||||
"Voice AI Access",
|
||||
"Team Dashboard",
|
||||
],
|
||||
id: "pro", badge: "Professional", price: "$49", subtitle: "Best for power creators", features: [
|
||||
"Unlimited API", "GPT-4 Turbo", "Voice AI Access", "Team Dashboard"],
|
||||
},
|
||||
{
|
||||
id: "ent",
|
||||
badge: "Enterprise",
|
||||
price: "Custom",
|
||||
subtitle: "Scale your organization",
|
||||
features: [
|
||||
"SLA Guarantee",
|
||||
"Private Instance",
|
||||
"Custom Training",
|
||||
"24/7 Support",
|
||||
],
|
||||
id: "ent", badge: "Enterprise", price: "Custom", subtitle: "Scale your organization", features: [
|
||||
"SLA Guarantee", "Private Instance", "Custom Training", "24/7 Support"],
|
||||
},
|
||||
]}
|
||||
title="Transparent Pricing"
|
||||
@@ -305,60 +212,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
date: "Oct 2023",
|
||||
title: "Product Lead",
|
||||
quote: "Nexora revolutionized our workflow.",
|
||||
tag: "Enterprise",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3319ya",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0mtww7&_wi=3",
|
||||
imageAlt: "professional tech business headshot",
|
||||
},
|
||||
id: "1", name: "Sarah Chen", date: "Oct 2023", title: "Product Lead", quote: "Nexora revolutionized our workflow.", tag: "Enterprise", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3319ya", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0mtww7", imageAlt: "professional tech business headshot"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Miller",
|
||||
date: "Nov 2023",
|
||||
title: "Developer",
|
||||
quote: "The API response speed is unmatched.",
|
||||
tag: "Devs",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=01uqe9",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=25nsle&_wi=3",
|
||||
imageAlt: "professional tech business headshot",
|
||||
},
|
||||
id: "2", name: "David Miller", date: "Nov 2023", title: "Developer", quote: "The API response speed is unmatched.", tag: "Devs", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=01uqe9", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=25nsle", imageAlt: "professional tech business headshot"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
date: "Dec 2023",
|
||||
title: "Founder",
|
||||
quote: "Scaling our AI features was simple.",
|
||||
tag: "Startup",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2rwdwv",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l54jt2&_wi=2",
|
||||
imageAlt: "professional tech business headshot",
|
||||
},
|
||||
id: "3", name: "Elena Rodriguez", date: "Dec 2023", title: "Founder", quote: "Scaling our AI features was simple.", tag: "Startup", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2rwdwv", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l54jt2", imageAlt: "professional tech business headshot"},
|
||||
{
|
||||
id: "4",
|
||||
name: "John Doe",
|
||||
date: "Jan 2024",
|
||||
title: "Creative",
|
||||
quote: "Best image generation I've used.",
|
||||
tag: "Creative",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9h646o",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=99ltkd&_wi=2",
|
||||
imageAlt: "professional tech business headshot",
|
||||
},
|
||||
id: "4", name: "John Doe", date: "Jan 2024", title: "Creative", quote: "Best image generation I've used.", tag: "Creative", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9h646o", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=99ltkd", imageAlt: "professional tech business headshot"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jane Smith",
|
||||
date: "Feb 2024",
|
||||
title: "Manager",
|
||||
quote: "Unbeatable voice assistant features.",
|
||||
tag: "Business",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1a1ax1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cm0i1u&_wi=2",
|
||||
imageAlt: "professional tech business headshot",
|
||||
},
|
||||
id: "5", name: "Jane Smith", date: "Feb 2024", title: "Manager", quote: "Unbeatable voice assistant features.", tag: "Business", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1a1ax1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cm0i1u", imageAlt: "professional tech business headshot"},
|
||||
]}
|
||||
title="World-Class Trust"
|
||||
description="Voices from our incredible community of innovators."
|
||||
@@ -371,20 +233,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How does it scale?",
|
||||
content: "Our platform is distributed globally across multiple cloud providers.",
|
||||
},
|
||||
id: "f1", title: "How does it scale?", content: "Our platform is distributed globally across multiple cloud providers."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is my data secure?",
|
||||
content: "Yes, we use military-grade encryption for all data storage and transit.",
|
||||
},
|
||||
id: "f2", title: "Is my data secure?", content: "Yes, we use military-grade encryption for all data storage and transit."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I integrate it?",
|
||||
content: "Our API is designed for immediate integration into any web or mobile project.",
|
||||
},
|
||||
id: "f3", title: "Can I integrate it?", content: "Our API is designed for immediate integration into any web or mobile project."},
|
||||
]}
|
||||
title="Common Inquiries"
|
||||
description="Answers to your pressing questions about the future of intelligence."
|
||||
@@ -396,8 +249,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get Started"
|
||||
title="Ready to Build?"
|
||||
description="Get in touch with us to unlock your Nexora enterprise keys today."
|
||||
@@ -412,25 +264,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user