Update src/app/products/page.tsx

This commit is contained in:
2026-06-09 22:46:16 +00:00
parent ddfa89a985
commit 847ceace0c

View File

@@ -108,9 +108,9 @@ export default function ProductListingPage() {
{
name: "About", id: "#about"},
{
name: "Shop", href: "/shop"},
name: "Shop", id: "/shop"},
{
name: "Products", href: "/products"},
name: "Products", id: "/products"},
{
name: "Features", id: "#features"},
{