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