Terms page
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import thumb from '../../assets/images/fun-fact-thumb.png';
|
||||
|
||||
function HeroService() {
|
||||
function HeroService({title}) {
|
||||
return (
|
||||
<>
|
||||
<div className="appie-page-title-area appie-page-service-title-area">
|
||||
@@ -10,7 +10,7 @@ function HeroService() {
|
||||
<div className="col-lg-12">
|
||||
<div className="appie-page-title-item">
|
||||
<h1 className="appie-title">
|
||||
Connecting opportunities<br /> and you.
|
||||
{title}
|
||||
</h1>
|
||||
<div className="thumb">
|
||||
<img src={thumb} alt="" />
|
||||
|
||||
Reference in New Issue
Block a user