Description
We need to implement backend functionality to call events from the payload and ensure that they are correctly populated on the homepage events section. This will allow the homepage to dynamically display events fetched from the backend.
AS A: visitor of the hidden treasure website,
I WANT: to see events on the homepage that are dynamically loaded from the backend,
SO THAT: I always get the latest event information without manual updates.
AC's:
- Backend calls events from the payload successfully.
- Events are stored/processed and made available through an API or endpoint.
- Homepage events section consumes this backend data.
- Events displayed on the homepage update dynamically based on backend payload.
- Proper error handling is in place if no events are returned.
- Layout matches the homepage design and remains responsive.
Description
We need to implement backend functionality to call events from the payload and ensure that they are correctly populated on the homepage events section. This will allow the homepage to dynamically display events fetched from the backend.
AS A: visitor of the hidden treasure website,
I WANT: to see events on the homepage that are dynamically loaded from the backend,
SO THAT: I always get the latest event information without manual updates.
AC's: