From 8a69bd4a74159b95bfc71fd8f4695c3c8e8a8efc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 17:19:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b2c165..4e0396c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,9 +12,13 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; export default function Page() { - const navItems = [{ name: "Home", id: "/" }]; + const navItems = [ + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" } + ]; return ( - + @@ -40,7 +44,7 @@ export default function Page() {
- +