From 976c3a79cca41a4ecca0750b41a59ddae53c664f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:15:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5246d71..013ad59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,11 +8,28 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBase from '@/components/sections/footer/FooterBase'; -const navItems = [{ name: "Home", id: "/" }]; +const navItems = [ + { name: "Home", id: "/" }, + { name: "Features", id: "/features" }, + { name: "Services", id: "/menu" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" } +]; export default function Page() { return ( - +