Feature Section with Grid
Loading preview...
import { Feature } from "@/components/ui/feature-section-with-grid" function FeatureDemo() { return ( <div className="w-full"> <Feature /> </div> ); } export { FeatureDemo };