Update home page hero copy and feature list to reflect AeThex Platform

cgen-a8f444da21d34265ad7fd489704d1949
This commit is contained in:
Builder.io 2025-10-18 01:39:36 +00:00
parent 5d690856af
commit 472ecbdeb6

View file

@ -13,18 +13,13 @@ import LoadingScreen from "@/components/LoadingScreen";
import { SkeletonStats, SkeletonUserPath } from "@/components/Skeleton"; import { SkeletonStats, SkeletonUserPath } from "@/components/Skeleton";
import { Link } from "react-router-dom"; import { Link } from "react-router-dom";
import { import {
GamepadIcon,
BriefcaseIcon,
UsersIcon,
ShoppingCartIcon,
ArrowRight, ArrowRight,
CheckCircle, CheckCircle,
Sparkles, Sparkles,
Zap, LayoutDashboard,
Target,
Users, Users,
TrendingUp,
Microscope, Microscope,
IdCard,
} from "lucide-react"; } from "lucide-react";
export default function Index() { export default function Index() {
@ -49,27 +44,27 @@ export default function Index() {
const features = [ const features = [
{ {
title: "Game Development", title: "Dashboard",
description: "Fullcycle production and tooling", description: "Your projects, applications, and rewards — in one place",
icon: Zap, icon: LayoutDashboard,
color: "from-blue-500 to-purple-600", color: "from-blue-500 to-purple-600",
}, },
{ {
title: "Product Design", title: "Community Feed",
description: "UX/UI, prototyping, and branding", description: "Share progress, discover collaborators, and stay updated",
icon: Target, icon: Users,
color: "from-purple-500 to-pink-600", color: "from-purple-500 to-pink-600",
}, },
{ {
title: "Platform Engineering", title: "Developer Passport",
description: "Web, mobile, and backend foundations", description: "A public profile with verifiable achievements",
icon: Users, icon: IdCard,
color: "from-green-500 to-blue-600", color: "from-green-500 to-blue-600",
}, },
{ {
title: "Community & Growth", title: "Docs & CLI",
description: "Programs, content, and engagement", description: "Guides, API reference, and tooling to ship faster",
icon: TrendingUp, icon: Microscope,
color: "from-orange-500 to-red-600", color: "from-orange-500 to-red-600",
}, },
]; ];
@ -250,11 +245,10 @@ export default function Index() {
<span className="text-gradient-purple">AeThex</span> <span className="text-gradient-purple">AeThex</span>
</h1> </h1>
<h2 className="text-2xl lg:text-3xl text-gradient animate-fade-in"> <h2 className="text-2xl lg:text-3xl text-gradient animate-fade-in">
Crafting Digital Realities The AeThex Platform
</h2> </h2>
<p className="text-lg text-muted-foreground max-w-2xl mx-auto animate-slide-up"> <p className="text-lg text-muted-foreground max-w-2xl mx-auto animate-slide-up">
Where vision meets execution. We craft experiences through Build in public, grow with community, and manage your work from profile to production.
design, development, and community.
</p> </p>
</div> </div>
</div> </div>