Components
Loading preview...
Feature block with Image Carousel
@tommyjepsen
npx shadcn@latest add https://21st.dev/r/tommyjepsen/feature-with-image-carouselimport { Feature } from "@/components/ui/feature-with-image-carousel";
function FeatureDemo() {
return (
<div className="w-full">
<Feature />
</div>
);
}
export { FeatureDemo };