MCPcopy
hub / github.com/Huanshere/VideoLingo / HeroProps

Interface HeroProps

docs/components/landing/hero.tsx:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import Script from 'next/script'
5
6interface HeroProps {
7 title: string
8 description: string
9 videoSrc: string
10}
11
12export default function Hero({ title, description, videoSrc }: HeroProps) {
13 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected