diff --git a/superpage/src/components/Course/HeaderNav.astro b/superpage/src/components/Course/HeaderNav.astro
index edeb346..0a5ee1f 100644
--- a/superpage/src/components/Course/HeaderNav.astro
+++ b/superpage/src/components/Course/HeaderNav.astro
@@ -43,7 +43,7 @@ const { title } = Astro.props;
-
+ {/* Dropdown Menu */}
-
+ {/* Search */}
-
+ {/* Search End */}
-
+ {/* Dropdown Menu End */}
diff --git a/superpage/src/components/Course/Plans.astro b/superpage/src/components/Course/Plans.astro
index 7f9d513..f6df8c6 100644
--- a/superpage/src/components/Course/Plans.astro
+++ b/superpage/src/components/Course/Plans.astro
@@ -1,4 +1,5 @@
---
+import { Icon } from "astro-icon/components";
import Container from "~/components/Container.astro";
import Form from "./Contact.jsx";
---
@@ -8,18 +9,29 @@ import Form from "./Contact.jsx";
x-on:keydown.esc.prevent.stop="open = false"
x-effect="document.body.classList.toggle('overflow-hidden', open)"
>
+ {/* Modal */}
+ {/* Backdrop */}
-
+
+
+ {/* Close button */}
+
+
Preencha os dados da sua empresa
@@ -28,6 +40,7 @@ import Form from "./Contact.jsx";
+ {/* Modal End */}
@@ -57,7 +70,7 @@ import Form from "./Contact.jsx";
@@ -85,7 +98,7 @@ import Form from "./Contact.jsx";
@@ -111,7 +124,7 @@ import Form from "./Contact.jsx";