diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx
index 4a81ed7..dbdf7c3 100644
--- a/src/pages/Home.jsx
+++ b/src/pages/Home.jsx
@@ -14,9 +14,9 @@ const CategoryItem = ({ category }) => (
src={category.imageUrl}
alt={category.name}
isZoomed
- className="w-20 h-20"
+ className="w-24 h-24"
/>
- {category.name}
+ {category.name}
);