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