Files
22dbacf4-626f-4cc5-9d14-cd3…/src/app/page.tsx
2026-03-04 22:53:02 +00:00

215 lines
10 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import FaqBase from '@/components/sections/faq/FaqBase';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Sparkles, Zap, Network, Cloud, Code, CheckCircle, Play, Shield, Lock, Eye, Award, HelpCircle, Twitter, Linkedin, Github } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumSizeLargeTitles"
background="aurora"
cardStyle="gradient-radial"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Nexo"
navItems={[
{ name: "Features", id: "features" },
{ name: "About", id: "about" },
{ name: "Metrics", id: "metrics" },
{ name: "Contact", id: "faq" }
]}
button={{ text: "Get Started", href: "#contact" }}
animateOnLoad={true}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
title="Seamless Integration for Modern Teams"
description="Nexo connects your workflows, simplifies collaboration, and accelerates growth. Build powerful connections between your tools and people."
tag="Next Generation Platform"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", imageAlt: "Nexo Dashboard Interface"
},
{
imageSrc: "http://img.b2bpic.net/free-vector/abstract-digital-technology-dotted-background-cyber-research_1017-53131.jpg", imageAlt: "Connected Networks"
}
]}
rating={5}
ratingText="Trusted by leading companies"
buttons={[
{ text: "Start Free Trial", href: "#contact" },
{ text: "See It In Action", href: "#features" }
]}
mediaAnimation="slide-up"
buttonAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "About Nexo: " },
{ type: "text", content: "Connecting Teams, Accelerating Growth" }
]}
useInvertedBackground={false}
buttons={[
{ text: "Learn Our Story", href: "#" }
]}
buttonAnimation="slide-up"
/>
</div>
<div id="features" data-section="features">
<FeatureBento
title="Powerful Features Built for Scale"
description="Everything you need to streamline workflows, enhance collaboration, and drive measurable results across your organization."
tag="Features"
tagIcon={Zap}
tagAnimation="slide-up"
features={[
{
title: "Real-time Integration", description: "Connect all your tools in seconds", bentoComponent: "orbiting-icons", centerIcon: Network,
items: [
{ icon: Zap, ring: 1 },
{ icon: Cloud, ring: 2 },
{ icon: Code, ring: 2 }
]
},
{
title: "Advanced Analytics", description: "Gain insights into every interaction", bentoComponent: "line-chart"
},
{
title: "Workflow Steps", description: "Automate repetitive tasks effortlessly", bentoComponent: "3d-task-list", items: [
{ icon: CheckCircle, label: "Connect", time: "2 min" },
{ icon: Zap, label: "Configure", time: "5 min" },
{ icon: Play, label: "Deploy", time: "1 min" }
]
},
{
title: "Enterprise Security", description: "Bank-level protection for your data", bentoComponent: "icon-info-cards", items: [
{ icon: Shield, label: "Encryption", value: "AES-256" },
{ icon: Lock, label: "Compliance", value: "SOC 2" },
{ icon: Eye, label: "Monitoring", value: "24/7" }
]
}
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
buttonAnimation="slide-up"
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardTen
title="Trusted by Industry Leaders"
description="Nexo powers growth for companies across industries, delivering measurable results and exceptional value."
tag="Impact"
tagIcon={Award}
tagAnimation="slide-up"
metrics={[
{
id: "1", title: "10,000+", subtitle: "Active users worldwide", category: "Growth", value: "↑ 45% YoY"
},
{
id: "2", title: "500+", subtitle: "Enterprise customers", category: "Enterprise", value: "↑ 120% YoY"
},
{
id: "3", title: "99.99%", subtitle: "System uptime SLA", category: "Reliability", value: "Industry leading"
},
{
id: "4", title: "2M+", subtitle: "Daily workflows processed", category: "Scale", value: "↑ 85% YoY"
}
]}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="Nexo transformed how our team collaborates. The intuitive interface and powerful integrations have saved us countless hours and dramatically improved our productivity."
rating={5}
author="Sarah Johnson, VP Product"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Sarah Johnson" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Team Member 2" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Team Member 3" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Team Member 4" }
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
title="Frequently Asked Questions"
description="Find answers to common questions about Nexo's features, pricing, and implementation."
tag="Support"
tagIcon={HelpCircle}
tagAnimation="slide-up"
faqs={[
{
id: "1", title: "How quickly can I integrate Nexo with my existing tools?", content: "Most integrations are set up in minutes. Nexo supports 500+ pre-built integrations and custom APIs. Our integration team can also provide white-glove onboarding for enterprise clients."
},
{
id: "2", title: "Is my data secure on Nexo?", content: "Yes. Nexo uses AES-256 encryption, follows SOC 2 Type II compliance, and maintains 24/7 security monitoring. We also offer HIPAA and GDPR compliance options for regulated industries."
},
{
id: "3", title: "What kind of support does Nexo offer?", content: "We offer email support for all plans, live chat for Professional and Enterprise, and dedicated account managers for Enterprise customers. We also provide comprehensive documentation and a community forum."
},
{
id: "4", title: "Can Nexo handle enterprise-scale workflows?", content: "Absolutely. Nexo processes 2M+ workflows daily and maintains 99.99% uptime. We've successfully scaled for Fortune 500 companies and handle complex, mission-critical processes."
},
{
id: "5", title: "What is your refund policy?", content: "We offer a 30-day money-back guarantee on all paid plans. If you're not satisfied, simply contact our support team for a full refund—no questions asked."
},
{
id: "6", title: "Do you offer custom development?", content: "Yes. Our professional services team can build custom integrations, develop specialized workflows, and provide training tailored to your organization's unique needs."
}
]}
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
animationType="smooth"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Nexo"
copyrightText="© 2025 Nexo. All rights reserved."
socialLinks={[
{ icon: Twitter, href: "https://twitter.com/nexoplatform", ariaLabel: "Twitter" },
{ icon: Linkedin, href: "https://linkedin.com/company/nexoplatform", ariaLabel: "LinkedIn" },
{ icon: Github, href: "https://github.com/nexoplatform", ariaLabel: "GitHub" }
]}
/>
</div>
</ThemeProvider>
);
}