diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 3fc0a23..74eafca 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -134,7 +134,7 @@ export default function ProductPage({ params }: ProductPageProps) { { label: "FAQ", href: "#faq" } ] } - ] + ]} copyrightText="© 2025 YmniK Chess Club. All rights reserved." /> @@ -219,7 +219,7 @@ export default function ProductPage({ params }: ProductPageProps) { { label: "FAQ", href: "#faq" } ] } - ] + ]} copyrightText="© 2025 YmniK Chess Club. All rights reserved." /> @@ -328,7 +328,7 @@ export default function ProductPage({ params }: ProductPageProps) { { label: "FAQ", href: "#faq" } ] } - ] + ]} copyrightText="© 2025 YmniK Chess Club. All rights reserved." /> diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 04f1202..4efa24b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -84,7 +84,7 @@ export default function ShopPage() { { label: "FAQ", href: "#faq" } ] } - ] + ]} copyrightText="© 2025 YmniK Chess Club. All rights reserved." /> @@ -168,7 +168,7 @@ export default function ShopPage() { { label: "FAQ", href: "#faq" } ] } - ] + ]} copyrightText="© 2025 YmniK Chess Club. All rights reserved." />