diff --git a/src/component/product/ProductStart.jsx b/src/component/product/ProductStart.jsx index 6d3a4c4..e2fdc0a 100644 --- a/src/component/product/ProductStart.jsx +++ b/src/component/product/ProductStart.jsx @@ -8,7 +8,7 @@ export default function ProductStart(props){ const productTitle = props.productData.title; const productDescription = props.productData.description; const promotion_text = props.productData.promotion_text; - + const product_status = props.productData.status; const modalRef = useRef() console.log(props); @@ -33,40 +33,44 @@ export default function ProductStart(props){
-
- <> - Card image cap + { + (product_status===1) ? <> +
+ <> + Card image cap + + +
+ {/*

Subscription

*/} +

Start with your goals in mind and then work possible.ith yand Goals. If the plan doesn’t support the vision then change it!

+
+
    +
  • Coming soon!!!

  • +
  • +
+
+ : <> +
+ {/*Card image cap*/} +
+

Subscription

+

Start with your goals in mind and then work possible.ith yand Goals. If the plan doesn’t support the vision then change it!

+
+
    +
  • {promotion_text}

  • +
  • 90 days free and 3.95/Month
  • +
  • +
+ {/*
*/} + {/* Card link*/} + {/* Another link*/} + {/*
*/} +
+ +
+
- -
- {/*

Subscription

*/} -

Start with your goals in mind and then work possible.ith yand Goals. If the plan doesn’t support the vision then change it!

-
- -
- -
- {/*Card image cap*/} -
-

Subscription

-

Start with your goals in mind and then work possible.ith yand Goals. If the plan doesn’t support the vision then change it!

-
- - {/*
*/} - {/* Card link*/} - {/* Another link*/} - {/*
*/} -
- -
-
+ }