7 Commits

Author SHA1 Message Date
637dee1f1a Merge version_4 into main
Merge version_4 into main
2026-05-09 19:47:38 +00:00
c7695b72e6 Update src/app/page.tsx 2026-05-09 19:47:32 +00:00
ca5e74696d Merge version_4 into main
Merge version_4 into main
2026-05-09 19:47:06 +00:00
f39cc83b03 Update src/app/page.tsx 2026-05-09 19:47:03 +00:00
375a0944b3 Switch to version 2: remove src/app/about/page.tsx 2026-05-09 19:45:55 +00:00
541f2f2e85 Switch to version 2: modified src/app/page.tsx 2026-05-09 19:45:55 +00:00
993a62b5a1 Merge version_3 into main
Merge version_3 into main
2026-05-09 19:45:14 +00:00
2 changed files with 2 additions and 90 deletions

View File

@@ -1,89 +0,0 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SplitAbout from '@/components/sections/about/SplitAbout';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { Target, Eye, Sparkles } from "lucide-react";
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
background="grid"
cardStyle="inset"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Features", id: "/features" },
{ name: "Contact", id: "/contact" },
]}
brandName="Nexus AI"
/>
</div>
<div id="who-we-are" data-section="who-we-are">
<SplitAbout
title="Who We Are"
description="Nexus AI is a premier development agency focused on accelerating enterprise innovation through cutting-edge AI architecture and custom software engineering."
imageSrc="http://img.b2bpic.net/free-photo/startup-cybersecurity-expert-looking-company-security-vulnerabilities_482257-125918.jpg"
imagePosition="left"
textboxLayout="split"
/>
</div>
<div id="mission-vision" data-section="mission-vision">
<FeatureCardTwentyOne
title="Our Core Direction"
description="The guiding principles that define our commitment to excellence and future-focused growth."
accordionItems={[
{ id: "m1", title: "Our Mission", content: "To empower businesses by bridging the gap between complex AI research and scalable, practical software solutions." },
{ id: "v1", title: "Our Vision", content: "To define the future of enterprise software, making advanced automation accessible and impactful for every industry." }
]}
imageSrc="http://img.b2bpic.net/free-photo/data-center-engineering-team-working-together-using-ai-visualization_482257-126733.jpg"
mediaPosition="right"
/>
</div>
<div id="why-choose-us" data-section="why-choose-us">
<SplitAbout
title="Why Choose Us"
description="We blend deep technical expertise with a relentless focus on client success."
bulletPoints={[
{ title: "Proven Expertise", description: "Years of experience delivering complex AI deployments.", icon: Sparkles },
{ title: "Strategic Alignment", description: "Solutions tailored to your specific business model.", icon: Target },
{ title: "Future-Proof", description: "Technology stacks that evolve with the changing landscape.", icon: Eye },
]}
imageSrc="http://img.b2bpic.net/free-photo/business-concept-with-progress-close-up_23-2149151161.jpg"
imagePosition="right"
textboxLayout="split"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/light-blue-3d-abstract-wave-pattern_53876-95187.jpg"
logoText="Nexus AI"
columns={[
{ title: "Agency", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/#features" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
<HeroCentered
background={{
variant: "sparkles-gradient"}}
title="Scale Your Business with Custom AI Architecture"
title="Build Scalable AI Solutions That Drive Results"
description="We build scalable AI solutions and enterprise-grade software to transform your business ecosystem."
avatars={[
{
@@ -189,6 +189,7 @@ export default function LandingPage() {
description="Reach out to us via our form, send an email to hello@nexus.ai, or connect on WhatsApp for immediate support."
background={{
variant: "sparkles-gradient"}}
useInvertedBackground={false}
onSubmit={(email) => console.log("Form submitted", email)}
/>
</div>