Components
"Aether Flow" hero. It features a mesmerizing, interactive background of flowing light particles that weave and connect with each other. The entire particle system subtly reacts to your cursor, creating gentle swirls in the "aether" as you move your mouse.
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/aether-flow-heroLoading preview...
import AetherFlowHero from "@/components/ui/aether-flow-hero";
export default function DemoOne() {
return <main className="App bg-black">
<AetherFlowHero />
</main>
}