Update src/app/page.tsx
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user