diff --git a/src/components/SiteFooter.astro b/src/components/SiteFooter.astro
index 70d4bd7..c28d7e0 100644
--- a/src/components/SiteFooter.astro
+++ b/src/components/SiteFooter.astro
@@ -91,6 +91,19 @@ const year = new Date().getFullYear();
+
+
+
diff --git a/src/components/SiteHeader.astro b/src/components/SiteHeader.astro
index c555a9a..b0ae71d 100644
--- a/src/components/SiteHeader.astro
+++ b/src/components/SiteHeader.astro
@@ -59,21 +59,32 @@ const lineClass = isDark ? "bg-white" : "bg-black";
-
Facebook
+
+
+
+
+
+
+
+
+
+ Instagram
+
+
@@ -122,20 +133,27 @@ const lineClass = isDark ? "bg-white" : "bg-black";
}
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/contact.astro b/src/pages/contact.astro
index 4c27efa..cbe0064 100644
--- a/src/pages/contact.astro
+++ b/src/pages/contact.astro
@@ -187,19 +187,38 @@ const turnstileSiteKey = import.meta.env.PUBLIC_TURNSTILE_SITE_KEY ?? "";