---
import MainLayout from "../layouts/MainLayout.astro";
import Navbar from "../components/Navbar.astro";
<MainLayout>
<Navbar />
</MainLayout>