Building the Contact Page

Learn how we can reuse existing components in our codebase to quickly create new pages.

Throughout this course, we’ve created several components that can be reused on different pages in different combinations. In this lesson, we’ll take a look at the power of reusability and learn how we can create a contact page from the existing components. We’ll also take a look at what we should include on a contact page that fits the EEAT criteria we talked about earlier.

ATF part of the contact page
ATF part of the contact page

Creating the contact page

In the interactive code widget below, we already have a contact page set up in pages/contact.astro, however, it’s currently empty ...