Components
this is the gallery animation on hover pics are expended with smooth animation
npx shadcn@latest add https://21st.dev/r/n38693842/gallery-animationLoading preview...
import { Component } from "@/components/ui/gallery-animation";
export default function DemoOne() {
return <Component />;
}