A responsive feature section with a badge heading, a four-column grid of icon cards, and a call-to-action button for marketing and product pages.
import Feature1 from "@/components/ui/feature-1"; export default function Default() { return <Feature1 />; }