import type { Metadata } from 'next' import { getTranslations } from 'next-intl/server' export const metadata: Metadata = { title: 'Aviso legal', } export default async function LegalNoticePage() { const t = await getTranslations('Legal') return (
{t('legalNotice.p1')}
{t('legalNotice.p2')}
{t('legalNotice.p3')}
{t('legalNotice.p4')}
{t('legalNotice.p5')}
{t('legalNotice.contactTitle')}
ultimowow.com
info@ultimowow.com