From fb35ede79d23a4ecb448e60e6eba70fc4ceba416 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Mon, 17 Nov 2025 15:46:02 +0100 Subject: [PATCH] feat: add centered intro section to HomeDesign and hover effects to HomeTab cards - Added centered "Who's it For" intro section to HomeDesign with eyebrow, heading, and description - Imported Eyebrow, H3, and P components for consistent typography - Updated HomeDesign grid item styling with top margin and adjusted border classes - Added hover effects to all HomeTab cards with scale, border color, and shadow transitions - Applied consistent hover styling (scale-105, cyan border, and cyan shadow) --- src/pages/home/HomeDesign.tsx | 22 +++++++++++++++++++--- src/pages/home/HomeTab.tsx | 8 ++++---- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/src/pages/home/HomeDesign.tsx b/src/pages/home/HomeDesign.tsx index e12980b..d2311c8 100644 --- a/src/pages/home/HomeDesign.tsx +++ b/src/pages/home/HomeDesign.tsx @@ -1,5 +1,7 @@ "use client"; +import { Eyebrow, H3, P } from "@/components/Texts"; + const benefits = [ { id: 1, @@ -27,18 +29,32 @@ const benefits = [ export function HomeDesign() { return (
- {/* Top spacing line */}
{/* Content */} -
+
+ {/* Centered intro */} +
+ + Who's it For + + +

+ Built for Real-World Impact +

+ +

+ Whether you’re deploying infrastructure, securing sensitive operations, or simply taking back control of your digital life, Mycelium provides the foundation to build confidently in a connected world. +

+
+
{benefits.map((item) => (
{/* Image on the LEFT */}
-
+

LIVE

@@ -56,7 +56,7 @@ export function HomeTab() { {/* ------------------ MIDDLE TOP ------------------ */}
-
+

Coming Soon

@@ -81,7 +81,7 @@ export function HomeTab() { {/* ------------------ MIDDLE BOTTOM ------------------ */}
-
+

Q1 2026

@@ -105,7 +105,7 @@ export function HomeTab() { {/* ------------------ RIGHT TALL ------------------ */}
-
+

Early Access