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