fixed logo

This commit is contained in:
Jelaletdin12
2026-02-08 18:07:15 +05:00
parent 312b7c2ac3
commit 8d4f855486
12 changed files with 48 additions and 34 deletions

View File

@@ -72,7 +72,7 @@ export default function CollectionSection({ collection, locale }: Props) {
m.images_800x800 ||
m.images_720x720 ||
m.images_400x400 ||
m.thumbnail
m.thumbnail,
)
.filter(Boolean) || ["/placeholder-product.jpg"];
@@ -95,10 +95,11 @@ export default function CollectionSection({ collection, locale }: Props) {
// height={450}
// width={350}
button={true}
stock={product.stock}
/>
);
})}
</div>
</section>
);
}
}