Update src/app/shop/page.tsx
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user