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