This commit is contained in:
CHIEFSOFT\ameye
2024-12-18 03:21:50 -05:00
parent 0ca2cd9cc2
commit 30b7648ae0
+8 -7
View File
@@ -6,6 +6,7 @@ export default function ProductStart(props){
const productBanner = "product/"+props.productData.banner; const productBanner = "product/"+props.productData.banner;
const productTitle = props.productData.title; const productTitle = props.productData.title;
const productDescription = props.productData.description; const productDescription = props.productData.description;
const promotion_text = props.productData.promotion_text;
return ( return (
<> <>
@@ -27,14 +28,14 @@ export default function ProductStart(props){
<p className="card-text">Start with your goals in mind and then work possible.ith yand Goals. If the plan doesnt support the vision then change it! </p> <p className="card-text">Start with your goals in mind and then work possible.ith yand Goals. If the plan doesnt support the vision then change it! </p>
</div> </div>
<ul className="list-group list-group-flush"> <ul className="list-group list-group-flush">
<li className="list-group-item">FAQ pages is for consistency</li> <li className="list-group-item"><h4>{promotion_text}</h4></li>
<li className="list-group-item">Information</li> <li className="list-group-item">90 days free and 3.95/Month</li>
<li className="list-group-item">Related content</li> <li className="list-group-item"></li>
</ul> </ul>
<div className="card-body"> {/*<div className="card-body">*/}
<a href="javascript:void(0)" className="card-link">Card link</a> {/* <a href="javascript:void(0)" className="card-link">Card link</a>*/}
<a href="javascript:void(0)" className="card-link">Another link</a> {/* <a href="javascript:void(0)" className="card-link">Another link</a>*/}
</div> {/*</div>*/}
<div className="subscribe-box"> <div className="subscribe-box">
<a href="javascript:void(0)" className="btn btn-primary mt-2">Start Product</a> <a href="javascript:void(0)" className="btn btn-primary mt-2">Start Product</a>
</div> </div>