From 186444c42e01869ec3b2e7fa7c209f49bc54d49b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=AD=D8=B3=DB=8C=D9=86=20=D9=85=D8=B9=D8=B5=D9=88=D9=85?= =?UTF-8?q?=DB=8C=20=D9=BE=D9=88=D8=B1?= Date: Tue, 3 Dec 2024 23:56:13 +0330 Subject: [PATCH] fix landing --- .../LandingPage/CategoriesHero/page.jsx | 2 +- components/LandingPage/HeroSection/page.jsx | 30 +++++++++---------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/components/LandingPage/CategoriesHero/page.jsx b/components/LandingPage/CategoriesHero/page.jsx index 4bafbde..e7e8eba 100644 --- a/components/LandingPage/CategoriesHero/page.jsx +++ b/components/LandingPage/CategoriesHero/page.jsx @@ -54,7 +54,7 @@ const CategoriesHero = () => { ]; return ( <> -
+
{categories.map((category, index) => ( { ))}
+
-
- {slides.map((e, index) => ( - - ))} -
+
+ {slides.map((e, index) => ( + + ))}
);