Merge version_1_1781704543178 into main

Merge version_1_1781704543178 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-06-17 13:59:08 +00:00

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