Components
Loading preview...
A reusable and responsive hero section with a background particle effect on hovering
@avanishverma4
npx shadcn@latest add https://21st.dev/r/avanishverma4/particle-effect-for-heroimport Component from "@/components/ui/particle-effect-for-hero";
export default function DemoOne() {
return <Component />;
}