From 9f01fe99d5a4c37fbd387beb6746757fea4e7856 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 20:34:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f4b5e5..eefa872 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,6 @@ export default function LandingPage() { navItems={[ { name: "Dashboard", id: "dashboard" }, { name: "Treino", id: "training" }, - { name: "Nutrição", id: "nutrition" }, { name: "Receitas", id: "/recipes" }, { name: "Comunidade", id: "community" }, { name: "Perfil", id: "profile" } @@ -356,8 +355,8 @@ export default function LandingPage() { title: "Produto", items: [ { label: "Dashboard", href: "dashboard" }, { label: "Treino", href: "training" }, - { label: "Nutrição", href: "nutrition" }, - { label: "Receitas", href: "/recipes" } + { label: "Receitas", href: "/recipes" }, + { label: "Cardio Hub", href: "cardio" } ] }, {