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" />,
|
||||
title: "Innovation First",
|
||||
description:
|
||||
"We push boundaries and explore cutting-edge technologies daily",
|
||||
"Push boundaries and explore cutting-edge technologies",
|
||||
},
|
||||
{
|
||||
icon: <Heart className="h-6 w-6" />,
|
||||
title: "People Matter",
|
||||
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" />,
|
||||
title: "Ship It",
|
||||
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" />,
|
||||
title: "Collaboration",
|
||||
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)",
|
||||
"Unlimited PTO",
|
||||
"Remote-first, work from anywhere",
|
||||
"Equipment budget for your home office",
|
||||
"Professional development fund ($5k/year)",
|
||||
"Equipment budget",
|
||||
"Professional development ($5k/year)",
|
||||
"Team offsites & retreats",
|
||||
"Stock options",
|
||||
"Parental leave",
|
||||
|
|
@ -67,7 +67,7 @@ export default function Careers() {
|
|||
level: "Senior",
|
||||
type: "Full-time",
|
||||
description:
|
||||
"Lead architecture and implementation of next-generation platform systems",
|
||||
"Lead platform architecture and implementation",
|
||||
},
|
||||
{
|
||||
title: "Game Developer",
|
||||
|
|
@ -75,7 +75,7 @@ export default function Careers() {
|
|||
location: "Remote",
|
||||
level: "Mid-level",
|
||||
type: "Full-time",
|
||||
description: "Ship games monthly with our world-class production team",
|
||||
description: "Ship games monthly with world-class team",
|
||||
},
|
||||
{
|
||||
title: "Research Scientist",
|
||||
|
|
@ -84,7 +84,7 @@ export default function Careers() {
|
|||
level: "Senior",
|
||||
type: "Full-time",
|
||||
description:
|
||||
"Explore AI/ML applications in game development and interactive experiences",
|
||||
"Explore AI/ML in game development and interactive experiences",
|
||||
},
|
||||
{
|
||||
title: "Product Manager",
|
||||
|
|
@ -93,7 +93,7 @@ export default function Careers() {
|
|||
level: "Mid-level",
|
||||
type: "Full-time",
|
||||
description:
|
||||
"Shape the future of our developer tools and platforms",
|
||||
"Shape the future of developer tools and platforms",
|
||||
},
|
||||
{
|
||||
title: "UX/UI Designer",
|
||||
|
|
@ -102,7 +102,7 @@ export default function Careers() {
|
|||
level: "Mid-level",
|
||||
type: "Full-time",
|
||||
description:
|
||||
"Design beautiful, intuitive interfaces for millions of developers",
|
||||
"Design beautiful interfaces for developers",
|
||||
},
|
||||
{
|
||||
title: "DevOps Engineer",
|
||||
|
|
@ -110,7 +110,7 @@ export default function Careers() {
|
|||
location: "Remote",
|
||||
level: "Senior",
|
||||
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">
|
||||
Version {CURRENT_VERSION}
|
||||
</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
|
||||
</h1>
|
||||
<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.
|
||||
Access realms, manage projects, and stay connected with your community.
|
||||
Desktop Terminal brings full platform access to your computer. Manage projects and stay connected.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -30,12 +30,11 @@ export default function Trust() {
|
|||
<Badge variant="outline" className="mx-auto">
|
||||
Transparency
|
||||
</Badge>
|
||||
<h1 className="text-4xl font-bold text-gradient-purple">
|
||||
<h1 className="text-3xl font-bold text-gradient-purple">
|
||||
Company & Governance
|
||||
</h1>
|
||||
<p className="text-muted-foreground max-w-3xl mx-auto">
|
||||
Clear, verifiable information about AeThex: leadership, legal
|
||||
entity, jurisdiction, policies, and status.
|
||||
Leadership, legal entity, jurisdiction, policies, and status.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
@ -91,17 +90,13 @@ export default function Trust() {
|
|||
<CardContent className="text-sm text-muted-foreground space-y-2">
|
||||
<ul className="list-disc pl-5 space-y-1">
|
||||
<li>
|
||||
Phased disclosures cadence: Phase 1 (executive roster +
|
||||
roles), Phase 2 (board/advisor bios and affiliations), Phase
|
||||
3 (jurisdictional filings & compliance references).
|
||||
Phase 1: executive roster & roles | Phase 2: board/advisor profiles | Phase 3: compliance filings.
|
||||
</li>
|
||||
<li>
|
||||
Operational policies and escalation paths are documented in
|
||||
the Transparency hub.
|
||||
Policies and escalation paths in Transparency hub.
|
||||
</li>
|
||||
<li>
|
||||
Verified channels: website, docs, and official social
|
||||
accounts noted below.
|
||||
Verified channels: website, docs, and social accounts.
|
||||
</li>
|
||||
</ul>
|
||||
<div className="text-xs text-muted-foreground/80">
|
||||
|
|
|
|||
Loading…
Reference in a new issue