WIP checkpoint

This commit is contained in:
2026-05-20 11:28:23 -04:00
parent dd55c1edc6
commit d756b91571
21 changed files with 806 additions and 49 deletions
+29
View File
@@ -0,0 +1,29 @@
---
import BaseLayout from '../../layouts/BaseLayout.astro';
---
<BaseLayout title="About" description="Background and community information for Swansea Airport.">
<section class="container prose">
<p class="eyebrow">About</p>
<h1 class="section-title">About</h1>
<p>
This section provides information for local communities and visitors. Choose a topic
below to view placeholder content that will be replaced with final approved copy.
</p>
<div class="cards-grid">
<article class="card">
<h3><a href="/about/drones/">Drones</a></h3>
<p>Guidance and local operating expectations for drone use near the airport.</p>
</article>
<article class="card">
<h3><a href="/about/noise/">Noise</a></h3>
<p>Information about noise awareness, reporting, and community engagement.</p>
</article>
<article class="card">
<h3><a href="/about/volunteering/">Volunteering</a></h3>
<p>How people can contribute time and support airport activity and events.</p>
</article>
</div>
</section>
</BaseLayout>