Update src/app/products/page.tsx

This commit is contained in:
2026-05-08 17:28:10 +00:00
parent 2e96fa28da
commit 47468a9324

View File

@@ -26,6 +26,7 @@ export default function ProductsPage() {
{ name: "Início", id: "/" },
{ name: "Sobre", id: "/#about" },
{ name: "Produtos", id: "/products" },
{ name: "Preços", id: "/pricing" },
{ name: "Depoimentos", id: "/#testimonials" },
{ name: "Contato", id: "/#contact" },
]}
@@ -56,4 +57,4 @@ export default function ProductsPage() {
</ReactLenis>
</ThemeProvider>
);
}
}