diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx
index c9926fa..f219c4f 100644
--- a/src/pages/Home.tsx
+++ b/src/pages/Home.tsx
@@ -79,25 +79,30 @@ const Home: React.FC = () => {
{categories.slice(0, 6).map(category => (
-
+
-
-
- {category.name}
-
-
- {category.description}
-
-
-
-
-
-
- ))}
+
+
+
+ {category.name}
+
+
+ {category.description}
+
+
+
+
+
+
+
+ ))}
@@ -212,4 +217,4 @@ const Home: React.FC = () => {
);
};
-export default Home;
\ No newline at end of file
+export default Home;