diff --git a/src/components/BookingForm.tsx b/src/components/BookingForm.tsx index 4b418a42..a99ee162 100644 --- a/src/components/BookingForm.tsx +++ b/src/components/BookingForm.tsx @@ -74,41 +74,34 @@ export function BookingForm({ onSubmit }: BookingFormProps) { {/* Location Inputs */}
- - + + handleInputChange("pickup", e.target.value)} + required + className="w-full h-10 sm:h-11 px-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500" + />
- - + + handleInputChange("dropoff", e.target.value)} + required + className="w-full h-10 sm:h-11 px-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500" + />