diff --git a/src/app/page.tsx b/src/app/page.tsx index 533e0d2..221d0ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,13 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -const navItems = [{ name: 'Home', id: '/' }]; +const navItems = [ + { name: 'Home', id: '/' }, + { name: 'About', id: '#about' }, + { name: 'Services', id: '#services' }, + { name: 'Reviews', id: '#reviews' }, + { name: 'Contact', id: '#contact' } +]; export default function Page() { return (