Update src/app/products/page.tsx

This commit is contained in:
2026-05-28 10:44:54 +00:00
parent a831ace429
commit c5f29a500f

View File

@@ -40,7 +40,7 @@ export default function ProductsPage() {
{
name: "Reseñas", id: "/#testimonials"},
{
name: "Contacto", id: "/#contact"},
name: "Contacto", id: "/contact"},
]}
brandName="Don Pasquale"
/>
@@ -121,4 +121,4 @@ export default function ProductsPage() {
</ReactLenis>
</ThemeProvider>
);
}
}