Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-28 23:05:40 +00:00

View File

@@ -30,7 +30,7 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "hero" },
{ name: "Início", id: "hero" },
{ name: "Sobre", id: "about" },
{ name: "Produtos", id: "products" },
{ name: "Contato", id: "contact" },
@@ -159,4 +159,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}