export interface InputFieldProps { name: string; type: string; placeholder?: string; }