diff --git a/app/data/content.ts b/app/data/content.ts index 761a8ea..a9f606f 100644 --- a/app/data/content.ts +++ b/app/data/content.ts @@ -22,7 +22,7 @@ import webDevelopment from '../images/services/web-development.png'; export const navLinks = [ { name: 'Featured Projects', href: '/#project' }, { name: 'Services', href: '/#service' }, - { name: 'CV', href: 'cv' }, + { name: 'CV', href: '/#cv' }, ] as const; export const heroSectionData = {