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