+
{`Contact Us`}
{`We offer many different ways to get in touch with us. This page lists
@@ -29,6 +41,9 @@ const Contact = (): JSX.Element => {
{`With ${Socials.length.toLocaleString("en-GB")} choices, you shouldn't have any complaints!
:3`}
+
+ {`But if none of these work for you at all, there's a direct contact form at the bottom of this list!`}
+
@@ -64,6 +79,17 @@ const Contact = (): JSX.Element => {
)}
+
+
);
};
diff --git a/src/app/newsletter/page.tsx b/src/app/newsletter/page.tsx
new file mode 100644
index 0000000..4b70f69
--- /dev/null
+++ b/src/app/newsletter/page.tsx
@@ -0,0 +1,48 @@
+/**
+ * @copyright nhcarrigan
+ * @license Naomi's Public License
+ * @author Naomi Carrigan
+ */
+"use client";
+import Script from "next/script";
+import type { JSX } from "react";
+
+/**
+ * Renders the /polycule page.
+ * @returns A React Component.
+ */
+const Newsletter = (): JSX.Element => {
+ return (
+ <>
+