From f7b390b68b943068e51c4f705bc4495dd2a362ea Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:46:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 (