From 656fcc8bb62a5e1c4db1a1e7ef753222f523c4ff Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 15:45:12 +0000 Subject: [PATCH 1/2] Update src/components/sections/hero/HeroVideoExpand.tsx --- .../sections/hero/HeroVideoExpand.tsx | 36 ++++++++----------- 1 file changed, 15 insertions(+), 21 deletions(-) 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 && ( - + - - )} - + + +