Guidance

Hello world from Astro.

This is a small starter homepage so we have a real surface to ship, test, and evolve.

What is here

Astro handles the page shell, React is available for interactive islands, and the default social preview comes from the static Open Graph image in `src/assets/og-image.png`.

Next step

Replace this starter content with the actual Guidance landing sections when the final copy and structure are ready.

Tiny example

---
import BaseLayout from "@/layouts/BaseLayout.astro";
---

<BaseLayout title="Hello" description="Example">
  <h1>Hello world</h1>
</BaseLayout>