From ddf7bca9054a003a7d3c6e8961a01cf4520f083c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:46:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 59376af..adc3975 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,10 +34,6 @@ const Footer: React.FC = ({ brandName = "Nexsoft Australia", navIte export default function HomePage() { const navItems = [ {name: "Home", id: "home", href: "/"}, - {name: "About us", id: "about", href: "/about"}, - {name: "Products", id: "products", href: "/products"}, - {name: "Achievements", id: "achievements", href: "/portfolio"}, - {name: "News", id: "news", href: "/portfolio"}, {name: "Contact us", id: "contact", href: "/contact"} ];