import { logoPath } from 'shared/components/logos/freesewing.mjs' import { useTranslation } from 'next-i18next' export const ns = ['commom'] export const FreeSewingAnimation = ({ className = 'w-full', stroke = 0.3 }) => { const { t } = useTranslation(ns) return ( FreeSewing {t('common:slogan1')} {t('common:slogan2')} ) }