Events
@@ -153,6 +164,7 @@ export default function Nav() {
+
>
);
}
diff --git a/src/layout.astro b/src/layout.astro
index 4826115..3ca0552 100644
--- a/src/layout.astro
+++ b/src/layout.astro
@@ -3,7 +3,8 @@ import "./styles.css";
import Nav from "./components/nav.tsx";
import Footer from "./components/footer.astro";
-import { Button } from "@/components/ui/button";
+import {Modal, ModalHeader, ModalBody, ModalFooter } from 'free-astro-components'
+// import { Button } from "@/components/ui/button";
import { ArrowRightIcon } from "@radix-ui/react-icons";
import { Image } from "astro:assets";
import cta from "./img/index/cta.webp";
@@ -23,6 +24,7 @@ const { title, showTitle, desc } = Astro.props;
+
{showTitle && {title}
}
{/* title != "December Conference" &&
@@ -59,5 +61,17 @@ const { title, showTitle, desc } = Astro.props;
*/}
+
+
+
+
+
+
-