Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -241,9 +241,9 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
|
||||
<div id="productDetail" data-section="productDetail">
|
||||
<ProductDetailCard
|
||||
layout="default"
|
||||
layout="page"
|
||||
name={product.name}
|
||||
price={product.priceDisplay}
|
||||
price={product.price}
|
||||
images={images}
|
||||
buttons={[
|
||||
{ text: "Add to Cart", onClick: handleAddToCart },
|
||||
|
||||
Reference in New Issue
Block a user