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.
import { LivingFluidHero } from "@/components/ui/living-fluid-hero"; export default function DemoOne() { return <LivingFluidHero />; }