diff --git a/frontend/vizzy/app/landing/page.tsx b/frontend/vizzy/app/landing/page.tsx index c646043b..2f56ad01 100644 --- a/frontend/vizzy/app/landing/page.tsx +++ b/frontend/vizzy/app/landing/page.tsx @@ -37,7 +37,7 @@ export default function Home() { asChild className="px-8 py-6 text-lg bg-black hover:bg-black/90 text-white cursor-pointer" > - + Explora a Plataforma @@ -174,7 +174,7 @@ export default function Home() { className="w-full bg-black text-white hover:bg-grey/90 cursor-pointer" size="lg" > - Explora a Plataforma + Explora a Plataforma diff --git a/frontend/vizzy/components/layout/footer.tsx b/frontend/vizzy/components/layout/footer.tsx index 1b1cc709..5118656b 100644 --- a/frontend/vizzy/components/layout/footer.tsx +++ b/frontend/vizzy/components/layout/footer.tsx @@ -4,6 +4,7 @@ import { Separator } from '@/components/ui/layout/separator'; import Logo from '@/components/branding/logo'; import { LINKS } from '@/lib/constants/links'; import { getTranslations } from 'next-intl/server'; +import { ROUTES } from '@/lib/constants/routes/routes'; /** * Footer component that renders the footer section of the website. @@ -27,70 +28,14 @@ export async function Footer() {

{t('tagline')}

-