completionId: cgen-3c8b7cb223d34a98b107749b391de620

cgen-3c8b7cb223d34a98b107749b391de620
This commit is contained in:
Builder.io 2025-11-13 05:57:44 +00:00
parent df2bdc7483
commit e093ac0fdc

View file

@ -13,13 +13,13 @@ interface Arm {
const ARMS: Arm[] = [ const ARMS: Arm[] = [
{ {
id: "staff", id: "gameforge",
name: "AeThex | Staff", name: "AeThex | GameForge",
label: "Staff", label: "GameForge",
color: "#7c3aed", color: "#22C55E",
bgColor: "bg-purple-500/20", bgColor: "bg-green-500/20",
textColor: "text-purple-400", textColor: "text-green-400",
href: "/staff", href: "/gameforge",
}, },
{ {
id: "labs", id: "labs",
@ -31,22 +31,13 @@ const ARMS: Arm[] = [
href: "/labs", href: "/labs",
}, },
{ {
id: "gameforge", id: "devlink",
name: "AeThex | GameForge", name: "AeThex | Dev-Link",
label: "GameForge", label: "Dev-Link",
color: "#22C55E", color: "#06B6D4",
bgColor: "bg-green-500/20", bgColor: "bg-cyan-500/20",
textColor: "text-green-400", textColor: "text-cyan-400",
href: "/gameforge", href: "/dev-link",
},
{
id: "corp",
name: "AeThex | Corp",
label: "Corp",
color: "#3B82F6",
bgColor: "bg-blue-500/20",
textColor: "text-blue-400",
href: "/corp",
}, },
{ {
id: "foundation", id: "foundation",
@ -58,13 +49,13 @@ const ARMS: Arm[] = [
href: "/foundation", href: "/foundation",
}, },
{ {
id: "devlink", id: "corp",
name: "AeThex | Dev-Link", name: "AeThex | Corp",
label: "Dev-Link", label: "Corp",
color: "#06B6D4", color: "#3B82F6",
bgColor: "bg-cyan-500/20", bgColor: "bg-blue-500/20",
textColor: "text-cyan-400", textColor: "text-blue-400",
href: "/dev-link", href: "/corp",
}, },
{ {
id: "nexus", id: "nexus",
@ -75,6 +66,15 @@ const ARMS: Arm[] = [
textColor: "text-purple-400", textColor: "text-purple-400",
href: "/nexus", href: "/nexus",
}, },
{
id: "staff",
name: "AeThex | Staff",
label: "Staff",
color: "#7c3aed",
bgColor: "bg-purple-500/20",
textColor: "text-purple-400",
href: "/staff",
},
]; ];
const LOGO_URLS: Record<string, string> = { const LOGO_URLS: Record<string, string> = {