A two-column feature section with a sticky stats panel on one side and scrollable feature cards on the other.
import Feature179, { feature179Demo } from "@/components/ui/feature179"; export default function Default() { return <Feature179 {...feature179Demo} />; }