another one

This commit is contained in:
2025-02-22 20:12:27 +03:00
parent 1e803b4beb
commit b6fa50a59e
201 changed files with 5165 additions and 8036 deletions

View File

@@ -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}