In this tutorial, we learn how to create a Hero Section component using Strapi and Next.js. We start by building out the structure of our Hero Section in Strapi, then fetch that data in our Next.js application and display it on the homepage. Along the way, we also discuss caching strategies for Next.js applications. The tutorial concludes with a plan to create a StrapiImage component and finish up the Hero Section before moving on to the Features Section in the next post.