diff --git a/content/_index.md b/content/_index.md
index 5ac811f..bf30899 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -21,12 +21,13 @@ template = "index.html"
-{{ hero_right_img(
+{{ text_right_img(
image_src="/images/mycel2.png",
image_alt="Discover Mycelium",
title="Discover Mycelium",
subtitle_1="ABOUT",
- description="Mycelium is an unbreakable network, always finding the shortest path and providing 100% secure, peer-to-peer communication. But this is just the beginning.
Our mission is to create a sustainable digital ecosystem where communication is seamless, data is secure, and scalability knows no bounds.",
+ description="Mycelium is an unbreakable network, always finding the shortest path and providing 100% secure, peer-to-peer communication. But this is just the beginning.",
+ description_2="Our mission is to create a sustainable digital ecosystem where communication is seamless, data is secure, and scalability knows no bounds.",
button_text="Learn more",
button_link="/about"
) }}
@@ -54,7 +55,7 @@ template = "index.html"
-{{ use_cases(
+{{ left_header(
subtitle="WHAT IT ENABLES",
title="Powering Secure & Decentralized Connectivity",
description="Mycelium, a key component of the ThreeFold Grid, can be installed on any computer (macOS, Linux, Windows) and smartphone (iOS, Android). With seamless integration, it enables secure and private communication across devices.",
@@ -189,7 +190,7 @@ template = "index.html"
-{{ use_cases(
+{{ left_header(
subtitle="BENEFITS",
title="Nature's Blueprint for Digital Connectivity",
description="Just as nature's mycelium network serves as a critical component in the ecosystems of forests, connecting trees and plants underground, the Mycelium technology offers reliable connectivity in an efficient and resilient way.",
@@ -237,7 +238,7 @@ template = "index.html"
-{{ use_cases(
+{{ left_header(
subtitle="",
title="Frequently Asked Questions",
description="",
diff --git a/content/about.md b/content/about.md
index dc7bcf3..6c11505 100644
--- a/content/about.md
+++ b/content/about.md
@@ -1,100 +1,42 @@
+++
-title = "Why Choose Us"
+title = "about"
template = "index.html"
date = 2025-03-22
+++
-{{ hero(
- title="Why Choose Our Solution",
- subtitle="Discover the benefits and advantages that set us apart",
- button_text="Get Started",
- button_link="/blog",
- bg_color="bg-gradient-to-r from-purple-600 to-indigo-600"
+
+
+
+{{ hero_right_img(
+ image_src="/images/mycel5.jpg",
+ image_alt="Mobile App Screenshot",
+ title="About Mycelium",
+ subtitle="Redefining Digital Communication",
+ description_1="Mycelium is designed to improve how we connect and communicate in the digital world. Its goal is to create a secure, efficient, and scalable digital ecosystem where data flows seamlessly and remains protected.",
+ description_2="We aim to build a system that adapts to our growing digital needs while promoting sustainability and security."
) }}
-## Our Advantages
-We believe in creating solutions that not only meet your needs but exceed your expectations. Here's why our approach stands out from the rest.
+
+
+{{ text_right_img(
+ image_src="/images/security.jpeg",
+ image_alt="Discover Mycelium",
+ title="Enhancing Security",
+ subheader="BENEFITS",
+ subtitle="End-to-End Encryption",
+ description="Each node in the Mycelium network is assigned a unique key pair, consisting of a public and private key. The public key is used to encrypt data intended for that node, while the private key decrypts the data upon receipt. This cryptographic system ensures that only the intended recipient can access the information.",
+ description_2="When one node sends data to another within the Mycelium network, the data is encrypted with the recipient's public key. This ensures that even if the data is intercepted during transmission, it remains secure and unreadable without the corresponding private key.",
+ button_text="",
+ button_link=""
+) }}
+
+
+
-
-{{
- feature_card(
- title="Innovative Technology",
- description="We leverage cutting-edge technologies to deliver modern, efficient solutions",
- icon="💡"
- )
-}}
-
-{{
- feature_card(
- title="User-Centered Design",
- description="Our products are designed with the user experience as the top priority",
- icon="👤"
- )
-}}
-
-{{
- feature_card(
- title="Scalable Architecture",
- description="Built to grow with your needs, from startup to enterprise",
- icon="📈"
- )
-}}
-
-{{
- feature_card(
- title="Reliable Support",
- description="Our dedicated team is always ready to help you succeed",
- icon="🛠️"
- )
-}}
-
-{{
- feature_card(
- title="Continuous Improvement",
- description="We constantly refine our solutions based on feedback and new technologies",
- icon="🔄"
- )
-}}
-
-{{
- feature_card(
- title="Cost Effective",
- description="Maximum value without compromising on quality or features",
- icon="💰"
- )
-}}
-
-
-## Our Approach
-
-We follow a systematic approach to ensure that every solution we deliver meets the highest standards of quality and performance.
-
-1. **Discovery** - We start by understanding your unique challenges and goals
-2. **Planning** - Develop a comprehensive strategy tailored to your specific needs
-3. **Implementation** - Execute the plan with precision and attention to detail
-4. **Testing** - Rigorous quality assurance to ensure everything works perfectly
-5. **Deployment** - Smooth transition to production with minimal disruption
-6. **Support** - Ongoing assistance to ensure long-term success
-## Testimonials
-> "Implementing this solution has revolutionized how we operate. The efficiency gains alone have paid for the investment multiple times over."
->
-> **— Sarah Johnson, CEO at TechInnovate**
-> "The team's attention to detail and commitment to our success made all the difference. I can't recommend them highly enough."
->
-> **— Michael Chen, CTO at DataFlow Systems**
-{{
- hero2(
- title="See Our Solution in Action",
- subtitle="Schedule a personalized demo to discover how we can address your specific challenges",
- button_text="Request Demo",
- button_link="#",
- bg_color="bg-blue-700"
- )
-}}
diff --git a/templates/partials/footer.html b/templates/partials/footer.html
index 22e072c..c48cdcb 100644
--- a/templates/partials/footer.html
+++ b/templates/partials/footer.html
@@ -4,3 +4,5 @@
© {{ now() | date(format="%Y") }} {{ config.title }}
+
+
diff --git a/templates/shortcodes/hero_right_img.html b/templates/shortcodes/hero_right_img.html
index 2c076be..06531e9 100644
--- a/templates/shortcodes/hero_right_img.html
+++ b/templates/shortcodes/hero_right_img.html
@@ -1,24 +1,29 @@
-
+{% set title = title | default(value="title") %}
+{% set subtitle = subtitle | default(value="") %}
+{% set description = description_1 | default(value="") %}
+{% set description = description_2 | default(value="") %}
+{% set image_src = image_src | default(value="") %}
+{% set image_alt = image_alt | default(value="") %}
+
+
-
-
-
-
{{ subtitle_1 }}
-
{{ title }}
-
- {{ description }}
-
-
-
-
-
+
+
+
+
+ {{ title }}
+
+
{{ subtitle }}
+
+ {{ description_1 }}
+
+ {{ description_2 }}
+
+
-
-
+
\ No newline at end of file
diff --git a/templates/shortcodes/use_cases.html b/templates/shortcodes/left_header.html
similarity index 100%
rename from templates/shortcodes/use_cases.html
rename to templates/shortcodes/left_header.html
diff --git a/templates/shortcodes/text_right_img.html b/templates/shortcodes/text_right_img.html
new file mode 100644
index 0000000..181e1ba
--- /dev/null
+++ b/templates/shortcodes/text_right_img.html
@@ -0,0 +1,42 @@
+{% set title = title | default(value="") %}
+{% set subheader = subheader | default(value="") %}
+{% set subtitle = subtitle | default(value="") %}
+{% set description = description | default(value="") %}
+{% set description_2 = description_2 | default(value="") %}
+{% set button_text = button_text | default(value="") %}
+{% set button_link = button_link | default(value="") %}
+{% set image_src = image_src | default(value="") %}
+{% set image_alt = image_alt | default(value="") %}
+
+
+
+
+
+
+
{{ subheader }}
+
{{ title }}
+
+ {{ subtitle }}
+
+
+ {{ description }}
+
+
+ {{ description_2 }}
+
+ {% if button_link %}
+
+ {% endif %}
+
+
+
+

+
+
+
+
+
+