Update src/app/products/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user