Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-18 09:23:44 +00:00

View File

@@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -32,38 +32,25 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "About",
id: "#about",
},
{
name: "Features",
id: "#features",
},
{
name: "Pricing",
id: "#pricing",
},
{
name: "Contact",
id: "#contact",
},
{ name: "About", id: "#about" },
{ name: "Features", id: "#features" },
{ name: "Pricing", id: "#pricing" },
{ name: "Contact", id: "#contact" },
]}
brandName="NEXUS"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="NEXUS Automations"
<HeroBillboard
title="NEXUS Automations"
description="Transforming complex workflows into intelligent, autonomous systems. Scale your operations with next-generation AI automation."
buttons={[
{
text: "Get Started",
href: "#contact",
},
{ text: "Get Started", href: "#contact" },
]}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/abstract-geometric-background-with-futuristic-design_1048-5529.jpg?_wi=1"
imageAlt="NEXUS Automations Hero"
/>
</div>
@@ -71,19 +58,9 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text",
content: "The Future of",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/teamworking-colleagues-updating-ai-systems-pc-laptop_482257-118498.jpg",
alt: "AI Network",
},
{
type: "text",
content: "Autonomous Operations",
},
{ type: "text", content: "The Future of" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/teamworking-colleagues-updating-ai-systems-pc-laptop_482257-118498.jpg", alt: "AI Network" },
{ type: "text", content: "Autonomous Operations" },
]}
/>
</div>
@@ -94,30 +71,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
{
id: "f1",
title: "Rapid Deployment",
descriptions: [
"Automate in days, not months.",
],
imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection-flat-style_23-2147869044.jpg",
},
{
id: "f2",
title: "Data Accuracy",
descriptions: [
"Real-time synchronization across platforms.",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o8hiyc",
},
{
id: "f3",
title: "Scalable Infrastructure",
descriptions: [
"Built to grow alongside your business.",
],
imageSrc: "http://img.b2bpic.net/free-vector/data-storage-designs-collection_1209-9.jpg",
},
{ id: "f1", title: "Rapid Deployment", descriptions: ["Automate in days, not months."], imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection-flat-style_23-2147869044.jpg" },
{ id: "f2", title: "Data Accuracy", descriptions: ["Real-time synchronization across platforms."], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o8hiyc" },
{ id: "f3", title: "Scalable Infrastructure", descriptions: ["Built to grow alongside your business."], imageSrc: "http://img.b2bpic.net/free-vector/data-storage-designs-collection_1209-9.jpg" },
]}
title="Why Choose NEXUS"
description="Unrivaled expertise in integrating AI across your tech stack."
@@ -131,27 +87,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "85%",
title: "Efficiency Gain",
description: "Average workflow acceleration.",
icon: Zap,
},
{
id: "m2",
value: "100+",
title: "Workflows Built",
description: "Custom automations deployed.",
icon: Database,
},
{
id: "m3",
value: "$2M+",
title: "Cost Saved",
description: "Operational costs recovered.",
icon: DollarSign,
},
{ id: "m1", value: "85%", title: "Efficiency Gain", description: "Average workflow acceleration.", icon: Zap },
{ id: "m2", value: "100+", title: "Workflows Built", description: "Custom automations deployed.", icon: Database },
{ id: "m3", value: "$2M+", title: "Cost Saved", description: "Operational costs recovered.", icon: DollarSign },
]}
title="Impact by the Numbers"
description="Proven results for high-growth enterprises."
@@ -165,52 +103,19 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "p1",
title: "Starter",
price: "$2,500",
period: "/mo",
features: [
"5 Automations",
"Basic Support",
"Dashboard",
],
button: {
text: "Choose Starter",
},
imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-colorful-blue-red-laser-lights-perfect-digital-wallpaper_181624-32774.jpg",
imageAlt: "Cosmic background with colorful blue and red laser lights - perfect for a digital wallpaper",
id: "p1", title: "Starter", price: "$2,500", period: "/mo", features: ["5 Automations", "Basic Support", "Dashboard"],
button: { text: "Choose Starter" },
imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-colorful-blue-red-laser-lights-perfect-digital-wallpaper_181624-32774.jpg"
},
{
id: "p2",
title: "Professional",
price: "$5,000",
period: "/mo",
features: [
"20 Automations",
"Priority Support",
"Advanced Analytics",
],
button: {
text: "Choose Pro",
},
imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-with-futuristic-design_1048-5529.jpg?_wi=2",
imageAlt: "Cosmic background with colorful blue and red laser lights - perfect for a digital wallpaper",
id: "p2", title: "Professional", price: "$5,000", period: "/mo", features: ["20 Automations", "Priority Support", "Advanced Analytics"],
button: { text: "Choose Pro" },
imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-with-futuristic-design_1048-5529.jpg?_wi=2"
},
{
id: "p3",
title: "Enterprise",
price: "Custom",
period: "/mo",
features: [
"Unlimited Automations",
"24/7 Dedicated Support",
"Custom API Integration",
],
button: {
text: "Contact Us",
},
imageSrc: "http://img.b2bpic.net/free-photo/teamworking-colleagues-updating-ai-systems-pc-laptop_482257-118498.jpg",
imageAlt: "Cosmic background with colorful blue and red laser lights - perfect for a digital wallpaper",
id: "p3", title: "Enterprise", price: "Custom", period: "/mo", features: ["Unlimited Automations", "24/7 Dedicated Support", "Custom API Integration"],
button: { text: "Contact Us" },
imageSrc: "http://img.b2bpic.net/free-photo/teamworking-colleagues-updating-ai-systems-pc-laptop_482257-118498.jpg"
},
]}
title="Transparent Scaling"
@@ -224,41 +129,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Alice Wang",
role: "COO",
testimonial: "NEXUS transformed our ops overnight.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg",
},
{
id: "t2",
name: "Bob Smith",
role: "CEO",
testimonial: "The best AI automation partner.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lady-with-dark-curly-hair-white-costume-sitting-table-with-laptop-dreamily-looking-aside-cafe-street_574295-3300.jpg",
},
{
id: "t3",
name: "Charlie Day",
role: "CTO",
testimonial: "Incredible speed and accuracy.",
imageSrc: "http://img.b2bpic.net/free-photo/startup-worker-uses-laptop-open-space-reviewing-project-data-documents-workstation-executive-assistant-working-marketing-strategy-business-development-ai-developer_482257-65810.jpg",
},
{
id: "t4",
name: "Diana Ross",
role: "PM",
testimonial: "Simplified our entire stack.",
imageSrc: "http://img.b2bpic.net/free-photo/young-painter-white-shirt-striped-t-shirt-sitting-floor-thoughtfully-looking-camera-while-drawing-by-watercolor-with-paint-tools-near-home_574295-3776.jpg",
},
{
id: "t5",
name: "Evan Wright",
role: "Founder",
testimonial: "Highly recommend their services.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-bearded-male-wearing-stylish-sui_613910-12110.jpg",
},
{ id: "t1", name: "Alice Wang", role: "COO", testimonial: "NEXUS transformed our ops overnight.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg" },
{ id: "t2", name: "Bob Smith", role: "CEO", testimonial: "The best AI automation partner.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lady-with-dark-curly-hair-white-costume-sitting-table-with-laptop-dreamily-looking-aside-cafe-street_574295-3300.jpg" },
{ id: "t3", name: "Charlie Day", role: "CTO", testimonial: "Incredible speed and accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/startup-worker-uses-laptop-open-space-reviewing-project-data-documents-workstation-executive-assistant-working-marketing-strategy-business-development-ai-developer_482257-65810.jpg" },
{ id: "t4", name: "Diana Ross", role: "PM", testimonial: "Simplified our entire stack.", imageSrc: "http://img.b2bpic.net/free-photo/young-painter-white-shirt-striped-t-shirt-sitting-floor-thoughtfully-looking-camera-while-drawing-by-watercolor-with-paint-tools-near-home_574295-3776.jpg" },
{ id: "t5", name: "Evan Wright", role: "Founder", testimonial: "Highly recommend their services.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-bearded-male-wearing-stylish-sui_613910-12110.jpg" },
]}
title="Trusted by Innovators"
description="See how we help leaders automate."
@@ -270,21 +145,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "What tools do you automate?",
content: "We support most SaaS tools and custom API integrations.",
},
{
id: "q2",
title: "How long does it take?",
content: "Most integrations are live within 2 weeks.",
},
{
id: "q3",
title: "Do you offer support?",
content: "Yes, we provide continuous monitoring and updates.",
},
{ id: "q1", title: "What tools do you automate?", content: "We support most SaaS tools and custom API integrations." },
{ id: "q2", title: "How long does it take?", content: "Most integrations are live within 2 weeks." },
{ id: "q3", title: "Do you offer support?", content: "Yes, we provide continuous monitoring and updates." },
]}
title="Frequently Asked Questions"
description="Find quick answers here."
@@ -295,15 +158,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
text="Ready to transform your business? Get in touch with our team today."
buttons={[
{
text: "Schedule Consultation",
},
]}
buttons={[{ text: "Schedule Consultation" }]}
/>
</div>
@@ -316,4 +173,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}