From 7d6bbc2763e90a3265f0afde81053f6285876d06 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 18 Nov 2025 12:38:41 +0100 Subject: [PATCH] refactor: improve spacing and typography in Pods CallToAction section - Added leading-normal to description paragraphs for better readability - Reduced top margin from mt-10 to mt-6 for benefits list and CTA cards - Changed benefits grid gap from gap-y-3 to gap-y-1 lg:gap-y-3 for tighter mobile spacing - Reduced horizontal gap between CTA cards from gap-x-10 to gap-x-8 --- src/pages/pods/CallToAction.tsx | 10 +++++----- src/pages/pods/Homepod.tsx | 3 +-- src/pages/pods/PodsBento.tsx | 2 +- src/pages/pods/PodsCapabilities.tsx | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/pages/pods/CallToAction.tsx b/src/pages/pods/CallToAction.tsx index c8d6802..94494d4 100644 --- a/src/pages/pods/CallToAction.tsx +++ b/src/pages/pods/CallToAction.tsx @@ -52,15 +52,15 @@ export function CallToAction() { -

+

The first Pods are launching soon. 10,000 early Pods will be available for early adopters.

-
+
    {benefits.map((benefit) => (
  • @@ -74,14 +74,14 @@ export function CallToAction() {
-

+

Next, Pods will support peer-to-peer AI Agents that live inside your environment. Your own AI, powered by your data without any data leaks. Be among the first to claim your private space on the Mycelium Network.

{/* ✅ Two cards, stacked center with spacing */} -
+