From 2485d153122550bc71cdbe8ea359dfa00a75971c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 16:15:18 +0000 Subject: [PATCH 1/2] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 4749c54..dbb07dc 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -105,7 +105,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"title":"Company","items":[{"label":"About Us","href":"/about"},{"label":"Our Team","href":"/about"},{"label":"Service Areas","href":"/services"}]}, {"title":"Services","items":[{"label":"Kitchen Remodeling","href":"/services"},{"label":"Bathroom Remodeling","href":"/services"},{"label":"Full Renovations","href":"/services"},{"label":"ADU Construction","href":"/services"}]}, {"title":"Contact","items":[{"label":"Get Free Estimate","href":"/contact"},{"label":"View Portfolio","href":"/portfolio"},{"label":"Testimonials","href":"/#testimonials"}]} - ] + ]} copyrightText="© 2025 Construction Property LA. All rights reserved. Licensed & Insured." /> @@ -161,7 +161,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"title":"Company","items":[{"label":"About Us","href":"/about"},{"label":"Our Team","href":"/about"},{"label":"Service Areas","href":"/services"}]}, {"title":"Services","items":[{"label":"Kitchen Remodeling","href":"/services"},{"label":"Bathroom Remodeling","href":"/services"},{"label":"Full Renovations","href":"/services"},{"label":"ADU Construction","href":"/services"}]}, {"title":"Contact","items":[{"label":"Get Free Estimate","href":"/contact"},{"label":"View Portfolio","href":"/portfolio"},{"label":"Testimonials","href":"/#testimonials"}]} - ] + ]} copyrightText="© 2025 Construction Property LA. All rights reserved. Licensed & Insured." /> @@ -215,7 +215,7 @@ export default function ProductPage({ params }: ProductPageProps) { sku={meta.sku} buttons={[ { text: "Add To Cart", onClick: handleAddToCart }, - { text: "Buy Now", onClick: handleBuyNow }, + { text: "Buy Now", onClick: handleBuyNow } ]} /> @@ -229,8 +229,8 @@ export default function ProductPage({ params }: ProductPageProps) { total={`$${cartTotal}`} buttons={[ { - text: isCheckoutLoading ? "Processing..." : "Check Out", onClick: handleCheckout, - }, + text: isCheckoutLoading ? "Processing..." : "Check Out", onClick: handleCheckout + } ]} /> @@ -241,7 +241,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"title":"Company","items":[{"label":"About Us","href":"/about"},{"label":"Our Team","href":"/about"},{"label":"Service Areas","href":"/services"}]}, {"title":"Services","items":[{"label":"Kitchen Remodeling","href":"/services"},{"label":"Bathroom Remodeling","href":"/services"},{"label":"Full Renovations","href":"/services"},{"label":"ADU Construction","href":"/services"}]}, {"title":"Contact","items":[{"label":"Get Free Estimate","href":"/contact"},{"label":"View Portfolio","href":"/portfolio"},{"label":"Testimonials","href":"/#testimonials"}]} - ] + ]} copyrightText="© 2025 Construction Property LA. All rights reserved. Licensed & Insured." /> -- 2.49.1 From 4dd3c1a70914793a3b94e281d65b5f25ac5e3e49 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 16:15:19 +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 6d13c37..399b6f5 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -54,7 +54,7 @@ export default function ShopPage() { {"title":"Company","items":[{"label":"About Us","href":"/about"},{"label":"Our Team","href":"/about"},{"label":"Service Areas","href":"/services"}]}, {"title":"Services","items":[{"label":"Kitchen Remodeling","href":"/services"},{"label":"Bathroom Remodeling","href":"/services"},{"label":"Full Renovations","href":"/services"},{"label":"ADU Construction","href":"/services"}]}, {"title":"Contact","items":[{"label":"Get Free Estimate","href":"/contact"},{"label":"View Portfolio","href":"/portfolio"},{"label":"Testimonials","href":"/#testimonials"}]} - ] + ]} copyrightText="© 2025 Construction Property LA. All rights reserved. Licensed & Insured." /> @@ -108,7 +108,7 @@ export default function ShopPage() { {"title":"Company","items":[{"label":"About Us","href":"/about"},{"label":"Our Team","href":"/about"},{"label":"Service Areas","href":"/services"}]}, {"title":"Services","items":[{"label":"Kitchen Remodeling","href":"/services"},{"label":"Bathroom Remodeling","href":"/services"},{"label":"Full Renovations","href":"/services"},{"label":"ADU Construction","href":"/services"}]}, {"title":"Contact","items":[{"label":"Get Free Estimate","href":"/contact"},{"label":"View Portfolio","href":"/portfolio"},{"label":"Testimonials","href":"/#testimonials"}]} - ] + ]} copyrightText="© 2025 Construction Property LA. All rights reserved. Licensed & Insured." /> -- 2.49.1