diff --git a/libs/schema/src/metadata/index.ts b/libs/schema/src/metadata/index.ts index 9de9a5e9b..8471bc3e3 100644 --- a/libs/schema/src/metadata/index.ts +++ b/libs/schema/src/metadata/index.ts @@ -2,8 +2,8 @@ import { z } from "zod"; export const defaultLayout = [ [ - ["summary", "awards", "certifications", "education", "experience", "volunteer"], - ["interests", "languages", "profiles", "projects", "publications", "references", "skills"], + ["profiles", "summary", "experience", "education", "projects", "volunteer", "references"], + ["skills", "interests", "certification", "awards", "publications", "languages"], ], ];