import { videoTutorialBg, playButtonIcon } from '../assets/images'; export default function VideoTutorialCard() { return (
{/* Background Image */} Video tutorial {/* Play Button Overlay */}
Play video

How to create Forms?

Learn how to create, customize, and manage forms effortlessly with our step-by-step tutorials

); }