Components
Loading preview...
Feature section with Bento Grid, like product pics, YouTube videos, and a globe.
@aceternity
npx shadcn@latest add https://21st.dev/r/aceternity/feature-section-with-bento-gridimport React from "react";
import { FeaturesSectionWithBentoGrid } from "@/components/blocks/feature-section-with-bento-grid";
function FeaturesSectionWithBentoGridDemo() {
return (
<div className="min-h-screen w-full">
<div className="absolute top-0 left-0 w-full">
<FeaturesSectionWithBentoGrid />
</div>
</div>
);
}
export { FeaturesSectionWithBentoGridDemo };