Feature section with list of advantages
Loading preview...
import { Feature } from "@/components/ui/feature-with-advantages"; function FeatureDemo() { return ( <div className="block"> <Feature /> </div> ); } export { FeatureDemo };