init netlify

This commit is contained in:
2025-06-02 18:14:51 -07:00
parent b4b3af6695
commit 8d206e65a6
25 changed files with 8139 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
---
import Layout from "../layouts/Layout.astro";
---
<Layout title="Cockpit IQ">
<main class="px-4 py-8 max-w-xl mx-auto text-center">
<h1 class="text-4xl font-bold mb-4">Cockpit IQ</h1>
<p class="text-lg mb-6">Your AI copilot for clear, confident flying.</p>
<a
href="#waitlist"
class="bg-blue-600 text-white px-6 py-3 rounded-md font-semibold hover:bg-blue-700"
>
Join the Waitlist
</a>
</main>
</Layout>