Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-07 00:46:23 +00:00

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 (