diff --git a/src/app/page.tsx b/src/app/page.tsx index b5e874e..9aab13a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Treino", id: "training" }, { name: "Nutrição", id: "nutrition" }, { name: "Comunidade", id: "community" }, - { name: "Perfil", id: "profile" } + { name: "Perfil", id: "onboarding" } ]} button={{ text: "Começar Agora", href: "contact" }} brandName="FitFlow Pro" @@ -362,7 +362,7 @@ export default function LandingPage() { { title: "Comunidade", items: [ { label: "Comunidade", href: "community" }, - { label: "Perfil", href: "profile" }, + { label: "Perfil", href: "onboarding" }, { label: "Rankings", href: "rankings" }, { label: "Blog", href: "blog" } ] @@ -382,4 +382,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file