MynduiMyndui
0

3D Marquee

tsx
import { ThreeDMarquee } from "@/components/myndui/three-d-marquee";export function Showcase() {return (  <div className="h-[26rem] w-full">    <ThreeDMarquee      images={["/1.jpg", "/2.jpg", "/3.jpg" /* …8+ */]}    />  </div>);}