Components
Loading preview...
This is the minimal but ux friendly hero section with small and cool animations.
@n38693842
npx shadcn@latest add https://21st.dev/r/n38693842/hero-section-1import { HeroSection } from "@/components/ui/hero-section-1";
export default function DemoOne() {
return <HeroSection />;
}