From be7bee026f22264d3b5cdf4be4616a5a1e64090d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 20:28:46 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 248 ++++++++++++++++++----------------------- 1 file changed, 109 insertions(+), 139 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7d493fb..08553e9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -4,10 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; +import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import Link from "next/link"; -import { Sparkles, Star, Zap } from "lucide-react"; +import { Sparkles, Zap, Users, Rocket, Star } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -18,45 +20,6 @@ export default function AboutPage() { { name: "Contact", id: "/contact" }, ]; - const footerColumns = [ - { - title: "Product", - items: [ - { label: "Features", href: "/" }, - { label: "Pricing", href: "/pricing" }, - { label: "Dashboard", href: "https://app.nexagent.com" }, - { label: "Integrations", href: "/" }, - ], - }, - { - title: "Company", - items: [ - { label: "About", href: "/about" }, - { label: "Blog", href: "#" }, - { label: "Careers", href: "#" }, - { label: "Contact", href: "/contact" }, - ], - }, - { - title: "Legal", - items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Cookie Policy", href: "#" }, - { label: "Security", href: "#" }, - ], - }, - { - title: "Connect", - items: [ - { label: "LinkedIn", href: "https://linkedin.com" }, - { label: "Twitter", href: "https://twitter.com" }, - { label: "WhatsApp", href: "https://wa.me/1234567890" }, - { label: "Email", href: "mailto:hello@nexagent.com" }, - ], - }, - ]; - return ( -
+
-
+
+
+ +
+
+
+ +
+