Switch to version 1: modified src/app/page.tsx
This commit is contained in:
@@ -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"}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user