A bento-grid features section with an asymmetric layout and animated cards that fade and scale into view on scroll.
import FeaturesBento from "@/components/ui/features-2"; export default function Demo() { return ( <div className="flex w-full items-center justify-center bg-background text-foreground"> <FeaturesBento /> </div> ); }