Update src/app/about/page.tsx

This commit is contained in:
2026-06-02 11:43:40 +00:00
parent 735dcae113
commit 6fd72696c6

View File

@@ -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}
/>