From 93c4e63e4b15d55d61d5741d18686215b04cce56 Mon Sep 17 00:00:00 2001 From: zramsay Date: Fri, 5 May 2023 10:17:43 -0400 Subject: [PATCH] rm contact form --- json/site_content/contactPage.json | 36 ++---------------------------- 1 file changed, 2 insertions(+), 34 deletions(-) diff --git a/json/site_content/contactPage.json b/json/site_content/contactPage.json index e6e9db5..512010b 100644 --- a/json/site_content/contactPage.json +++ b/json/site_content/contactPage.json @@ -3,39 +3,7 @@ "contactPage": { "heroHeading": "Get in Touch", "heroLine": "For general or technical inquiries", - "heroLink": "https://discord.com/invite/ukhbBemyxY", - "heroMobileLinkLabel": "CONTACT US", - "formHeading": "Contact Form", - "formWarning": "ALL FIELDS ARE REQUIRED", - "formLabelEmail": "Email", - "formPlaceholderEmail": "email@email.com*", - "formLabelMsg": "Message", - "formPlaceholderMsg": "Write a message or a comment*", - "formLabelPartner": "Type of inquiry", - "formPlaceholderPartner": "Inquiry*", - "formSelectOptions": [ - { - "value": "Partnership", - "label": "Partnership" - }, - { - "value": "Validator", - "label": "Validator/Member" - }, - { - "value": "Investor", - "label": "Investor" - }, - { - "value": "Press", - "label": "Press" - }, - { - "value": "Marketing", - "label": "Marketing" - } - ], - "formLabelButton": "SUBMIT MESSAGE" + "heroLink": "https://discord.com/invite/ukhbBemyxY" } } -} \ No newline at end of file +}