Update src/app/about/page.tsx

This commit is contained in:
2026-06-06 07:54:25 +00:00
parent 66d5a7125b
commit 34c933fe2a

View File

@@ -8,13 +8,13 @@ import FooterSimple from "@/components/sections/footer/FooterSimple";
export default function AboutPage() {
const navItems = [
{ name: "Home", id: "/", href: "/" },
{ name: "About", id: "/about", href: "/about" },
{ name: "Services", id: "/services", href: "/services" },
{ name: "Portfolio", id: "/portfolio", href: "/portfolio" },
{ name: "Pricing", id: "/pricing", href: "/pricing" },
{ name: "FAQs", id: "/faqs", href: "/faqs" },
{ name: "Contact", id: "/contact", href: "/contact" },
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Portfolio", id: "/portfolio" },
{ name: "Pricing", id: "/pricing" },
{ name: "FAQs", id: "/faqs" },
{ name: "Contact", id: "/contact" },
];
const footerNavItems = [