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) => (
+
+ ))}
>
);