A responsive bento-grid feature section with a hero card, stat tiles, and CTA blocks for product landing pages.
import { FeatureBento } from "@/components/ui/feature-bento"; export default function Demo() { return <FeatureBento />; }