Components
A bento-grid features section with an asymmetric layout and animated cards that fade and scale into view on scroll.
Loading preview...
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>
);
}