diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d134d0..b7ca6fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -const navItems = [{ name: "Home", id: "#" }, { name: "Services", id: "#services" }, { name: "Projects", id: "#projects" }, { name: "Contact", id: "#contact" }]; +const navItems = [{ name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Projects", id: "/projects" }, { name: "Contact", id: "/contact" }]; export default function Page() { return ( @@ -121,8 +121,8 @@ export default function Page() {