From b2ca0a8a650f184059b0bcb5d3949b4b8c7992a3 Mon Sep 17 00:00:00 2001 From: Om Jadhav Date: Tue, 1 Oct 2024 22:41:17 +0530 Subject: [PATCH] Responsiveness of social icons and redesign the contact us --- src/components/Contact-section/Contact.jsx | 26 +++++++-- .../Contact-section/ContactForm.jsx | 21 +------ .../Contact-section/ContactText.jsx | 57 ++++++++----------- src/components/connectUs-section/Connect.jsx | 1 - 4 files changed, 47 insertions(+), 58 deletions(-) diff --git a/src/components/Contact-section/Contact.jsx b/src/components/Contact-section/Contact.jsx index 9806ccda..56a13139 100644 --- a/src/components/Contact-section/Contact.jsx +++ b/src/components/Contact-section/Contact.jsx @@ -1,7 +1,10 @@ import ContactForm from "./ContactForm"; -import GoogleMap from './GoogleMap'; +import GoogleMap from "./GoogleMap"; import { ContactText } from "./ContactText"; import "./Contact-section.css"; +import Github from "../../assets/Social-Icons/Github.png"; +import Insta from "../../assets/Social-Icons/instagram.png"; +import Twitter from "../../assets/Social-Icons/Twitter.png"; const Contact = () => { return ( @@ -15,10 +18,25 @@ const Contact = () => { - - +
+ +
- ); }; diff --git a/src/components/Contact-section/ContactForm.jsx b/src/components/Contact-section/ContactForm.jsx index 58ab8665..af2fd934 100644 --- a/src/components/Contact-section/ContactForm.jsx +++ b/src/components/Contact-section/ContactForm.jsx @@ -51,31 +51,12 @@ const ContactForm = () => { <>
{/* left hand side of the form */} - {/* Right hand side of the form */}
- { return ( -
-
- Hey Rentalog Users,
- We are always looking forward to hearing from you. - Please feel free to reach out to us for any queries, suggestions, or - feedback.
- We would love to hear from you.
-
- Contact us:
- Email: support@rentalog.in
- Phone: +91 62015 77047
- Address: Shaktinagar, Sonebhadra, UP, 231222
-
- We welcome your input to improve your Rentalog experience.
- Thank you for choosing Rentalog!
- Best regards,
- The Rentalog Team -
-
- - Twitter-logo - - - Github-logo - - - Insta-logo - +
+
+

+ Hey Rentalog Users, +

+

+ We are always looking forward to hearing from you. + Please feel free to reach out to us for any queries, suggestions, or + feedback.
+ We would love to hear from you. +

+ +
+

Contact us:

+

Email: support@rentalog.in

+

Phone: +91 62015 77047

+

Address: Shaktinagar, Sonebhadra, UP, 231222

+
+ +

+ We welcome your input to improve your Rentalog experience.
+ Thank you for choosing Rentalog! +

+

Best regards,
The Rentalog Team

) diff --git a/src/components/connectUs-section/Connect.jsx b/src/components/connectUs-section/Connect.jsx index 37419ce5..47be0c78 100644 --- a/src/components/connectUs-section/Connect.jsx +++ b/src/components/connectUs-section/Connect.jsx @@ -15,7 +15,6 @@ const Connect = () => { -