From f285dd955a20504ea4985ddaaeaf0fd37431d8ca Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 18 Dec 2024 02:33:11 -0500 Subject: [PATCH] moere text --- services/web/project/__init__.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/services/web/project/__init__.py b/services/web/project/__init__.py index 03d4b66..66ee97d 100644 --- a/services/web/project/__init__.py +++ b/services/web/project/__init__.py @@ -412,9 +412,11 @@ def myproduct(current_user): "product_uid": product[0]["uid"], "banner": product[0]["banner"], "product_name": product[0]["name"], - "description": "Commitment is something that comes from understanding that everything has its price and then having the willingness to pay that price. This is important because nobody wants to put significant effort into something, only to find out after the fact that the price was too high.The price is something not necessarily defined as financial. It could be time, effort, sacrifice, money or perhaps, something else.", + "description": "Product Description - Commitment is something that comes from understanding that everything has its price and then having the willingness to pay that price. This is important because nobody wants to put significant effort into something, only to find out after the fact that the price was too high.The price is something not necessarily defined as financial. It could be time, effort, sacrifice, money or perhaps, something else.", "title": product[0]["description"], "subscription_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!", - "promotion_text": "FAQ pages is for consistency" + "promotion_text": "Start Free Today !", + "price_text" : "90 days free and 3.95/Month", + } return jsonify(myproduct_data=myproduct_data) \ No newline at end of file