From 60c3158caaf5780031023a8d7e93b9286d3030ef Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 3 Sep 2025 19:44:05 -0400 Subject: [PATCH] defualt texts change --- app/api/services/web_contents.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/api/services/web_contents.py b/app/api/services/web_contents.py index 4a929fe..2b601a8 100644 --- a/app/api/services/web_contents.py +++ b/app/api/services/web_contents.py @@ -28,8 +28,8 @@ class WebContentsService(BaseService): "banner_description": "Naira", "footer_description": "Any text under the logo on the footer", "about_description": "Naira", - "banner_text": "AMEYE01 marketing that drives results for your business", - "banner_description": "Mauris donec ociis magnis sapien ipsum sagittis sapien tempor and volute gravida aliquet quaerat vitae", + "banner_text": "Banner title for your new website. Adjust as needed.", + "banner_description": "A brief overview of your banner title. Tailor the text to accurately reflect the interests and demographics of your audience.", "about_title": "This is about title section", "about_description": "About Description - Mauris donec ociis magnis sapien ipsum sagittis sapien tempor and volute gravida aliquet quaerat vitae", "about_extra_1": "About Extra 1 - Mauris donec ociis magnis sapien ipsum sagittis sapien tempor and volute gravida aliquet quaerat vitae", @@ -37,6 +37,7 @@ class WebContentsService(BaseService): "contact_title": "Questions? Let's Talk", "contact_introduction": "Want to learn more about us, or speak with an expert? Let us know what you are looking for and we’ll get back to you right away", } + # web_contents_data ={} settings_data_result = MembersProductsSettings.get_product_settings_by_subscription_uid(provision_uid) if settings_data_result: