Components
Loading preview...
A unique, theme-aware hero section featuring an interactive, 3D fluid entity that morphs and flows in response to the user's cursor. It's designed to create a luxurious and memorable introduction.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/living-fluid-heroimport { LivingFluidHero } from "@/components/ui/living-fluid-hero";
export default function DemoOne() {
return <LivingFluidHero />;
}