From 6fd72696c6b99b1cb814f4de84c3e741e67b9cb1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 11:43:40 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c295dee..fc52adb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -9,11 +9,11 @@ import FooterBase from "@/components/sections/footer/FooterBase"; import { Sparkles, ArrowUpRight, Users, Trophy } from "lucide-react"; const NAV_ITEMS = [ - { name: "Home", href: "/" }, - { name: "Work", href: "/#work" }, - { name: "Services", href: "/services" }, - { name: "About", href: "/about" }, - { name: "Contact", href: "/#contact" } + { name: "Home", id: "/" }, + { name: "Work", id: "work" }, + { name: "Services", id: "/services" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "contact" } ]; const FOOTER_COLUMNS = [ @@ -98,6 +98,7 @@ export default function AboutPage() { ]} animationType="slide-up" useInvertedBackground={true} + textboxLayout="default" tag="Our People" tagIcon={Users} />