diff --git a/src/components/home/card-hover-effect/index.tsx b/src/components/home/card-hover-effect/index.tsx
index 779c1f4..30cdc9d 100644
--- a/src/components/home/card-hover-effect/index.tsx
+++ b/src/components/home/card-hover-effect/index.tsx
@@ -64,7 +64,7 @@ export function HoverEffect({
{items.map((item, idx) => (
setHoveredIndex(idx)}
diff --git a/src/components/home/footer/index.tsx b/src/components/home/footer/index.tsx
index 8f6b977..e724753 100644
--- a/src/components/home/footer/index.tsx
+++ b/src/components/home/footer/index.tsx
@@ -93,10 +93,10 @@ const renderLink = (products: LinkProps[]) =>
));
const renderIcon = (icons: Icon[]) =>
- icons.map((icon) => (
+ icons.map((icon, idx) => (
{icon.icon}