Hero Section with bg video clean designed
import { HeroSection } from "@/components/ui/hero-section"; export default function DemoOne() { return ( <main className="relative w-full h-full min-h-screen overflow-x-hidden"> <HeroSection /> </main> ); }
Part of shadway — browse the full library on 21st.dev.