File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
landing-page/src/Landing/Pages/Html Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments