diff --git a/src/app/apply/page.tsx b/src/app/apply/page.tsx index 5d6bfc0..a91ffd7 100644 --- a/src/app/apply/page.tsx +++ b/src/app/apply/page.tsx @@ -9,10 +9,22 @@ export default function ApplyPage() { const [mode, setMode] = useState<'model' | 'personal'>('model'); return ( - +