Components
Loading preview...
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.
@prashantsom75
npx shadcn@latest add https://21st.dev/r/prashantsom75/fluid-spatial-heroimport FluidSpatialHero from "@/components/ui/fluid-spatial-hero";
export default function Demo() {
return (
<div className="w-full h-full relative">
<FluidSpatialHero />
</div>
);
}