From c55093b33134088e590d86c29bd237daad9f8f4e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:32:55 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b14f39c..50e868d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -11,7 +11,6 @@ export default function AboutPage() { const navItems = [ { name: "Home", id: "/" }, { name: "Services", id: "services" }, - { name: "Portfolio", id: "portfolio" }, { name: "About", id: "about" } ]; @@ -19,8 +18,7 @@ export default function AboutPage() { { title: "Company", items: [ { label: "About Us", href: "about" }, - { label: "Our Services", href: "services" }, - { label: "Portfolio", href: "portfolio" } + { label: "Our Services", href: "services" } ] }, { @@ -40,16 +38,16 @@ export default function AboutPage() { return (