Create a component named Events in the components folder that implements the screenshots below.
It should render a section tag with an id of events.
It should make use of the existing DisplayRC component - feel free to adjust the DisplayRC component to match the requirements in this ticket.
Use the events.json data shown below.
Obtain the images from the Figma design. Use THIS VIDEO as a guide
The images should use the Next Image component.
Include the component in index.page.tsx
Create a new test file in the e2e folder named events.spec.ts and add a test that verifies that clicking the "See More" link in the component navigates to the correct URL HERE.
What feature are you adding?
Events Section
Describe your issue
Requirements
Events
in thecomponents
folder that implements the screenshots below.section
tag with anid
ofevents
.DisplayRC
component - feel free to adjust theDisplayRC
component to match the requirements in this ticket.events.json
data shown below.index.page.tsx
e2e
folder namedevents.spec.ts
and add a test that verifies that clicking the "See More" link in the component navigates to the correct URL HERE.