From 34c3e38a1ce7e1c743012051e2d316c8877a6069 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 23:43:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 (