From 6814957c2e5a161d7ecd426eda57c605e752bbff Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 30 Dec 2024 11:17:19 -0500 Subject: [PATCH] Procuct ready select --- src/component/product/ProductStart.jsx | 72 ++++++++++++++------------ 1 file changed, 38 insertions(+), 34 deletions(-) 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!

-
-
    -
  • 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*/} - {/*
*/} -
- -
-
+ }