A centered hero section with heading, subtext, and a grid of icon-based feature cards highlighting product capabilities.
import { FeatureHero } from '@/components/ui/feature-hero' export default function Demo() { return <FeatureHero /> }