Update src/app/products/page.tsx

This commit is contained in:
2026-01-29 16:52:22 +00:00
parent 633853135c
commit 7684e01b7c

View File

@@ -67,7 +67,7 @@ export default function ProductsPage() {
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Products", id: "/products" }, { name: "Products", id: "/products" },
{ name: "Pricing", id: "/pricing" }, { name: "Pricing", id: "/pricing" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "/contact" },
]} ]}
button={{ button={{
text: "Order Now", href: "/products" text: "Order Now", href: "/products"