Feature block with Image Carousel
Loading preview...
import { Feature } from "@/components/ui/feature-with-image-carousel"; function FeatureDemo() { return ( <div className="w-full"> <Feature /> </div> ); } export { FeatureDemo };