I have a simple site with a landing page and 2 additional pages( About, Work). I used front-page.php for the landing page. I'm not sure the best practice for adding in the additional pages. Currently I have just added a page for each and added in the custom html. I don't feel this is the best way so I wanted to get some advice on how to handle this.
Would page templates be a good use case for this? It would be nice to possibly be able to add in a form on one of the pages via plugin, so I'm not sure how I would mix that in with custom html.
Thank you