Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-19 16:15:18 +00:00
parent 1fb480b8ac
commit 2485d15312

View File

@@ -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."
/>
</div>
@@ -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."
/>
</div>
@@ -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 }
]}
/>
</div>
@@ -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
}
]}
/>
</div>
@@ -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."
/>
</div>