diff --git a/src/Components/Popular.jsx b/src/Components/Popular.jsx index 0386480..280d0b4 100644 --- a/src/Components/Popular.jsx +++ b/src/Components/Popular.jsx @@ -8,10 +8,14 @@ const Popular = () => {

Popular In Women

-
- {dataProduct.map((item) => { - return ; - })} + +
+
+ {dataProduct.map((item) => { + return ; + })} +
+ ); };