From 6274b0271eabc49f16512e3b61345a7b31e55178 Mon Sep 17 00:00:00 2001 From: Yasani Samara Simha Reddy <101248119+samara6855@users.noreply.github.com> Date: Sat, 21 Oct 2023 16:04:30 +0530 Subject: [PATCH] Updated "Get In Touch" section in Contact.jsx for issue #10 In this pull request: Removed the address detail from the "Get in Touch" section to align with the content specification. Adjusted the label colors in the contact form for improved readability and user experience. --- Technodes/src/Pages/Contact.jsx | 123 ++++++++++++++++---------------- 1 file changed, 60 insertions(+), 63 deletions(-) diff --git a/Technodes/src/Pages/Contact.jsx b/Technodes/src/Pages/Contact.jsx index 10ffff6..747d044 100644 --- a/Technodes/src/Pages/Contact.jsx +++ b/Technodes/src/Pages/Contact.jsx @@ -1,72 +1,69 @@ - const Contact = () => { return (
-

Contact Us

-
-
-
-

Get in Touch

-

- If you have any questions or feedback, feel free to get in touch with us using the contact form or the - contact information below. -

-
    -
  • Email: example@example.com
  • -
  • Phone: +1 (123) 456-7890
  • -
  • Address: 123 Community Street, City, Country
  • -
-
-
-

Contact Form

-
-
- - -
-
- - -
-
- - -
- -
+

Contact Us

+
+
+
+

Get in Touch

+

+ If you have any questions or feedback, feel free to get in touch with us using the contact form or the contact information below. +

+
    +
  • Email: example@example.com
  • +
  • Phone: +1 (123) 456-7890
  • +
+
+
+

Contact Form

+
+
+ + +
+
+ + +
+
+ + +
+ +
+
-
); };