{t('common:subtitle')}
{t('common:subtitle2')}
{t('common:update1Date')} - {t('common:update1')}
{t('common:continueSpirit')}
}/> }/> > ) } export async function getStaticProps({ locale }) { return { props: { ...(await serverSideTranslations(locale, ['common', 'index', 'errors'])), }, }; } export default Index;