website refactor

This commit is contained in:
2026-01-17 15:46:55 +01:00
parent 4d5ce9bfd6
commit 72a626ce71
346 changed files with 19308 additions and 8605 deletions

View File

@@ -1,6 +1,5 @@
import { User, Clock, ChevronRight } from 'lucide-react';
import { Clock, ChevronRight } from 'lucide-react';
import { Input } from '@/ui/Input';
import { Heading } from '@/ui/Heading';
import { CountrySelect } from '@/components/shared/CountrySelect';
import { Box } from '@/ui/Box';
import { Stack } from '@/ui/Stack';
@@ -44,15 +43,6 @@ const TIMEZONES = [
export function PersonalInfoStep({ personalInfo, setPersonalInfo, errors, loading }: PersonalInfoStepProps) {
return (
<Stack gap={6}>
<Box>
<Heading level={2} icon={<Icon icon={User} size={5} color="text-primary-blue" />}>
Personal Information
</Heading>
<Text size="sm" color="text-gray-400" block mt={1}>
Tell us a bit about yourself
</Text>
</Box>
<Grid cols={2} gap={4}>
<Box>
<Text as="label" htmlFor="firstName" size="sm" weight="medium" color="text-gray-300" block mb={2}>