searchpage implementation
This commit is contained in:
@@ -7,14 +7,21 @@ import "./Cta.css"
|
||||
class CTA extends React.Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.state = {
|
||||
BTNText : this.props.BtnText,
|
||||
ContentText : this.props.ContentText,
|
||||
}
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
|
||||
return (
|
||||
<div className="Cta mt-5">
|
||||
<div className="container">
|
||||
<h1 className="mb-5">{this.props.title}</h1>
|
||||
<a className="AP-Btn-outline">{this.props.BtnText}</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user