import { WebsiteSectionShell } from '../components/WebsiteSectionShell' import { useT } from '../i18n/useT' import styles from './WebsitePage.module.css' export function WebsiteEPaymentPage() { const t = useT() return (

{t('website.ePayment.lead')}

{t('website.ePayment.note')}

) }