Update src/app/shop/page.tsx

This commit is contained in:
2026-03-07 12:18:25 +00:00
parent e8f8be783b
commit b101cf9082

View File

@@ -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" },
],
},
{