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 */} {/* Hero */}
<section className="py-16 lg:py-24 border-b border-gray-800"> <section className="py-16 lg:py-24 border-b border-gray-800">
<div className="container mx-auto max-w-6xl px-4"> <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{" "} Building an Integrated{" "}
<span className="bg-gradient-to-r from-yellow-300 via-blue-300 to-red-300 bg-clip-text text-transparent"> <span className="bg-gradient-to-r from-yellow-300 via-blue-300 to-red-300 bg-clip-text text-transparent">
Ecosystem Ecosystem
</span> </span>
</h1> </h1>
<p className="text-xl text-gray-300 max-w-3xl"> <p className="text-lg text-gray-300 max-w-3xl">
AeThex operates as a unified four-pillar organization that Four-pillar ecosystem combining innovation, operations, community, and talent
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> </p>
</div> </div>
</section> </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="container mx-auto px-4 max-w-5xl space-y-10">
<div className="grid md:grid-cols-2 gap-8 items-start"> <div className="grid md:grid-cols-2 gap-8 items-start">
<div className="space-y-3"> <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 Contact Us
</h1> </h1>
<p className="text-muted-foreground"> <p className="text-muted-foreground">
Have a project or question? We typically respond within 12 We respond within 12 business days
business days.
</p> </p>
<Card className="bg-card/50 border-border/50"> <Card className="bg-card/50 border-border/50">
<CardContent className="p-6 space-y-3"> <CardContent className="p-6 space-y-3">

View file

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

View file

@ -132,20 +132,20 @@ export default function GetStarted() {
const platformFeatures = [ const platformFeatures = [
{ {
title: "XP & Leveling System", title: "XP & Leveling",
description: "Earn XP for daily logins, completing your profile, creating posts, and earning badges. Level up to unlock new features and recognition.", description: "Earn XP and level up to unlock features",
icon: Trophy, icon: Trophy,
color: "from-yellow-500 to-amber-600", color: "from-yellow-500 to-amber-600",
}, },
{ {
title: "AI Intelligent Agents", title: "AI Agents",
description: "Access 10 specialized AI personas for guidance on networking, game development, ethics, architecture, and more.", description: "10 specialized AI personas for guidance",
icon: Bot, icon: Bot,
color: "from-purple-500 to-violet-600", color: "from-purple-500 to-violet-600",
}, },
{ {
title: "Creator Passports", 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, icon: IdCard,
color: "from-cyan-500 to-blue-600", color: "from-cyan-500 to-blue-600",
}, },

View file

@ -123,14 +123,12 @@ export default function Nexus() {
AeThex Nexus AeThex Nexus
</Badge> </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 The Talent Nexus
</h1> </h1>
<p className="text-lg text-purple-100/90 sm:text-xl"> <p className="text-base text-purple-100/90">
Connect creators with opportunities across all AeThex arms. 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> </p>
<div className="flex flex-col sm:flex-row gap-4"> <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="text-center mb-8">
<div className="inline-flex items-center justify-center gap-2 mb-4"> <div className="inline-flex items-center justify-center gap-2 mb-4">
<Briefcase className="h-8 w-8 text-cyan-400" /> <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 Opportunities
</h1> </h1>
</div> </div>
<p className="text-lg text-gray-300 max-w-2xl mx-auto mb-6"> <p className="text-base text-gray-300 max-w-2xl mx-auto mb-6">
Find jobs, collaborations, and research opportunities across Find jobs and collaborations across AeThex
all AeThex arms.
</p> </p>
<div className="flex justify-center gap-3"> <div className="flex justify-center gap-3">
<Button <Button