import FieldLabel from "@/components/contactUs/FieldLabel"; import Field from "@/app/component/Field"; import AutoCompleteSelect from "@/app/component/element/AutoCompleteSelect"; const listIntensity = [ { label: "خفیف" }, { label: "متوسط" }, { label: "شدید" }, ]; function Content() { return (