Components
Loading preview...
Animated Blocks Hero
@ui-layouts
npx shadcn@latest add https://21st.dev/r/uilayout.contact/hero-section
import Component from "@/components/ui/hero-section";
export default function DemoOne() {
return <Component />;
}