From 21e83d6ee7f84111ea5db6dbc4bc05b42706c3f6 Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Mon, 21 Apr 2025 01:33:18 +0200 Subject: [PATCH] Add required fields and optional inputs in contact form --- .../Contact/Section/ContactFormSection.tsx | 136 ++++++++++++++---- 1 file changed, 110 insertions(+), 26 deletions(-) diff --git a/components/Contact/Section/ContactFormSection.tsx b/components/Contact/Section/ContactFormSection.tsx index f37edf5..18a19b2 100644 --- a/components/Contact/Section/ContactFormSection.tsx +++ b/components/Contact/Section/ContactFormSection.tsx @@ -33,42 +33,126 @@ const ContactFormSection = () => {
- {["Dein Name", "Deine E-Mail"].map((label, index) => ( - - - - - ))} + + + + + + + + + + + + + + + + + + + + + + + +