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 ( - +