Update src/components/sections/hero/HeroVideoExpand.tsx

This commit is contained in:
2026-06-17 13:59:02 +00:00
parent 1011e09aa1
commit c6583f967c

View File

@@ -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 (
<div className="relative w-full h-screen overflow-hidden">
<video