diff --git a/src/components/sections/hero/HeroVideoExpand.tsx b/src/components/sections/hero/HeroVideoExpand.tsx
index 9e47478..be1198c 100644
--- a/src/components/sections/hero/HeroVideoExpand.tsx
+++ b/src/components/sections/hero/HeroVideoExpand.tsx
@@ -1,5 +1,4 @@
import { useState, useEffect, useRef } from 'react';
-import { motion, AnimatePresence } from 'framer-motion';
import { X } from 'lucide-react';
interface HeroVideoExpandProps {
@@ -49,27 +48,22 @@ export default function HeroVideoExpand({ title, description, videoSrc, thumbnai
-
- {isOpen && (
-
+
- )}
-
+
+
+
+
+ )}
);
}
\ No newline at end of file