Update src/app/page.tsx

This commit is contained in:
2026-03-11 20:34:06 +00:00
parent b394f9c6ad
commit 9f01fe99d5

View File

@@ -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" }
]
},
{