From 112aee1cdfbfc542a64806ae988eb983b6975420 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Tue, 21 Jul 2026 15:16:47 +0330 Subject: [PATCH] responsive --- app/category/components/CategoryHero.tsx | 12 +++++----- app/category/components/CategoryProducts.tsx | 2 +- app/category/components/CategoryToolbar.tsx | 8 +++---- app/category/page.tsx | 10 ++++----- app/product/components/ProductBreadcrumb.tsx | 2 +- app/product/components/ProductDetail.tsx | 22 ++++++++++--------- app/product/components/ProductGallery.tsx | 6 ++--- .../components/ProductOrderActions.tsx | 8 +++---- .../components/ProductPurchaseOptions.tsx | 18 ++++++++------- app/product/components/ProductRelated.tsx | 2 +- 10 files changed, 46 insertions(+), 44 deletions(-) diff --git a/app/category/components/CategoryHero.tsx b/app/category/components/CategoryHero.tsx index c3e1b0a..a393484 100644 --- a/app/category/components/CategoryHero.tsx +++ b/app/category/components/CategoryHero.tsx @@ -14,10 +14,10 @@ const CategoryHero: FC = () => { backgroundImage: "linear-gradient(108.5deg, rgba(33, 88, 140, 0.1) 89.65%, rgba(237, 243, 248, 0.3) 100%)", }} > -
-
-

{CATEGORY_TITLE}

-

{CATEGORY_DESCRIPTION}

+
+
+

{CATEGORY_TITLE}

+

{CATEGORY_DESCRIPTION}

@@ -27,13 +27,13 @@ const CategoryHero: FC = () => { width={360} height={360} priority - className="aspect-square w-55 sm:w-70 lg:w-[320px] rounded-2xl sm:rounded-3xl object-cover shadow-[0px_-4px_12px_0px_rgba(0,0,0,0.12)]" + className="aspect-square w-48 rounded-2xl object-cover shadow-[0px_-4px_12px_0px_rgba(0,0,0,0.12)] sm:w-60 sm:rounded-3xl lg:w-80" />
-