diff --git a/frontend/src/app/dashboard/companies/new/page.tsx b/frontend/src/app/dashboard/companies/new/page.tsx index 9782030..9a31886 100644 --- a/frontend/src/app/dashboard/companies/new/page.tsx +++ b/frontend/src/app/dashboard/companies/new/page.tsx @@ -6,11 +6,11 @@ import { Button } from "@/components/ui/button" import { Input } from "@/components/ui/input" import { Textarea } from "@/components/ui/textarea" import { Label } from "@/components/ui/label" -import { Loader2, Eye, EyeOff, ArrowLeft } from "lucide-react" +import { Loader2, Eye, EyeOff, ArrowLeft, Building2 } from "lucide-react" import { adminCompaniesApi } from "@/lib/api" import { toast } from "sonner" import { useTranslation } from "@/lib/i18n" -import { Card, CardContent } from "@/components/ui/card" +import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card" import Link from "next/link" const formatCNPJ = (value: string) => { @@ -85,185 +85,240 @@ export default function NewCompanyPage() { } return ( -