What do we need to build or fix?
After PR #136 is merged or by considering its branch (feature/contact-us-form-visual-2) as a starting point, we need to add the page cards' component just below the form as per the mockup and below
Technical details
Wait for PR #136 to be merged to start from main or start from its PR branch, which is feature/contact-us-form-visual-2
Create a new component just below the form on the contact page. The component will be positioned absolutely only on large screens when it will be over the previous section, the contact form, which has a blue background.
Pay attention to the mockup design styling.
On mobile, the cards will be displayed in a slider as we see on a similar implementation on the homepage.
Approach suggestions
Use the component CardsColumnshere for the implementation.
What do we need to build or fix? After PR #136 is merged or by considering its branch (
feature/contact-us-form-visual-2
) as a starting point, we need to add the page cards' component just below the form as per the mockup and belowTechnical details
main
or start from its PR branch, which isfeature/contact-us-form-visual-2
Approach suggestions
CardsColumns
here for the implementation.Deadline Please keep in mind that once you assign this task to yourself, you'll need to complete it in 5 days.
Acceptance criteria
yarn build
locally to solve the issues and commit the changes.