Components
Elegant bento-style grid for displaying product features or capabilities. Includes smooth hover effects, animated corner accents, and responsive breakpoints.
Loading preview...
import { CapabilitiesSection } from "@/components/ui/feature-showcase-cards";
export default function DemoOne() {
return <CapabilitiesSection />;
}