Commit 81d091a6 by sneha-khedekar

chnages update

1 parent 8fbeb164
...@@ -16,12 +16,10 @@ const ContactForm = () => { ...@@ -16,12 +16,10 @@ const ContactForm = () => {
<Col lg={6} sm={12}> <Col lg={6} sm={12}>
<div className="contact-form"> <div className="contact-form">
<span className="sub-title">SEND MESSAGE</span> <span className="sub-title">SEND MESSAGE</span>
<Heading el="h2" heading="Lets Provide Us a Contact Us" /> <Heading heading="Write to Us!" />
<p> <p>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed Have a quick question or need more information? Fill out the
diam nonumy liquyam erat, sed diam voluptua. At vero eos et form below, and we'll get back to you as soon as possible
accusam et justo duo dolo lorem ipsum dolor sit amet,
consetetur sadipscing elitr.
</p> </p>
<form> <form>
......
...@@ -4,7 +4,7 @@ const GoogleMap = () => { ...@@ -4,7 +4,7 @@ const GoogleMap = () => {
return ( return (
<> <>
<div className="maps"> <div className="maps">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d46660.669043361966!2d-76.17429939609431!3d43.03529129888566!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89d9f3b8019f2991%3A0x58d5929e21a62e5!2sDinosaur%20Bar-B-Que!5e0!3m2!1sen!2sbd!4v1593527523138!5m2!1sen!2sbd"></iframe> <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d31109.3711919392!2d77.564709!3d12.928829!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae15f0a2c88edd%3A0x4f8a03dfc9aa5541!2sAdvith%20Consulting%20LLP!5e0!3m2!1sen!2sus!4v1726665863699!5m2!1sen!2sus"></iframe>
</div> </div>
</> </>
); );
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!