Update src/app/page.tsx

This commit is contained in:
2026-03-11 20:12:17 +00:00
parent c02676d14d
commit d4fc238f15

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}