Update src/app/products/page.tsx

This commit is contained in:
2026-04-09 02:07:40 +00:00
parent 0f547da14b
commit e0e93e5916

View File

@@ -27,6 +27,7 @@ export default function ProductsPage() {
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Products", id: "/products" },
{ name: "Contact", id: "/contact" },
]}
brandName="Tess's Kitchen"
/>
@@ -59,6 +60,7 @@ export default function ProductsPage() {
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Products", href: "/products" },
{ label: "Contact", href: "/contact" },
],
},
{