import { Button } from "@/components/ui/button"; import { Field, FieldLabel } from "@/components/ui/field"; import { Input } from "@/components/ui/input"; import { Separator } from "@/components/ui/separator"; export default function FormLayout01() { return (

Register to workspace

Take a few moments to register for your company's workspace

First name *
Last name *
Email *
Address
City
State
Postal code
); }