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