Feature cards in grid layout with Featured card at the top.
Loading preview...
import { Feature73 } from "@/components/ui/feature-73"; const DemoOne = () => { return ( <Feature73 /> ); }; export { DemoOne };