Skip to content

Commit bd5b202

Browse files
committed
Use old version of form
1 parent 84680c0 commit bd5b202

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

landing-page/src/Landing/Pages/Html/Index.hs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,12 @@ contactSection =
161161
elAttr "section" ("id" =: "contact" <> "class" =: "py-24 bg-white") $
162162
elAttr "div" ("class" =: "max-w-6xl mx-auto px-8") $ do
163163
elAttr "h2" ("class" =: "text-3xl md:text-4xl font-bold text-[#0d1b2a] mb-12 text-center") $
164-
text "Contact / Feedback"
164+
text "Get in Touch With Us"
165165
elAttr "form" ("class" =: "max-w-xl mx-auto" <> "onsubmit" =: "handleSubmit(event)") $ do
166+
--gridCol Col2 $ do
166167
contactInput "text" "name" "Your Name" True
167168
contactInput "email" "email" "Your Email" True
168-
contactInput "text" "feedback" "Feedback or questions about Lamarckian/Jenga" True
169+
contactInput "tel" "phone" "Your Phone" False
169170
contactTextArea
170171
contactCheckbox
171172
contactSubmitButton

0 commit comments

Comments
 (0)