Update src/app/about/page.tsx
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user