An interactive draggable carousel that fans out cards with rotation, overlap, and depth scaling for showcasing images or destinations.
import CarouselStacked from "@/components/ui/carousel-07"; export default function Default() { return ( <div className="w-full"> <CarouselStacked /> </div> ); }