service page link
This commit is contained in:
@@ -34,7 +34,8 @@ function DetailsService() {
|
|||||||
Our platform provides a range of skills in categories including consulting,
|
Our platform provides a range of skills in categories including consulting,
|
||||||
finance & accounting, website & app development, creative & design,
|
finance & accounting, website & app development, creative & design,
|
||||||
customer support and operations.
|
customer support and operations.
|
||||||
Learn more at < a href = "www.wrenchBoard.com" >www.wrenchBoard.com</a>
|
<hr />
|
||||||
|
Learn more at < a href = "https://dashboard.wrenchboard.com" >WrenchBoard</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -23,7 +23,9 @@ function UseCase() {
|
|||||||
return (
|
return (
|
||||||
<div className="col-lg-4">
|
<div className="col-lg-4">
|
||||||
<div className="post-item-1">
|
<div className="post-item-1">
|
||||||
<img src={blgImg} alt={i.title} />
|
|
||||||
|
{<img src={blgImg} alt={i.title} />}
|
||||||
|
{/* <img src={`../assets/images/${i.meta_value}`} /> */}
|
||||||
<div className="b-post-details">
|
<div className="b-post-details">
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user