1. Create Your Page
Add a file to src/landing-pages/ with this frontmatter:
---
title: My Landing Page
meta_description: Page description for SEO
permalink: /my-page/
---
<main>
<header class="hero">
<h1>Your Content Here</h1>
</header>
</main>





