const CreativityBanner = () => { const { t } = useTranslation(); return (
); }; export default CreativityBanner;