diff --git a/src/components/sections/hero/HeroVideoExpand.tsx b/src/components/sections/hero/HeroVideoExpand.tsx index 0dee92b..47306d5 100644 --- a/src/components/sections/hero/HeroVideoExpand.tsx +++ b/src/components/sections/hero/HeroVideoExpand.tsx @@ -2,10 +2,9 @@ interface HeroVideoExpandProps { videoSrc: string; title: string; description: string; - onComplete?: () => void; } -export default function HeroVideoExpand({ videoSrc, title, description, onComplete }: HeroVideoExpandProps) { +export default function HeroVideoExpand({ videoSrc, title, description }: HeroVideoExpandProps) { return (