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