diff --git a/src/app/page.tsx b/src/app/page.tsx index d8b4e78..d99d111 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function HomePage() { - const navItems = [{ name: 'Home', id: '/' }]; + const navItems = [{ name: 'Home', id: '/' }, { name: 'About', id: '/about' }, { name: 'Contact', id: '/contact' }]; return (