project-root/ ├── public/ │ ├── images/ # Carousel images (carousel1.jpg, etc.) │ ├── cards.json # Course data in JSON format ├── src/ │ ├── NareshItCarts/ │ │ ├── HeroSection.jsx # Hero section with ...
Stacked card carousal component with configurable 3D transition effect. height number or string-Yes Height of the carousel. children ReactNode-Yes Children nodes of the carousel. autoplay boolean ...