Fix text
This commit is contained in:
@@ -109,19 +109,15 @@ export default function ProductStart(props){
|
|||||||
{/*<img className="card-img-top" src={getImage('widget/01.jpg')} alt="Card image cap" />*/}
|
{/*<img className="card-img-top" src={getImage('widget/01.jpg')} alt="Card image cap" />*/}
|
||||||
<div className="card-body">
|
<div className="card-body">
|
||||||
<h4 className="card-title">Subscription</h4>
|
<h4 className="card-title">Subscription</h4>
|
||||||
<p className="card-text">Start with your goals in mind and then work possible.ith yand Goals. If the plan doesn’t support the vision then change it! </p>
|
<p className="card-text">Launch your <span style={{color: '#148399' , fontWeight: 'bolder'}}>{productTitle}</span> with us for free! Benefit from our dedicated support and customize features that align perfectly with your goals. Experience everything at no cost! </p>
|
||||||
</div>
|
</div>
|
||||||
<ul className="list-group list-group-flush">
|
<ul className="list-group list-group-flush">
|
||||||
<li className="list-group-item"><h4>{promotion_text}</h4></li>
|
<li className="list-group-item"><h4>{promotion_text}</h4></li>
|
||||||
<li className="list-group-item">90 days free and 3.95/Month</li>
|
<li className="list-group-item">90 days free and $5.99/Month</li>
|
||||||
<li className="list-group-item"></li>
|
<li className="list-group-item"></li>
|
||||||
</ul>
|
</ul>
|
||||||
{/*<div className="card-body">*/}
|
|
||||||
{/* <a href="javascript:void(0)" className="card-link">Card link</a>*/}
|
|
||||||
{/* <a href="javascript:void(0)" className="card-link">Another link</a>*/}
|
|
||||||
{/*</div>*/}
|
|
||||||
<div className="subscribe-box">
|
<div className="subscribe-box">
|
||||||
<button className="btn btn-primary mt-2" data-bs-toggle="modal" data-bs-target="#verticalCenter">Start Subscription</button>
|
<button className="btn btn-primary mt-2" data-bs-toggle="modal" data-bs-target="#verticalCenter">Activate</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user