A tabbed feature section that toggles between groups of three cards using button tabs, ideal for segmenting features by team, plan, or use case.
import { Feature112, feature112Demo } from "@/components/ui/feature112"; export default function Demo() { return <Feature112 {...feature112Demo} />; }