import {Col} from 'web/components/layout/col' import {PageBase} from 'web/components/page-base' import {SEO} from 'web/components/SEO' import {useT} from 'web/lib/locale' export default function DonatePage() { const t = useT() return (

{t('donate.title', 'Donate')}

) }