From 04ebffdbfea4b91649199ddde85eafa91bfd48d7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 13:15:01 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 3b064e5..9af5ed1 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -61,7 +61,8 @@ function ShopPageContent() { { title: "About Us", items: [{ label: "Our Story", href: "/#about" }, { label: "Sustainability", href: "/#about" }, { label: "Team", href: "#" }] }, { title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/contacts" }, { label: "Privacy Policy", href: "#" }] } ], - logoText: "Find Mouse", copyrightText: "© 2024 Find Mouse. All rights reserved."}; + logoText: "Find Mouse", copyrightText: "© 2024 Find Mouse. All rights reserved." + }; if (isLoading) { return (