Update src/app/shop/page.tsx

This commit is contained in:
2026-02-13 16:29:21 +00:00
parent b756c7e9a1
commit af47444289

View File

@@ -132,13 +132,13 @@ export default function ShopPage() {
items: [
{ label: "Case Studies", href: "case-studies" },
{ label: "Contact", href: "contact" }
]
}
},
{
items: [
{ label: "Privacy", href: "https://example.com/privacy" },
{ label: "Terms", href: "https://example.com/terms" }
]
}
}
]}
/>
@@ -146,4 +146,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}