Components
An interactive, AI-themed hero section featuring a liquid glass search bar, dynamic custom cursor trails, and a spatial floating image gallery with parallax effects. Fully responsive with dark mode support.
npx shadcn@latest add https://21st.dev/r/prashantsom75/fluid-spatial-heroLoading preview...
import FluidSpatialHero from "@/components/ui/fluid-spatial-hero";
export default function Demo() {
return (
<div className="w-full h-full relative">
<FluidSpatialHero />
</div>
);
}