diff --git a/src/app/page.tsx b/src/app/page.tsx index adc3975..59376af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,6 +34,10 @@ 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"} ];