diff --git a/web-next/app/[locale]/page.tsx b/web-next/app/[locale]/page.tsx index e2f5764..595b9ec 100644 --- a/web-next/app/[locale]/page.tsx +++ b/web-next/app/[locale]/page.tsx @@ -24,10 +24,12 @@ export default async function HomePage({ params }: { params: Promise<{ locale: s {/* Hero */}
+ {/* eslint-disable-next-line @next/next/no-img-element */} + Nova WoW

WotLK Classic 3.4.3

-

Nova WoW

+

Nova WoW

{t('tagline')}

diff --git a/web-next/components/Footer.tsx b/web-next/components/Footer.tsx index 5efd429..a1928af 100644 --- a/web-next/components/Footer.tsx +++ b/web-next/components/Footer.tsx @@ -1,9 +1,30 @@ -export function Footer() { - const year = 2026 // TODO: sustituir por año dinámico cuando haya fuente de fecha +import { getTranslations } from 'next-intl/server' +import { Link } from '@/i18n/navigation' + +export async function Footer() { + const t = await getTranslations('Nav') return ( -