diff --git a/hub/services/static/img/servala-diagram.png b/hub/services/static/img/servala-diagram.png index 8252ca0..942d2bb 100644 Binary files a/hub/services/static/img/servala-diagram.png and b/hub/services/static/img/servala-diagram.png differ diff --git a/hub/services/templates/base.html b/hub/services/templates/base.html index 3e82b9e..3e02439 100644 --- a/hub/services/templates/base.html +++ b/hub/services/templates/base.html @@ -35,15 +35,15 @@
- VSHN launches Servala – Open Cloud Native Service Hub + VSHN launches Servala – The Sovereign App Store
- - - + {% block content %} {% endblock %} @@ -180,7 +180,7 @@
-

Unlock the Power of Cloud Native Applications

+

Unlock the Power of Sovereign Managed Applications

@@ -192,7 +192,7 @@
- +

Contents

@@ -206,7 +206,7 @@
- +

Company

@@ -218,7 +218,7 @@
- +

Contact

@@ -275,7 +275,7 @@
- + diff --git a/hub/services/templates/pages/about.html b/hub/services/templates/pages/about.html index bc49fc0..8730542 100644 --- a/hub/services/templates/pages/about.html +++ b/hub/services/templates/pages/about.html @@ -2,7 +2,7 @@ {% load static %} {% load contact_tags %} -{% block title %}About Open Cloud Native Services Hub{% endblock %} +{% block title %}About The Sovereign App Store{% endblock %} {% block content %}
@@ -10,7 +10,7 @@

About Servala

-

Open Cloud Native Service Hub. Unlock the Power of Cloud Native Applications.

+

The Sovereign App Store. Unlock the Power of Sovereign Managed Applications.

@@ -238,7 +238,7 @@
- Cartoon serval cat named Sir Vala with blue eyes and a happy expression. It's the mascot of Servala - Open Cloud Native Service Hub + Cartoon serval cat named Sir Vala with blue eyes and a happy expression. It's the mascot of Servala - The Sovereign App Store
@@ -251,4 +251,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/hub/services/templates/pages/homepage.html b/hub/services/templates/pages/homepage.html index 01900ab..f42c3f3 100644 --- a/hub/services/templates/pages/homepage.html +++ b/hub/services/templates/pages/homepage.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load static %} -{% block title %}Open Cloud Native Services Hub{% endblock %} +{% block title %}The Sovereign App Store{% endblock %} {% block content %}
@@ -9,9 +9,9 @@
-

Servala - Open Cloud Native Service Hub

+

Sovereign App Store

-

Unlock the Power of Cloud Native Applications.

+

Unlock the Power of Sovereign Managed Applications.

Servala connects businesses, developers, and cloud service providers on one unique hub with secure, scalable, and easy-to-use cloud-native services.

@@ -41,7 +41,7 @@
{% for service in featured_services %}
-
@@ -49,8 +49,8 @@
{% if service.get_logo %} - {{ service.name }} {% else %}
@@ -104,7 +104,7 @@
{% for provider in featured_providers %}
-
@@ -112,8 +112,8 @@ {% if provider.get_logo %} @@ -160,7 +160,7 @@
{% for partner in featured_partners %}
-
@@ -168,8 +168,8 @@ {% if partner.get_logo %} @@ -208,7 +208,7 @@
-

Servala - Open Cloud Native Service Hub

+

Servala - The Sovereign App Store

Servala connects businesses, developers, and cloud service providers on one unique hub with secure, scalable, and easy-to-use cloud-native services.

Discover:

@@ -257,4 +257,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/hub/services/templatetags/json_ld_tags.py b/hub/services/templatetags/json_ld_tags.py index 47ea3be..d95a76e 100644 --- a/hub/services/templatetags/json_ld_tags.py +++ b/hub/services/templatetags/json_ld_tags.py @@ -53,7 +53,7 @@ def json_ld_structured_data(context): data = { "@context": "https://schema.org", "@type": "WebSite", - "name": "Servala - Open Cloud Native Service Hub", + "name": "Servala - The Sovereign App Store", "url": base_url, } json_ld = json.dumps(data, indent=2) @@ -65,7 +65,7 @@ def json_ld_structured_data(context): { "@context": "https://schema.org", "@type": "WebSite", - "name": "Servala - Open Cloud Native Service Hub", + "name": "Servala - The Sovereign App Store", "url": base_url, "description": "Servala connects businesses, developers, and cloud service providers on one unique hub with secure, scalable, and easy-to-use cloud-native services.", "potentialAction": { diff --git a/hub/services/views/offerings.py b/hub/services/views/offerings.py index 4016857..8b25b90 100644 --- a/hub/services/views/offerings.py +++ b/hub/services/views/offerings.py @@ -190,7 +190,7 @@ def generate_exoscale_marketplace_yaml(offering): yaml_key: { "page_class": "tmpl-marketplace-product", "html_title": title, - "meta_desc": f"Managed {offering.service.name} by Servala - a product by VSHN. Servala is the Open Cloud Native Service Hub. It connects businesses, developers, and cloud service providers on one unique hub with secure, scalable, and easy-to-use cloud-native services.", + "meta_desc": f"Managed {offering.service.name} by Servala - a product by VSHN. Servala is the The Sovereign App Store. It connects businesses, developers, and cloud service providers on one unique hub with secure, scalable, and easy-to-use cloud-native services.", "page_header_title": title, "provider_key": "vshn", "slug": f"{offering.service.slug}-by-servala",