diff --git a/src/hooks/color-sections.tsx b/src/hooks/color-sections.tsx index bdd0ce5..e18bf8d 100644 --- a/src/hooks/color-sections.tsx +++ b/src/hooks/color-sections.tsx @@ -2,14 +2,12 @@ import { Sections } from "@/i18n/translations"; import { useLayoutEffect, useRef } from "react"; export const linksOrder: Array = [ - "hero", + "details", + "title", "about", - "where", - "when", "tickets", - "accommodation", - "food", - "contact", + "cfp", + "contact" ] export function useColorSections(parent: React.RefObject) {