Batch 3: Fix public pages content density
- Reduced heading sizes (text-4xl→text-3xl) - Simplified descriptions 40-60% - Normalized verbose text - Fixed: Trust, Downloads, Careers TypeScript validation: No new errors
This commit is contained in:
parent
28d9410a9f
commit
b80c0c5d19
3 changed files with 19 additions and 25 deletions
|
|
@ -22,25 +22,25 @@ export default function Careers() {
|
||||||
icon: <Microscope className="h-6 w-6" />,
|
icon: <Microscope className="h-6 w-6" />,
|
||||||
title: "Innovation First",
|
title: "Innovation First",
|
||||||
description:
|
description:
|
||||||
"We push boundaries and explore cutting-edge technologies daily",
|
"Push boundaries and explore cutting-edge technologies",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: <Heart className="h-6 w-6" />,
|
icon: <Heart className="h-6 w-6" />,
|
||||||
title: "People Matter",
|
title: "People Matter",
|
||||||
description:
|
description:
|
||||||
"We invest in our team's growth, health, and work-life balance",
|
"Invest in team growth, health, and work-life balance",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: <Zap className="h-6 w-6" />,
|
icon: <Zap className="h-6 w-6" />,
|
||||||
title: "Ship It",
|
title: "Ship It",
|
||||||
description:
|
description:
|
||||||
"We believe in execution over perfection—iterate and learn fast",
|
"Execute over perfection—iterate and learn fast",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: <Users className="h-6 w-6" />,
|
icon: <Users className="h-6 w-6" />,
|
||||||
title: "Collaboration",
|
title: "Collaboration",
|
||||||
description:
|
description:
|
||||||
"Great ideas come from diverse teams working together openly",
|
"Great ideas come from diverse teams working openly",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -49,8 +49,8 @@ export default function Careers() {
|
||||||
"Comprehensive health insurance (medical, dental, vision)",
|
"Comprehensive health insurance (medical, dental, vision)",
|
||||||
"Unlimited PTO",
|
"Unlimited PTO",
|
||||||
"Remote-first, work from anywhere",
|
"Remote-first, work from anywhere",
|
||||||
"Equipment budget for your home office",
|
"Equipment budget",
|
||||||
"Professional development fund ($5k/year)",
|
"Professional development ($5k/year)",
|
||||||
"Team offsites & retreats",
|
"Team offsites & retreats",
|
||||||
"Stock options",
|
"Stock options",
|
||||||
"Parental leave",
|
"Parental leave",
|
||||||
|
|
@ -67,7 +67,7 @@ export default function Careers() {
|
||||||
level: "Senior",
|
level: "Senior",
|
||||||
type: "Full-time",
|
type: "Full-time",
|
||||||
description:
|
description:
|
||||||
"Lead architecture and implementation of next-generation platform systems",
|
"Lead platform architecture and implementation",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Game Developer",
|
title: "Game Developer",
|
||||||
|
|
@ -75,7 +75,7 @@ export default function Careers() {
|
||||||
location: "Remote",
|
location: "Remote",
|
||||||
level: "Mid-level",
|
level: "Mid-level",
|
||||||
type: "Full-time",
|
type: "Full-time",
|
||||||
description: "Ship games monthly with our world-class production team",
|
description: "Ship games monthly with world-class team",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Research Scientist",
|
title: "Research Scientist",
|
||||||
|
|
@ -84,7 +84,7 @@ export default function Careers() {
|
||||||
level: "Senior",
|
level: "Senior",
|
||||||
type: "Full-time",
|
type: "Full-time",
|
||||||
description:
|
description:
|
||||||
"Explore AI/ML applications in game development and interactive experiences",
|
"Explore AI/ML in game development and interactive experiences",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Product Manager",
|
title: "Product Manager",
|
||||||
|
|
@ -93,7 +93,7 @@ export default function Careers() {
|
||||||
level: "Mid-level",
|
level: "Mid-level",
|
||||||
type: "Full-time",
|
type: "Full-time",
|
||||||
description:
|
description:
|
||||||
"Shape the future of our developer tools and platforms",
|
"Shape the future of developer tools and platforms",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "UX/UI Designer",
|
title: "UX/UI Designer",
|
||||||
|
|
@ -102,7 +102,7 @@ export default function Careers() {
|
||||||
level: "Mid-level",
|
level: "Mid-level",
|
||||||
type: "Full-time",
|
type: "Full-time",
|
||||||
description:
|
description:
|
||||||
"Design beautiful, intuitive interfaces for millions of developers",
|
"Design beautiful interfaces for developers",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "DevOps Engineer",
|
title: "DevOps Engineer",
|
||||||
|
|
@ -110,7 +110,7 @@ export default function Careers() {
|
||||||
location: "Remote",
|
location: "Remote",
|
||||||
level: "Senior",
|
level: "Senior",
|
||||||
type: "Full-time",
|
type: "Full-time",
|
||||||
description: "Build the infrastructure that powers AeThex at scale",
|
description: "Build infrastructure that powers AeThex at scale",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -84,12 +84,11 @@ export default function Downloads() {
|
||||||
<Badge variant="outline" className="mb-4 border-purple-500/50 text-purple-400">
|
<Badge variant="outline" className="mb-4 border-purple-500/50 text-purple-400">
|
||||||
Version {CURRENT_VERSION}
|
Version {CURRENT_VERSION}
|
||||||
</Badge>
|
</Badge>
|
||||||
<h1 className="text-4xl md:text-5xl font-bold mb-4 bg-gradient-to-r from-white via-purple-400 to-blue-400 bg-clip-text text-transparent">
|
<h1 className="text-3xl md:text-4xl font-bold mb-4 bg-gradient-to-r from-white via-purple-400 to-blue-400 bg-clip-text text-transparent">
|
||||||
Download AeThex Desktop
|
Download AeThex Desktop
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-lg text-muted-foreground max-w-2xl mx-auto">
|
<p className="text-lg text-muted-foreground max-w-2xl mx-auto">
|
||||||
The AeThex Desktop Terminal brings the full power of the platform to your computer.
|
Desktop Terminal brings full platform access to your computer. Manage projects and stay connected.
|
||||||
Access realms, manage projects, and stay connected with your community.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,12 +30,11 @@ export default function Trust() {
|
||||||
<Badge variant="outline" className="mx-auto">
|
<Badge variant="outline" className="mx-auto">
|
||||||
Transparency
|
Transparency
|
||||||
</Badge>
|
</Badge>
|
||||||
<h1 className="text-4xl font-bold text-gradient-purple">
|
<h1 className="text-3xl font-bold text-gradient-purple">
|
||||||
Company & Governance
|
Company & Governance
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-muted-foreground max-w-3xl mx-auto">
|
<p className="text-muted-foreground max-w-3xl mx-auto">
|
||||||
Clear, verifiable information about AeThex: leadership, legal
|
Leadership, legal entity, jurisdiction, policies, and status.
|
||||||
entity, jurisdiction, policies, and status.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -91,17 +90,13 @@ export default function Trust() {
|
||||||
<CardContent className="text-sm text-muted-foreground space-y-2">
|
<CardContent className="text-sm text-muted-foreground space-y-2">
|
||||||
<ul className="list-disc pl-5 space-y-1">
|
<ul className="list-disc pl-5 space-y-1">
|
||||||
<li>
|
<li>
|
||||||
Phased disclosures cadence: Phase 1 (executive roster +
|
Phase 1: executive roster & roles | Phase 2: board/advisor profiles | Phase 3: compliance filings.
|
||||||
roles), Phase 2 (board/advisor bios and affiliations), Phase
|
|
||||||
3 (jurisdictional filings & compliance references).
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Operational policies and escalation paths are documented in
|
Policies and escalation paths in Transparency hub.
|
||||||
the Transparency hub.
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Verified channels: website, docs, and official social
|
Verified channels: website, docs, and social accounts.
|
||||||
accounts noted below.
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div className="text-xs text-muted-foreground/80">
|
<div className="text-xs text-muted-foreground/80">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue