Welcome to part-14 of the series. We will start to show the data from contentful in our site in this part. So, create a file Menu.js inside the HomeComponents folder and put the below content in it.
Here, we are again using useStaticQuery to get all the data from graphql. After we are getting the data, we are storing it in a const edges.
Menu.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
I have pushed the code to github, so it had re-deployed the site at https://restaurant-bangalore.netlify.app/
This completes part-14 of the series.
You can find the code for the project in this github repo.