Merge version_1 into main #1
198
src/app/page.tsx
198
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Results",
|
||||
id: "metrics",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Results", id: "metrics" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Nexus AI"
|
||||
/>
|
||||
@@ -55,38 +43,18 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="Automate Your Workflow. Scale Your Impact."
|
||||
description="Nexus AI delivers custom automation solutions that eliminate operational bottlenecks, allowing your team to focus on high-value innovation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Started", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-digital-network-flow_84443-74097.jpg"
|
||||
imageAlt="AI workflow interface"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/focused-man-sitting-table-with-laptop-looking-camera_74855-4223.jpg",
|
||||
alt: "Sarah",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg",
|
||||
alt: "Marcus",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg",
|
||||
alt: "Elena",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg",
|
||||
alt: "David",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg",
|
||||
alt: "Sophie",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/focused-man-sitting-table-with-laptop-looking-camera_74855-4223.jpg", alt: "Sarah" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg", alt: "Marcus" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg", alt: "Elena" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg", alt: "David" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", alt: "Sophie" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ industry leaders"
|
||||
/>
|
||||
@@ -98,21 +66,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Workflow Orchestration",
|
||||
description: "Seamlessly connect disparate apps to eliminate manual data entry and save hundreds of hours monthly.",
|
||||
icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Predictive Analytics",
|
||||
description: "Leverage ML models to forecast trends and make data-driven decisions faster than ever before.",
|
||||
icon: LineChart,
|
||||
},
|
||||
{
|
||||
title: "Customer Service AI",
|
||||
description: "Deploy intelligent chatbots that resolve tickets instantly while maintaining a human-centric brand tone.",
|
||||
icon: MessageSquare,
|
||||
},
|
||||
{ title: "Workflow Orchestration", description: "Seamlessly connect disparate apps to eliminate manual data entry and save hundreds of hours monthly.", icon: Zap },
|
||||
{ title: "Predictive Analytics", description: "Leverage ML models to forecast trends and make data-driven decisions faster than ever before.", icon: LineChart },
|
||||
{ title: "Customer Service AI", description: "Deploy intelligent chatbots that resolve tickets instantly while maintaining a human-centric brand tone.", icon: MessageSquare },
|
||||
]}
|
||||
title="Intelligent Automation Solutions"
|
||||
description="We build scalable AI agents and automations that integrate directly with your existing infrastructure."
|
||||
@@ -126,21 +82,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "400+",
|
||||
description: "Manual hours reclaimed per month",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "3x",
|
||||
description: "Lead conversion increase on average",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99.9%",
|
||||
description: "System uptime for automated processes",
|
||||
},
|
||||
{ id: "m1", value: "400+", description: "Manual hours reclaimed per month" },
|
||||
{ id: "m2", value: "3x", description: "Lead conversion increase on average" },
|
||||
{ id: "m3", value: "99.9%", description: "System uptime for automated processes" },
|
||||
]}
|
||||
title="Measurable Results"
|
||||
description="Our clients experience significant growth and operational efficiency from day one."
|
||||
@@ -149,44 +93,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
handle: "CEO, OpsFlow",
|
||||
testimonial: "Nexus AI transformed our manual operations. We've reclaimed nearly 50 hours of developer time every single week.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-man-sitting-table-with-laptop-looking-camera_74855-4223.jpg",
|
||||
id: "1", name: "Sarah Jenkins", handle: "CEO, OpsFlow", testimonial: "Nexus AI transformed our manual operations. We've reclaimed nearly 50 hours of developer time every single week.", imageSrc: "http://img.b2bpic.net/free-photo/focused-man-sitting-table-with-laptop-looking-camera_74855-4223.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Chen",
|
||||
handle: "CTO, Datastream",
|
||||
testimonial: "The predictive analytics model they built for us is spot on. It has fundamentally changed how we forecast our inventory.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg",
|
||||
id: "2", name: "Marcus Chen", handle: "CTO, Datastream", testimonial: "The predictive analytics model they built for us is spot on. It has fundamentally changed how we forecast our inventory.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "Founder, GrowthMark",
|
||||
testimonial: "Unparalleled expertise in automation. The team is proactive, responsive, and truly understands how to drive ROI.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg",
|
||||
id: "3", name: "Elena Rodriguez", handle: "Founder, GrowthMark", testimonial: "Unparalleled expertise in automation. The team is proactive, responsive, and truly understands how to drive ROI.", imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thorne",
|
||||
handle: "Director, TechBase",
|
||||
testimonial: "We went from chaos to streamlined efficiency in under 3 months. Nexus AI is our long-term partner.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg",
|
||||
id: "4", name: "David Thorne", handle: "Director, TechBase", testimonial: "We went from chaos to streamlined efficiency in under 3 months. Nexus AI is our long-term partner.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sophie Kim",
|
||||
handle: "VP Eng, Innovate",
|
||||
testimonial: "The best AI implementation we've ever had. Truly enterprise-grade solutions for our complex business needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg",
|
||||
},
|
||||
id: "5", name: "Sophie Kim", handle: "VP Eng, Innovate", testimonial: "The best AI implementation we've ever had. Truly enterprise-grade solutions for our complex business needs.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg"
|
||||
}
|
||||
]}
|
||||
title="Trusted by Innovators"
|
||||
description="Companies scaling the right way choose Nexus AI for their automation needs."
|
||||
@@ -198,26 +123,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "How long does implementation take?",
|
||||
content: "Typically, small-scale automations take 2-4 weeks, while complex AI agents are deployed in 8-12 weeks.",
|
||||
},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do I need an internal dev team?",
|
||||
content: "No. Our solutions are designed to be low-maintenance, and we provide full documentation for your staff.",
|
||||
},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "What tools do you support?",
|
||||
content: "We support all major CRM, ERP, and communication platforms via API and custom middleware connectors.",
|
||||
},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "How is my data handled?",
|
||||
content: "Security is our priority. We follow strict SOC2 compliance standards to ensure your proprietary data remains safe.",
|
||||
},
|
||||
{ id: "faq1", title: "How long does implementation take?", content: "Typically, small-scale automations take 2-4 weeks, while complex AI agents are deployed in 8-12 weeks." },
|
||||
{ id: "faq2", title: "Do I need an internal dev team?", content: "No. Our solutions are designed to be low-maintenance, and we provide full documentation for your staff." },
|
||||
{ id: "faq3", title: "What tools do you support?", content: "We support all major CRM, ERP, and communication platforms via API and custom middleware connectors." },
|
||||
{ id: "faq4", title: "How is my data handled?", content: "Security is our priority. We follow strict SOC2 compliance standards to ensure your proprietary data remains safe." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Got questions about scaling your operations with AI? We've got answers."
|
||||
@@ -228,9 +137,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
background={{ variant: "animated-grid" }}
|
||||
tag="Contact Us"
|
||||
title="Ready to Transform Your Workflow?"
|
||||
description="Schedule a brief discovery call with our engineers to see how AI can drive your business forward."
|
||||
@@ -244,50 +151,23 @@ export default function LandingPage() {
|
||||
logoText="Nexus AI"
|
||||
columns={[
|
||||
{
|
||||
title: "Agency",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
title: "Agency", items: [
|
||||
{ label: "About", href: "#" },
|
||||
{ label: "Services", href: "#features" },
|
||||
{ label: "Careers", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Documentation",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Status",
|
||||
href: "#",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Documentation", href: "#" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Status", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user