Use this https://ui-elements-generator.myshopify.com/pages/cart-attribute to generate a select dropdown with the option you have.
Once you do it then use generated code in cart template and make it required with JS so customer cannot checkout without making a selection.
The problem im facing is that it automatically chooses “9AM - 2PM” and therefore bypasses the required element. I would like to have it empty at first and then the customer can choose from the dropdown, and if they dont choose anything then they cant click “submit” without having done so.