import React from 'react' import { TextAreaProps } from '@/app/types' const TextAreaInput = ({ value, handleChange, label, name, placeholder, height, }: TextAreaProps) => { return (