From b101cf90828fa4c6cc01e15433f0eab76b06b5ef Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:18:25 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" }, ], }, {