diff --git a/src/components/landing-page.tsx b/src/components/landing-page.tsx index 1841d52..42edfd5 100644 --- a/src/components/landing-page.tsx +++ b/src/components/landing-page.tsx @@ -243,7 +243,7 @@ export default function LandingPage( - + <>
{t.details.title} diff --git a/src/hooks/color-sections.tsx b/src/hooks/color-sections.tsx index e18bf8d..beab322 100644 --- a/src/hooks/color-sections.tsx +++ b/src/hooks/color-sections.tsx @@ -2,11 +2,10 @@ import { Sections } from "@/i18n/translations"; import { useLayoutEffect, useRef } from "react"; export const linksOrder: Array = [ - "details", - "title", "about", "tickets", "cfp", + "details", "contact" ]