+ {t(`title1`)}
+
+
+
+ + {t(`hero-p`)} +
++ {t(`discord-invite`)} +
+ + + +diff --git a/locales/en/discord.json b/locales/en/discord.json
new file mode 100644
index 0000000..8042976
--- /dev/null
+++ b/locales/en/discord.json
@@ -0,0 +1,7 @@
+{
+ "title1": "Thanks for your response!",
+ "hero-p": "Your answers will greatly aid us in making Vignette the best-suited tool for your creative works.",
+ "discord-invite": "If you'd like to interact with the team and the community, come join our Discord server! Updates, announcements, and interaction in a one-stop shop.",
+ "join-discord-long": "Join our Discord ",
+ "join-discord-short": "Join our Discord"
+}
\ No newline at end of file
diff --git a/locales/en/home.json b/locales/en/home.json
index 1e8c45b..5ef76bc 100644
--- a/locales/en/home.json
+++ b/locales/en/home.json
@@ -1,9 +1,10 @@
{
"title1": "Make",
"title2": "Your Impact.",
- "hero-p": "Bring your inner creativity with Vignette, the open source modular streaming toolkit for virtual streaming.",
- "join-discord-long": "Join our Discord for updates",
- "join-discord-short": "Join our Discord",
+ "hero-p": "Unlock your creativity with Vignette, the open source toolkit designed for streaming, coming soon this 2024.",
+ "survey-invite": "While we're building the best application that can be, we want to put your needs front and center, and we need your voice to help us out.",
+ "join-survey-short": "Sign Me Up!",
+ "join-survey-long": "Make Yourself Heard",
"design-smalltitle": "Overview",
"design-title-line1": "A new way to",
"design-title-line2": "stream",
@@ -20,4 +21,4 @@
"about-button": "About",
"partners-title": "Our Partners",
"become-partner": "Become a partner"
-}
+}
\ No newline at end of file
diff --git a/pages/discord.tsx b/pages/discord.tsx
new file mode 100644
index 0000000..d0fbc61
--- /dev/null
+++ b/pages/discord.tsx
@@ -0,0 +1,77 @@
+import type { GetStaticProps, NextPage } from 'next'
+
+import { useRouter } from 'next/router'
+
+import { Nav, SEO, Footer } from 'components'
+import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
+import { useTranslation } from 'next-i18next'
+import Button from 'components/Button'
+
+const Discord: NextPage = () => {
+ const { t } = useTranslation(`discord`)
+ const { locale } = useRouter()
+
+ return (
+ <>
+
+ {t(`hero-p`)} +
++ {t(`discord-invite`)} +
+ + + ++ {t(`survey-invite`)} +
+