Components
Loading preview...
A full-screen, video-based hero section with an integrated glass-style navbar, designed for modern agency websites. It combines animated headline content, a high-impact background video, and a clear call-to-action to showcase services and drive user engagement.
@rahil1202
npx shadcn@latest add https://21st.dev/r/rahil1202/agency-viral-heroimport { ViralHeroSection } from "@/components/ui/agency-viral-hero";
export default function DemoOne() {
return <ViralHeroSection />;
}