diff --git a/src/components/BrevoForm.astro b/src/components/BrevoForm.astro
new file mode 100644
index 0000000..d97e4f6
--- /dev/null
+++ b/src/components/BrevoForm.astro
@@ -0,0 +1,149 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/Card.astro b/src/components/Card.astro
index 2ed140b..67058b3 100644
--- a/src/components/Card.astro
+++ b/src/components/Card.astro
@@ -16,7 +16,7 @@ const Wrapper = href ? 'a' : 'div'
{title} →
-
+
diff --git a/src/pages/contact.astro b/src/pages/contact.astro
index 083a9dc..29bfae0 100644
--- a/src/pages/contact.astro
+++ b/src/pages/contact.astro
@@ -1,6 +1,7 @@
---
import Layout from '../layouts/Layout.astro'
import Card from "../components/Card.astro";
+import BrevoForm from "../components/BrevoForm.astro";
---
@@ -9,7 +10,7 @@ import Card from "../components/Card.astro";
Contact
-
@@ -49,7 +51,7 @@ import Card from "../components/Card.astro";
max-width: 60ch;
}
h1 {
- font-size: 3rem;
+ font-size: 2rem;
font-weight: 800;
margin: 0;
}
diff --git a/src/pages/inscription-newsletter.astro b/src/pages/inscription-newsletter.astro
index 155c8f5..24c14ff 100644
--- a/src/pages/inscription-newsletter.astro
+++ b/src/pages/inscription-newsletter.astro
@@ -1,159 +1,11 @@
---
import Layout from '../layouts/Layout.astro'
+import BrevoForm from "../components/BrevoForm.astro";
---
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+