Questions text modify

This commit is contained in:
2023-01-30 09:36:13 -05:00
parent e53d07b491
commit ddb5cab8b2
+2 -2
View File
@@ -27,7 +27,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 any questions, please get in touch with us, we will revert back quickly.'
return (
<>
@@ -235,7 +235,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 about ?</h2>
<p>{queryDesc}</p>
</div>
<Link to="/contact" className="btn white_btn">CONTACT US NOW</Link>