/* This card is used on the landing page */ import { FiStar } from 'react-icons/fi'; type KeyFeatureProps = { children: JSX.Element; }; const KeyFeature = ({ children }: KeyFeatureProps): JSX.Element => (