Home Page
++ {cardDetails?.title} +
++ {cardDetails?.stores} +
+ ++ {cardDetails?.likeCount.toString()} +
+ ++ {cardDetails?.title} +
++ {cardDetails?.description} +
+ {cardDetails?.material && ( + <> ++ Material +
+{cardDetails.material}
+ > + )} + {cardDetails?.brand && ( + <> ++ Brand +
+{cardDetails.brand}
+ > + )} + {cardDetails?.cost && ( + <> ++ Cost +
+{cardDetails.cost}
+ > + )} +Available Stores
+ {availableStores.map((store, index) => ( + + +{store.location}
+{store.address}
+ + + + + ))} +