diff --git a/app/home/components/OrderByApplication.tsx b/app/home/components/OrderByApplication.tsx index 00768f8..154e986 100644 --- a/app/home/components/OrderByApplication.tsx +++ b/app/home/components/OrderByApplication.tsx @@ -30,7 +30,7 @@ const OrderByApplication: FC = () => { - + {Array.from({ length: 10 }).map((_, index) => ( diff --git a/app/home/components/ProductCard.tsx b/app/home/components/ProductCard.tsx index fcc555a..b1207f9 100644 --- a/app/home/components/ProductCard.tsx +++ b/app/home/components/ProductCard.tsx @@ -7,12 +7,12 @@ import { Rating } from "react-simple-star-rating"; const ProductCard: FC = () => { return ( -
-
+
+
product-card
-
-
جعبه کیبوردی
+
+
جعبه کیبوردی
4.5
diff --git a/app/home/components/ProductSection.tsx b/app/home/components/ProductSection.tsx index 0de8182..a5d42fe 100644 --- a/app/home/components/ProductSection.tsx +++ b/app/home/components/ProductSection.tsx @@ -11,7 +11,7 @@ const ProductSection: FC = () => {
- + {Array.from({ length: 10 }).map((_, index) => (