diff --git a/src/pages/home/components/Hero.tsx b/src/pages/home/components/Hero.tsx
index 47cf399..1776857 100644
--- a/src/pages/home/components/Hero.tsx
+++ b/src/pages/home/components/Hero.tsx
@@ -1,6 +1,5 @@
import { useTranslation } from 'react-i18next';
import { Github, Linkedin, Mail } from 'lucide-react';
-import { motion } from 'framer-motion';
const Hero = () => {
const { t } = useTranslation();
@@ -92,47 +91,22 @@ const Hero = () => {
- {/* Title and Name */}
-
{t('pages.home.hero.title')}
-
{t('pages.home.hero.description')}
-
-
{t('pages.home.hero.currentRole')} - +
{/* Navigation */} -