init netlify
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user