From af474442891f7646c2ac590ba3da3334fd2a9437 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:29:21 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index a82d536..ea17d99 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -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() { ); -} +} \ No newline at end of file