another one
This commit is contained in:
@@ -54,7 +54,7 @@ export function ProductDetail({ product }: ProductDetailProps) {
|
||||
<div className="flex flex-col md:flex-row gap-8">
|
||||
<div className="md:w-1/2">
|
||||
<Image
|
||||
src={product.images?.[0] || "/placeholder.svg"}
|
||||
src={product.image_url || "/placeholder.svg"}
|
||||
alt={product.title}
|
||||
width={500}
|
||||
height={500}
|
||||
|
||||
Reference in New Issue
Block a user