In this tutorial, we begin building a home page using Next.js and Strapi. We create a Hero Component and Features Component using Dynamic Zone to allow Strapi admins to choose which components they want to use. We then fetch data from the Strapi API and build out those same components within our Next JS app. The goal is to display the Hero Section and Features Sections on our Next application.