diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 899b1c1..fda283f 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: "Hours", href: "#" } ] } - ] + ]} copyrightText="© 2025 Construction Property LA. All rights reserved." /> @@ -219,7 +219,7 @@ export default function ProductPage({ params }: ProductPageProps) { { label: "Hours", href: "#" } ] } - ] + ]} copyrightText="© 2025 Construction Property LA. All rights reserved." /> @@ -328,7 +328,7 @@ export default function ProductPage({ params }: ProductPageProps) { { label: "Hours", href: "#" } ] } - ] + ]} copyrightText="© 2025 Construction Property LA. All rights reserved." /> diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 53624b7..ffc40ad 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -84,7 +84,7 @@ export default function ShopPage() { { label: "Hours", href: "#" } ] } - ] + ]} copyrightText="© 2025 Construction Property LA. All rights reserved." /> @@ -168,7 +168,7 @@ export default function ShopPage() { { label: "Hours", href: "#" } ] } - ] + ]} copyrightText="© 2025 Construction Property LA. All rights reserved." />