diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index ee938b4..1fc303f 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -13,7 +13,7 @@ export default function Hero() { }; return ( -
+
{/* Background Gradient */}
diff --git a/src/components/Modules.tsx b/src/components/Modules.tsx index 86d1584..0784cda 100644 --- a/src/components/Modules.tsx +++ b/src/components/Modules.tsx @@ -97,7 +97,7 @@ const ModuleCard: React.FC<{ mod: any, className?: string }> = ({ mod, className
{mod.step}
-

{mod.title}

+

{mod.title}

-
+
{mod.highlight}
@@ -139,7 +139,7 @@ export default function Modules() { {/* Desktop Layout — Pentagon around Flywheel */} -
+
{/* Center flywheel */}
@@ -148,27 +148,27 @@ export default function Modules() { {/* Pentagon: 5 cards around center, all same width */} {/* 1. Top center */}
- +
{/* 2. Upper right */} -
- +
+
{/* 3. Lower right */} -
- +
+
{/* 4. Lower left */} -
- +
+
{/* 5. Upper left */} -
- +
+