A grid of feature cards
Loading preview...
import { Feature72 } from "@/components/ui/feature-72"; const DemoOne = () => { return ( <Feature72 /> ); }; export { DemoOne };