Compare commits

...

1 Commits

Author SHA1 Message Date
tokslaw cca4cf1243 Questions text modified 2023-01-30 09:17:04 -05:00
+2 -2
View File
@@ -19,7 +19,7 @@ const Main = ({brdcum}) => {
title3: 'Ease of Use',
title4: 'Support'
}
let queryDesc = 'If you have an query, please get in touch with us, we will revert back quickly.'
let queryDesc = 'If you have an questions, please get in touch with us, we will revert back quickly.'
return (
<>
@@ -230,7 +230,7 @@ const Main = ({brdcum}) => {
<span className="banner_shape3"> <img src="assets/images/banner-shape3.png" alt="image" /> </span>
<div className="section_title">
<h2>Have any query about ?</h2>
<h2>Have any questions ?</h2>
<p>{queryDesc}</p>
</div>
<Link to="/contact" className="btn white_btn">CONTACT US NOW</Link>