Update src/app/shop/page.tsx
This commit is contained in:
@@ -11,16 +11,16 @@ export default function ShopPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Collections", id: "#collections" },
|
||||
{ name: "Contact", id: "#newsletter" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Shipping Policy", href: "#shipping" },
|
||||
{ label: "Return Policy", href: "#returns" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Shipping Policy", href: "/shipping-policy" },
|
||||
{ label: "Return Policy", href: "/return-policy" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user