text variable query section
This commit was merged in pull request #60.
This commit is contained in:
@@ -19,6 +19,7 @@ const Main = ({brdcum}) => {
|
|||||||
title3: 'Ease of Use',
|
title3: 'Ease of Use',
|
||||||
title4: 'Support'
|
title4: 'Support'
|
||||||
}
|
}
|
||||||
|
let queryDesc = 'If you have an query, please get in touch with us, we will revert back quickly.'
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
@@ -230,7 +231,7 @@ const Main = ({brdcum}) => {
|
|||||||
|
|
||||||
<div className="section_title">
|
<div className="section_title">
|
||||||
<h2>Have any query about ?</h2>
|
<h2>Have any query about ?</h2>
|
||||||
<p>Lorem Ipsum is simply dummy text of the printing and typese tting <br/> indus orem Ipsum has beenthe standard dummy.</p>
|
<p>{queryDesc}</p>
|
||||||
</div>
|
</div>
|
||||||
<Link to="/contact" className="btn white_btn">CONTACT US NOW</Link>
|
<Link to="/contact" className="btn white_btn">CONTACT US NOW</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user