Switch to version 1: modified src/app/page.tsx

This commit is contained in:
2026-03-26 12:49:49 +00:00
parent c3a7d1c8fa
commit 8d1d4dd0ff

View File

@@ -34,6 +34,10 @@ const Footer: React.FC<FooterProps> = ({ 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"}
];