From 2803fe58224f404b6024ada69f11cf409594d90f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 11:33:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c0684d..876867a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,9 +10,25 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function HomePage() { - const navItems = [{ name: "Home", id: "/" }]; + const navItems = [ + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" } + ]; + return ( - +