Components
Loading preview...
A premium landing hero featuring a full-screen video background, glassmorphism navigation bar, responsive mobile menu with focus trap, and interactive full-bleed height toggle. Designed for SaaS, travel, and modern product landing pages. Includes accessibility improvements, smooth transitions, and mobile-first responsive layout. Built using React, Tailwind CSS, and Lucide icons.
@rahil1202
npx shadcn@latest add https://21st.dev/r/rahil1202/glass-video-heroimport { HeroSection } from "@/components/ui/glass-video-hero";
export default function DemoOne() {
return <HeroSection />;
}