Restaurant Site Project with GatsbyJS-10
2 min readMay 5, 2020
--
Welcome to part-10 of the series. You can find part-9 here.
We will start creating the Gallery component in the home page, in this part. So, create a new file Gallery.js in the HomeComponents folder and put the below content in it.
We are using graphql and useStaticQuery to show the image stored in homeGallery folder.
Rest of the chapter is exclusive content and will be in my upcoming book Gatsby Cookbook. You can find more details about it here.
It will show like below in normal desktop screens.