diff --git a/content/hero/index.md b/content/hero/index.md
index 6c1b8db..2420b37 100644
--- a/content/hero/index.md
+++ b/content/hero/index.md
@@ -27,7 +27,7 @@ template: "layouts/hero.html"
Hero is your unique, singular digital avatar, streamlining your online interactions by eliminating the need to duplicate identities across various platforms. With Hero, manage every aspect of your digital life through one secure, efficient identity.
-
+
Learn More
diff --git a/content/home/index.md b/content/home/index.md
index 9ec0395..dd1c81f 100644
--- a/content/home/index.md
+++ b/content/home/index.md
@@ -26,9 +26,7 @@ weight: 1
Meet Hero : your unique digital avatar, streamlining your online presence by eliminating the need for duplicate identities across platforms.
-
- Learn More
-
+Learn More
{% end %}
@@ -127,7 +125,7 @@ weight: 1
-
+
Learn More
diff --git a/content/mycelium/hero/index.md b/content/mycelium/hero/index.md
index 6ad215d..80ebd7c 100644
--- a/content/mycelium/hero/index.md
+++ b/content/mycelium/hero/index.md
@@ -21,7 +21,7 @@ id: hero
-
+
Learn More
diff --git a/content/nodes/index.md b/content/nodes/index.md
index f8f718c..95265e6 100644
--- a/content/nodes/index.md
+++ b/content/nodes/index.md
@@ -22,7 +22,7 @@ template: "layouts/nodes.html"
Explore how each Mycelium Node contributes to the robust, decentralized architecture of the Mycelium Network, ensuring security, scalability, and resilience.
-
+
Learn More
diff --git a/content/xperiences/index.md b/content/xperiences/index.md
index 8762b3a..7168f19 100644
--- a/content/xperiences/index.md
+++ b/content/xperiences/index.md
@@ -19,7 +19,7 @@ template: "layouts/xperiences.html"
Dive into a suite of secure and integrated applications designed for the Hero identity, enhancing your connectivity, creativity, and control across the digital space.
-
+
Learn More
diff --git a/templates/shortcodes/button.html b/templates/shortcodes/button.html
index 56519cd..ec5a9cf 100644
--- a/templates/shortcodes/button.html
+++ b/templates/shortcodes/button.html
@@ -1,5 +1,5 @@
{% set path = body | split(pat="href=") | slice(start=1) | first | split(pat=">") | first | trim_start_matches(pat='"') | trim_end_matches(pat='"') %}
-
+
{{ body | trim_start_matches(pat="") | safe}}
\ No newline at end of file