Merge version_1 into main #3
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/components/providers/ThemeProvider";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
@@ -29,16 +29,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "What We Do", id: "#what-we-do"},
|
||||
{
|
||||
name: "Projects", id: "#projects"},
|
||||
{
|
||||
name: "Results", id: "#results"},
|
||||
{
|
||||
name: "Stories", id: "#stories"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
{ name: "What We Do", id: "#what-we-do" },
|
||||
{ name: "Projects", id: "#projects" },
|
||||
{ name: "Results", id: "#results" },
|
||||
{ name: "Stories", id: "#stories" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Arteri Nexus"
|
||||
/>
|
||||
@@ -46,15 +41,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "glowing-orb"}}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
logoText="Arteri Nexus"
|
||||
description="We don't build chatbots. We build intelligent systems that automate your business, multiply revenue, and give you back your time."
|
||||
buttons={[
|
||||
{
|
||||
text: "Launch Your AI Agent Now", href: "#contact"},
|
||||
{
|
||||
text: "See Real Results", href: "#results"},
|
||||
{ text: "Launch Your AI Agent Now", href: "#contact" },
|
||||
{ text: "See Real Results", href: "#results" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/ultra-minimalist-deep-black-background-w-1775235567078-00908673.png"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -66,7 +58,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Lumora Coffee", "Vellora Fashion", "Apex Construction", "Elysium Clinics", "Velocity Auto", "Horizon Education", "PureHome"]}
|
||||
"Lumora Coffee", "Vellora Fashion", "Apex Construction", "Elysium Clinics", "Velocity Auto", "Horizon Education", "PureHome"
|
||||
]}
|
||||
title="Real Performance Results"
|
||||
description="Transforming industries through intelligent automation."
|
||||
/>
|
||||
@@ -79,16 +72,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Custom AI Agents", description: "Tailored agents for Sales, Support, Operations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/futuristic-3d-representation-of-an-ai-ag-1775235566534-8323886a.png?_wi=1"},
|
||||
{
|
||||
title: "Deep Integrations", description: "Seamless connection with your existing stack.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/connected-neural-nodes-sleek-tech-aesthe-1775235567567-28aa078a.png"},
|
||||
{
|
||||
title: "Conversion Funnels", description: "Intelligent, high-converting digital flows.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/modern-abstract-conversion-funnel-minima-1775235569498-c35f52e9.png"},
|
||||
{
|
||||
title: "Predictive Analytics", description: "Automated data-driven business intelligence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/predictive-analytics-chart-minimalist-de-1775235565546-9a2e63fd.png"},
|
||||
{
|
||||
title: "Autonomous Scaling", description: "Self-optimizing resource allocation for high-traffic apps.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/futuristic-3d-representation-of-an-ai-ag-1775235566534-8323886a.png?_wi=2"},
|
||||
{ title: "Custom AI Agents", description: "Tailored agents for Sales, Support, Operations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/futuristic-3d-representation-of-an-ai-ag-1775235566534-8323886a.png?_wi=1" },
|
||||
{ title: "Deep Integrations", description: "Seamless connection with your existing stack.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/connected-neural-nodes-sleek-tech-aesthe-1775235567567-28aa078a.png" },
|
||||
{ title: "Conversion Funnels", description: "Intelligent, high-converting digital flows.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/modern-abstract-conversion-funnel-minima-1775235569498-c35f52e9.png" },
|
||||
{ title: "Predictive Analytics", description: "Automated data-driven business intelligence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/predictive-analytics-chart-minimalist-de-1775235565546-9a2e63fd.png" },
|
||||
{ title: "Autonomous Scaling", description: "Self-optimizing resource allocation for high-traffic apps.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/futuristic-3d-representation-of-an-ai-ag-1775235566534-8323886a.png?_wi=2" },
|
||||
]}
|
||||
title="What We Do"
|
||||
description="Engineering intelligent architectures for modern enterprise."
|
||||
@@ -101,18 +89,12 @@ export default function LandingPage() {
|
||||
title="Proven Impact"
|
||||
tag="Since Oct 2025"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "6", description: "Months Operating"},
|
||||
{
|
||||
id: "m2", value: "50+", description: "Projects Delivered"},
|
||||
{
|
||||
id: "m3", value: "+41%", description: "Lead Growth"},
|
||||
{
|
||||
id: "m4", value: "-37%", description: "Routine Time"},
|
||||
{
|
||||
id: "m5", value: "150+", description: "AI Agents Live"},
|
||||
{
|
||||
id: "m6", value: "97%", description: "Retention"},
|
||||
{ id: "m1", value: "6", description: "Months Operating" },
|
||||
{ id: "m2", value: "50+", description: "Projects Delivered" },
|
||||
{ id: "m3", value: "+41%", description: "Lead Growth" },
|
||||
{ id: "m4", value: "-37%", description: "Routine Time" },
|
||||
{ id: "m5", value: "150+", description: "AI Agents Live" },
|
||||
{ id: "m6", value: "97%", description: "Retention" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -124,16 +106,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah J.", handle: "CEO, Lumora", testimonial: "Arteri Nexus redefined our operation. The AI agents are flawless.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/portrait-of-a-high-end-corporate-executi-1775235566934-ebe18f1e.png"},
|
||||
{
|
||||
id: "2", name: "Michael C.", handle: "CTO, Vellora", testimonial: "Intelligent systems that actually scale. Incredible transformation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/portrait-of-a-modern-female-tech-founder-1775235567013-fdd2d0c1.png"},
|
||||
{
|
||||
id: "3", name: "Emily R.", handle: "Founder, Apex", testimonial: "Beyond our expectations. Revenue multiplication is real.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/portrait-of-a-high-level-creative-lead-s-1775235568321-68674c0b.png"},
|
||||
{
|
||||
id: "4", name: "David K.", handle: "MD, Horizon", testimonial: "The best AI team in the business. No chatbots, just results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/portrait-of-an-innovative-marketing-dire-1775235567603-9bdbc750.png"},
|
||||
{
|
||||
id: "5", name: "Anna V.", handle: "Dir, Elysium", testimonial: "Total game changer for our patient engagement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/portrait-of-a-visionary-enterprise-consu-1775235568380-ed6c3f45.png"},
|
||||
{ id: "1", name: "Sarah J.", handle: "CEO, Lumora", testimonial: "Arteri Nexus redefined our operation. The AI agents are flawless.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/portrait-of-a-high-end-corporate-executi-1775235566934-ebe18f1e.png" },
|
||||
{ id: "2", name: "Michael C.", handle: "CTO, Vellora", testimonial: "Intelligent systems that actually scale. Incredible transformation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/portrait-of-a-modern-female-tech-founder-1775235567013-fdd2d0c1.png" },
|
||||
{ id: "3", name: "Emily R.", handle: "Founder, Apex", testimonial: "Beyond our expectations. Revenue multiplication is real.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/portrait-of-a-high-level-creative-lead-s-1775235568321-68674c0b.png" },
|
||||
{ id: "4", name: "David K.", handle: "MD, Horizon", testimonial: "The best AI team in the business. No chatbots, just results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/portrait-of-an-innovative-marketing-dire-1775235567603-9bdbc750.png" },
|
||||
{ id: "5", name: "Anna V.", handle: "Dir, Elysium", testimonial: "Total game changer for our patient engagement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/portrait-of-a-visionary-enterprise-consu-1775235568380-ed6c3f45.png" },
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="Trusted by visionary leaders."
|
||||
@@ -143,8 +120,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Ready to make your business intelligently unstoppable?"
|
||||
description="Book a free 30-minute strategy call. We reply within 2 hours."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrHwhRyPkM0GG0TTcmNpXClPm/elegant-dark-abstract-background-subtle--1775235567444-0b30b2ce.png"
|
||||
@@ -156,13 +132,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Arteri Nexus"
|
||||
leftLink={{
|
||||
text: "+357 95 626 000", href: "tel:+35795626000"}}
|
||||
rightLink={{
|
||||
text: "a.tytarenko7@gmail.com", href: "mailto:a.tytarenko7@gmail.com"}}
|
||||
leftLink={{ text: "+357 95 626 000", href: "tel:+35795626000" }}
|
||||
rightLink={{ text: "a.tytarenko7@gmail.com", href: "mailto:a.tytarenko7@gmail.com" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user