diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index f048333..695696b 100644 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -23,17 +23,17 @@ export default function Navigation() { }, [isOpen]); const links = [ - { name: 'Portfolio', href: '#' }, - { name: 'Solutions', href: '#' }, - { name: 'Legal Notice', href: '#' }, + { name: 'Portfolio', href: '/under-construction' }, + { name: 'Solutions', href: '/under-construction' }, + { name: 'Legal Notice', href: '/under-construction' }, ]; return (