diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index d7cf7f1..c71659b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -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" }, ], }, {