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