diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index af4bf88..364ec9a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -9,6 +9,7 @@ import Link from 'next/link'; export default function AboutPage() { const navItems = [ + { name: 'Home', id: '/' }, { name: 'Services', id: '/services' }, { name: 'About', id: '/about' }, { name: 'Reviews', id: '/reviews' }, @@ -41,8 +42,7 @@ export default function AboutPage() {