import React from 'react'; const CustomerInfoSection = ({ formData, onInputChange }) => { const handleChange = (field, value) => { onInputChange('customer', field, value); }; return (