Merge version_3 into main #14

Merged
bender merged 2 commits from version_3 into main 2026-02-23 13:15:06 +00:00
2 changed files with 5 additions and 3 deletions

View File

@@ -94,7 +94,8 @@ function ProductPageContent({ params }: ProductPageProps) {
{ 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 (
@@ -221,4 +222,4 @@ function ProductPageContent({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -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 (