From fcf89eb2a137e86fb460eb2142159f8e762014bf Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Sun, 19 Jul 2026 12:35:46 +0330 Subject: [PATCH] fix shadow --- app/home/components/OrderByApplication.tsx | 2 +- app/home/components/ProductCard.tsx | 8 ++++---- app/home/components/ProductSection.tsx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) 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) => (