"use client"; import SectionNumber from "./SectionNumber"; const NumberedCard = ({ number, text, iconShape, iconColor }) => { return (
{text}