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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user