diff --git a/src/components/sections/hero-section.tsx b/src/components/sections/hero-section.tsx
index 6c1f2cb..b383c3c 100644
--- a/src/components/sections/hero-section.tsx
+++ b/src/components/sections/hero-section.tsx
@@ -4,14 +4,7 @@ import { useEffect, useRef, useState } from 'react';
import { motion } from 'framer-motion';
import { Button } from '@/components/ui/button';
import { COMPANY_INFO, STATS } from '@/lib/constants';
-import { ArrowRight, Sparkles, Code2, Cloud, Shield, BarChart3 } from 'lucide-react';
-
-const iconMap = {
- Code: Code2,
- Cloud: Cloud,
- BarChart3: BarChart3,
- Shield: Shield,
-};
+import { ArrowRight, Sparkles } from 'lucide-react';
export function HeroSection() {
const [isVisible, setIsVisible] = useState(false);
@@ -63,16 +56,16 @@ export function HeroSection() {
-
-
+
);
}
@@ -188,7 +181,7 @@ function StatItem({ stat, index, shouldAnimate }: {
`0${suffix}`
)}
-