Update src/app/page.tsx

This commit is contained in:
2026-04-07 00:46:16 +00:00
parent 434adf345a
commit f7b390b68b

View File

@@ -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 (