Welcome to part-8 of the series. We will next start to create a button for the QuickInfo section. Let’s create a new button SectionButton in Button.js file in the utils folder. Here, we are reusing some of the styles from BannerButton and over-riding some styles.
Button.js
Rest of the chapter is exclusive content and is from my book Foundation Gatsby Projects.
The book can be purchased from Apress site here
And it will show as below in mobile screens.
Small screen
This completes part-8 of the series.
You can find the code for the project in this github repo.