website refactor

This commit is contained in:
2026-01-18 17:55:04 +01:00
parent 489deb2991
commit 9ffe47da37
75 changed files with 1596 additions and 1259 deletions

View File

@@ -20,7 +20,11 @@ export function FormSection({ children, title }: FormSectionProps) {
size="xs"
weight="bold"
color="text-gray-500"
className="uppercase tracking-widest border-b border-border-gray pb-1"
uppercase
letterSpacing="widest"
borderBottom
borderColor="border-border-gray"
pb={1}
>
{title}
</Text>