homeBanner

This commit is contained in:
yonghyon
2024-06-12 18:45:40 +09:00
parent 3de971e7c8
commit 55ffc527fa
5 changed files with 127 additions and 446 deletions

View File

@@ -149,7 +149,7 @@ const BestSeller = ({ order, scrollTopBody, spotlightId, handleItemFocus }) => {
: rankOrd + "th";
return (
<TItemCard
key={prdtId}
key={"subItem"+itemIndex}
imageAlt={prdtId}
imageSource={imgUrl}
priceInfo={priceInfo}