A three-step how-it-works feature section with side-by-side step cards, each showing a live media surface (image, video, or embedded component) anchored to the bottom.
import { Feature9, feature9Demo } from "@/components/ui/feature9"; export default function Feature9Demo() { return <Feature9 {...feature9Demo} />; }