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