generated from hack4impact-calpoly/nextjs-app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
-
EventDetailscomponent displays event name, image, date, time, and location - No shift list or shift details included in this component
- UI matches the reference design as closely as possible (excluding shifts area)
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.
Reactions are currently unavailable