Batch 4: Fix Arms, Investors content density
- Simplified ARM descriptions and tips - Reduced Investors heading size (text-4xl→text-3xl) - Normalized verbose descriptions 40-50% TypeScript validation: No new errors
This commit is contained in:
parent
b80c0c5d19
commit
e19d4ba859
2 changed files with 11 additions and 13 deletions
|
|
@ -25,7 +25,7 @@ const ARMS: Arm[] = [
|
|||
textColor: "text-purple-400",
|
||||
href: "/staff",
|
||||
icon: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fc0414efd7af54ef4b821a05d469150d0?format=webp&width=800",
|
||||
tip: "Staff operations & internal portal",
|
||||
tip: "Staff operations & portal",
|
||||
shadowColor: "shadow-purple-500/50",
|
||||
glowColor: "rgba(168, 85, 247, 0.3)",
|
||||
},
|
||||
|
|
@ -37,7 +37,7 @@ const ARMS: Arm[] = [
|
|||
textColor: "text-yellow-400",
|
||||
href: "/labs",
|
||||
icon: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fd93f7113d34347469e74421c3a3412e5?format=webp&width=800",
|
||||
tip: "R&D pushing innovation boundaries",
|
||||
tip: "R&D and innovation",
|
||||
shadowColor: "shadow-yellow-500/50",
|
||||
glowColor: "rgba(251, 191, 36, 0.3)",
|
||||
},
|
||||
|
|
@ -49,7 +49,7 @@ const ARMS: Arm[] = [
|
|||
textColor: "text-green-400",
|
||||
href: "/gameforge",
|
||||
icon: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fcd3534c1caa0497abfd44224040c6059?format=webp&width=800",
|
||||
tip: "Games shipped monthly at speed",
|
||||
tip: "Ship games monthly",
|
||||
shadowColor: "shadow-green-500/50",
|
||||
glowColor: "rgba(34, 197, 94, 0.3)",
|
||||
},
|
||||
|
|
@ -61,7 +61,7 @@ const ARMS: Arm[] = [
|
|||
textColor: "text-blue-400",
|
||||
href: "/corp",
|
||||
icon: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3772073d5b4b49e688ed02480f4cae43?format=webp&width=800",
|
||||
tip: "Enterprise solutions for scale",
|
||||
tip: "Enterprise solutions",
|
||||
shadowColor: "shadow-blue-500/50",
|
||||
glowColor: "rgba(59, 130, 246, 0.3)",
|
||||
},
|
||||
|
|
@ -73,7 +73,7 @@ const ARMS: Arm[] = [
|
|||
textColor: "text-red-400",
|
||||
href: "https://aethex.foundation",
|
||||
icon: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fc02cb1bf5056479bbb3ea4bd91f0d472?format=webp&width=800",
|
||||
tip: "Community & education initiatives",
|
||||
tip: "Community & education",
|
||||
shadowColor: "shadow-red-500/50",
|
||||
glowColor: "rgba(239, 68, 68, 0.3)",
|
||||
external: true,
|
||||
|
|
@ -86,7 +86,7 @@ const ARMS: Arm[] = [
|
|||
textColor: "text-purple-400",
|
||||
href: "/nexus",
|
||||
icon: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F6df123b87a144b1fb99894d94198d97b?format=webp&width=800",
|
||||
tip: "Talent marketplace & collaboration",
|
||||
tip: "Talent marketplace",
|
||||
shadowColor: "shadow-purple-500/50",
|
||||
glowColor: "rgba(168, 85, 247, 0.3)",
|
||||
},
|
||||
|
|
|
|||
|
|
@ -95,17 +95,17 @@ export default function Investors() {
|
|||
{
|
||||
icon: <Layers className="h-5 w-5" />,
|
||||
title: "Three Engines",
|
||||
desc: "Studios (services), Platform (community), and Labs (R&D) compound value together.",
|
||||
desc: "Studios, Platform, and Labs compound value.",
|
||||
},
|
||||
{
|
||||
icon: <Shield className="h-5 w-5" />,
|
||||
title: "Trust & Quality",
|
||||
desc: "Security-first engineering and measurable delivery keep churn low and NPS high.",
|
||||
desc: "Security-first engineering with measurable delivery.",
|
||||
},
|
||||
{
|
||||
icon: <Target className="h-5 w-5" />,
|
||||
title: "Focused Markets",
|
||||
desc: "High-signal segments: games, real-time apps, and experience platforms.",
|
||||
desc: "Games, real-time apps, and experience platforms.",
|
||||
},
|
||||
];
|
||||
|
||||
|
|
@ -134,13 +134,11 @@ export default function Investors() {
|
|||
<span className="mr-2 inline-flex h-2 w-2 animate-pulse rounded-full bg-red-300" />
|
||||
Investor Relations
|
||||
</Badge>
|
||||
<h1 className="text-4xl font-black tracking-tight text-red-300 sm:text-5xl lg:text-6xl">
|
||||
<h1 className="text-3xl font-black tracking-tight text-red-300 sm:text-4xl lg:text-5xl">
|
||||
AeThex | Building With Conviction
|
||||
</h1>
|
||||
<p className="text-lg text-red-100/90 sm:text-xl">
|
||||
We craft reliable, loved software and the platform that powers
|
||||
creators. Explore our thesis, traction, and how to participate
|
||||
in compliant offerings.
|
||||
Reliable software and the platform powering creators. Explore our thesis and participation options.
|
||||
</p>
|
||||
<div className="flex flex-col gap-4 sm:flex-row">
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Reference in a new issue