Batch 1: Fix About, Contact, GetStarted, Nexus, Corp, Opportunities

 Tested with TypeScript (no new errors)

- About: text-5xl/7xl → text-4xl/5xl, simplified hero text
- Contact: text-4xl → text-3xl heading
- GetStarted: Simplified feature descriptions (60% text reduction)
- Nexus: text-4xl/6xl → text-4xl/5xl, simplified description
- Corp: Shortened service titles and descriptions
- OpportunitiesHub: text-4xl/5xl → text-4xl, simplified text

All changes tested and ready!
This commit is contained in:
MrPiglr 2026-01-11 03:30:44 +00:00 committed by GitHub
parent e633079933
commit e6b1617b43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 22 additions and 30 deletions

View file

@ -124,18 +124,14 @@ export default function About() {
{/* Hero */}
<section className="py-16 lg:py-24 border-b border-gray-800">
<div className="container mx-auto max-w-6xl px-4">
<h1 className="text-5xl lg:text-7xl font-black mb-6">
<h1 className="text-4xl lg:text-5xl font-bold mb-6">
Building an Integrated{" "}
<span className="bg-gradient-to-r from-yellow-300 via-blue-300 to-red-300 bg-clip-text text-transparent">
Ecosystem
</span>
</h1>
<p className="text-xl text-gray-300 max-w-3xl">
AeThex operates as a unified four-pillar organization that
combines speculative innovation, profitable operations, community
impact, and specialized talent acquisition. This structure creates
multiple reinforcing competitive moats while managing risk and
maintaining investor confidence.
<p className="text-lg text-gray-300 max-w-3xl">
Four-pillar ecosystem combining innovation, operations, community, and talent
</p>
</div>
</section>

View file

@ -66,12 +66,11 @@ export default function Contact() {
<div className="container mx-auto px-4 max-w-5xl space-y-10">
<div className="grid md:grid-cols-2 gap-8 items-start">
<div className="space-y-3">
<h1 className="text-4xl font-bold text-gradient-purple">
<h1 className="text-3xl font-bold text-gradient-purple">
Contact Us
</h1>
<p className="text-muted-foreground">
Have a project or question? We typically respond within 12
business days.
We respond within 12 business days
</p>
<Card className="bg-card/50 border-border/50">
<CardContent className="p-6 space-y-3">

View file

@ -78,8 +78,8 @@ export default function Corp() {
const services = [
{
title: "Custom Software Development",
description: "Bespoke applications built for enterprise scale",
title: "Custom Software",
description: "Enterprise applications",
icon: Code,
examples: [
"Web & mobile applications",
@ -90,8 +90,8 @@ export default function Corp() {
color: "from-blue-500 to-cyan-500",
},
{
title: "Technology Consulting",
description: "Strategic guidance for digital transformation",
title: "Tech Consulting",
description: "Digital transformation",
icon: Briefcase,
examples: [
"Architecture design",
@ -102,8 +102,8 @@ export default function Corp() {
color: "from-purple-500 to-pink-500",
},
{
title: "Game Development Services",
description: "Specialized expertise for gaming companies",
title: "Game Development",
description: "Metaverse & gaming",
icon: Rocket,
examples: [
"Full game production",

View file

@ -132,20 +132,20 @@ export default function GetStarted() {
const platformFeatures = [
{
title: "XP & Leveling System",
description: "Earn XP for daily logins, completing your profile, creating posts, and earning badges. Level up to unlock new features and recognition.",
title: "XP & Leveling",
description: "Earn XP and level up to unlock features",
icon: Trophy,
color: "from-yellow-500 to-amber-600",
},
{
title: "AI Intelligent Agents",
description: "Access 10 specialized AI personas for guidance on networking, game development, ethics, architecture, and more.",
title: "AI Agents",
description: "10 specialized AI personas for guidance",
icon: Bot,
color: "from-purple-500 to-violet-600",
},
{
title: "Creator Passports",
description: "Build a portable profile that aggregates your achievements, verified skills, project history, and mentorship contributions.",
description: "Portable profile with achievements and skills",
icon: IdCard,
color: "from-cyan-500 to-blue-600",
},

View file

@ -123,14 +123,12 @@ export default function Nexus() {
AeThex Nexus
</Badge>
<h1 className="text-4xl font-black tracking-tight text-purple-300 sm:text-5xl lg:text-6xl">
<h1 className="text-4xl font-bold tracking-tight text-purple-300 sm:text-5xl">
The Talent Nexus
</h1>
<p className="text-lg text-purple-100/90 sm:text-xl">
Connect creators with opportunities across all AeThex arms.
Find talent, post jobs, and build amazing teams in a unified
marketplace powered by both AeThex and DevConnect.
<p className="text-base text-purple-100/90">
Connect creators with opportunities across all AeThex arms
</p>
<div className="flex flex-col sm:flex-row gap-4">

View file

@ -115,13 +115,12 @@ export default function OpportunitiesHub() {
<div className="text-center mb-8">
<div className="inline-flex items-center justify-center gap-2 mb-4">
<Briefcase className="h-8 w-8 text-cyan-400" />
<h1 className="text-4xl lg:text-5xl font-black text-white">
<h1 className="text-4xl font-bold text-white">
Opportunities
</h1>
</div>
<p className="text-lg text-gray-300 max-w-2xl mx-auto mb-6">
Find jobs, collaborations, and research opportunities across
all AeThex arms.
<p className="text-base text-gray-300 max-w-2xl mx-auto mb-6">
Find jobs and collaborations across AeThex
</p>
<div className="flex justify-center gap-3">
<Button