/* This card is used on the landing page */ import { FiStar } from "react-icons/fi"; const KeyFeature = (props) => { return (
{props.children}
); }; export default KeyFeature;