Description
Create a new React component called EventDetails to display detailed information about an event. The component should include the event name, main image, date, time, and location. Do NOT include the list of shifts. The list of shifts will be handled in a separate component.
Requirements
- Component name:
EventDetails
- Display event name as a prominent title
- Display main event image
- Show event date and time
- Show event location (name and address)
- Use stylized layout similar to the provided design
- Do NOT include the list of shifts
Reference Design
Acceptance Criteria
Additional Notes
- The shifts section should be implemented in a separate component and is not part of this task.
- Maintain clean separation of concerns and modular component structure.
Description
Create a new React component called EventDetails to display detailed information about an event. The component should include the event name, main image, date, time, and location. Do NOT include the list of shifts. The list of shifts will be handled in a separate component.
Requirements
EventDetailsReference Design
Acceptance Criteria
EventDetailscomponent displays event name, image, date, time, and locationAdditional Notes