From 1cf1705e872244f5ad4dd8aeba63ccb649aaae02 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 19:07:32 +0000 Subject: [PATCH 1/2] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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." /> -- 2.49.1 From 965db8e3a86beed75493f9ee7065cc620b1d96e9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 19:07:33 +0000 Subject: [PATCH 2/2] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." /> -- 2.49.1