diff --git a/src/app/page.tsx b/src/app/page.tsx index e0aefc7..2210a11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,12 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; export default function Home() { - const navItems = [{ name: 'Home', id: '/' }]; + const navItems = [ + { name: 'Home', id: '/' }, + { name: 'Services', id: '#services' }, + { name: 'About', id: '#about' }, + { name: 'Contact', id: '#contact' } + ]; return (