From de5d990fc989660ac83973f0a66a36cae39d3f0b Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 19 Nov 2025 17:45:39 +0100 Subject: [PATCH] refactor: update page title/description and enhance HomeTab card hover effects - Changed page title from "Unleash the Power of Decentralized Networks" to "Built for Digital Sovereignty" - Updated meta description to emphasize sovereign peer-to-peer network and user-controlled infrastructure - Refactored HomeTab card hover effects: moved scale transform from inner div to parent Link element - Added border-transparent with hover:border-cyan-500 to card outline divs for cleaner hover state - Remove --- index.html | 4 ++-- src/pages/cloud/CloudHeroNew.tsx | 1 - src/pages/home/HomeTab.tsx | 24 +++++++++++----------- src/pages/home/animations/NoCentral.tsx | 6 +++--- src/pages/home/animations/NoControl.tsx | 2 +- src/pages/home/animations/NoExtraction.tsx | 2 +- src/pages/network/NetworkDownload.tsx | 7 ++++--- 7 files changed, 23 insertions(+), 23 deletions(-) diff --git a/index.html b/index.html index 2dade57..fb40747 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,8 @@ - Project Mycelium - Unleash the Power of Decentralized Networks - + Project Mycelium - Built for Digital Sovereignty + diff --git a/src/pages/cloud/CloudHeroNew.tsx b/src/pages/cloud/CloudHeroNew.tsx index e4d1daf..edf771d 100644 --- a/src/pages/cloud/CloudHeroNew.tsx +++ b/src/pages/cloud/CloudHeroNew.tsx @@ -52,7 +52,6 @@ export function CloudHeroNew() { - {/* Bottom horizontal line with spacing */}
diff --git a/src/pages/home/HomeTab.tsx b/src/pages/home/HomeTab.tsx index 45c57ec..5fd6a7f 100644 --- a/src/pages/home/HomeTab.tsx +++ b/src/pages/home/HomeTab.tsx @@ -24,9 +24,9 @@ export function HomeTab() {
{/* ------------------ LEFT TALL CARD ------------------ */} - +
-
+

LIVE

@@ -50,13 +50,13 @@ export function HomeTab() {
-
+
{/* ------------------ MIDDLE TOP ------------------ */} - +
-
+

Coming Soon

@@ -75,13 +75,13 @@ export function HomeTab() {
-
+
{/* ------------------ MIDDLE BOTTOM ------------------ */} - +
-
+

Q1 2026

@@ -99,13 +99,13 @@ export function HomeTab() {
-
+
{/* ------------------ RIGHT TALL ------------------ */} - +
-
+

Early Access

@@ -126,7 +126,7 @@ export function HomeTab() {
-
+
diff --git a/src/pages/home/animations/NoCentral.tsx b/src/pages/home/animations/NoCentral.tsx index d5220f6..6b1c62c 100644 --- a/src/pages/home/animations/NoCentral.tsx +++ b/src/pages/home/animations/NoCentral.tsx @@ -210,13 +210,13 @@ export default function NoCentral({ /> ))} - {/* Faded red “no central” mark at middle */} + {/* Faded grey “no central” mark at middle */}
+ Get Started Download Mycelium Network @@ -64,7 +65,7 @@ export function NetworkDownload() { transition={{ duration: 0.5, delay: 0.2 }} className="mt-8 text-lg text-gray-600 lg:leading-8" > - Get Mycelium Network for Android, Windows, macOS, and iOS to securely connect, store, and interact with the decentralized network—seamlessly and efficiently. + Get Mycelium Network for Android, Windows, macOS, and iOS to securely connect, store, and interact with the decentralized network seamlessly and efficiently.