diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c0f583..da6a26c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,13 @@ import ContactText from '@/components/sections/contact/ContactText'; import FooterBase from '@/components/sections/footer/FooterBase'; export default function Page() { - const navItems = [{ name: "Home", id: "/" }]; + const navItems = [ + { name: "Home", id: "/" }, + { name: "Services", id: "/services" }, + { name: "About", id: "/about" }, + { name: "Reviews", id: "/reviews" }, + { name: "Contact", id: "/contact" } + ]; return (