Merge version_3 into main #4
@@ -44,11 +44,19 @@ export default function ApplyPage() {
|
||||
</div>
|
||||
|
||||
<form className="space-y-6">
|
||||
<div><label className="block mb-2">Full Name</label><input type="text" className="w-full p-3 bg-card border rounded" placeholder="Your full name" /></div>
|
||||
<div><label className="block mb-2">Age</label><input type="number" className="w-full p-3 bg-card border rounded" placeholder="Your age" /></div>
|
||||
<div><label className="block mb-2">Email</label><input type="email" className="w-full p-3 bg-card border rounded" placeholder="email@example.com" /></div>
|
||||
<div><label className="block mb-2">Phone</label><input type="tel" className="w-full p-3 bg-card border rounded" placeholder="+49..." /></div>
|
||||
<div><label className="block mb-2">Country</label><select className="w-full p-3 bg-card border rounded"><option>Germany</option><option>Austria</option><option>Switzerland</option></select></div>
|
||||
|
||||
{mode === 'model' && (
|
||||
<>
|
||||
<div><label className="block mb-2">Instagram Link</label><input type="url" className="w-full p-3 bg-card border rounded" placeholder="https://instagram.com/..." /></div>
|
||||
<div><label className="block mb-2">OnlyFans Link</label><input type="url" className="w-full p-3 bg-card border rounded" placeholder="https://onlyfans.com/..." /></div>
|
||||
</>
|
||||
)}
|
||||
|
||||
{mode === 'personal' ? (
|
||||
<>
|
||||
<div><label className="block mb-2">Role</label><select className="w-full p-3 bg-card border rounded"><option>Chatter</option><option>Accountsetter</option><option>Accountmanager</option><option>Content-research Manager</option><option>Cutter</option></select></div>
|
||||
|
||||
Reference in New Issue
Block a user