Update src/app/shop/page.tsx

This commit is contained in:
2026-06-09 22:46:17 +00:00
parent 847ceace0c
commit 176a292ee5

View File

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