Update src/app/shop/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user