Remove references to Dev-Link across the application
Removes the "Dev-Link" identifier and associated configurations from various UI components and navigation elements, consolidating its functionality into the "Nexus" realm. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e Replit-Commit-Checkpoint-Type: intermediate_checkpoint Replit-Commit-Event-Id: c78d9734-c653-46ad-a86e-c692f7d13621 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/aPpJgbb Replit-Helium-Checkpoint-Created: true
This commit is contained in:
parent
fd628e6a6c
commit
2e6de6e57c
21 changed files with 4 additions and 133 deletions
|
|
@ -31,15 +31,6 @@ const ARMS: Arm[] = [
|
|||
textColor: "text-yellow-400",
|
||||
href: "/labs",
|
||||
},
|
||||
{
|
||||
id: "devlink",
|
||||
name: "AeThex | Dev-Link",
|
||||
label: "Dev-Link",
|
||||
color: "#06B6D4",
|
||||
bgColor: "bg-cyan-500/20",
|
||||
textColor: "text-cyan-400",
|
||||
href: "/dev-link",
|
||||
},
|
||||
{
|
||||
id: "foundation",
|
||||
name: "AeThex | Foundation",
|
||||
|
|
@ -88,8 +79,6 @@ const LOGO_URLS: Record<string, string> = {
|
|||
corp: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3772073d5b4b49e688ed02480f4cae43?format=webp&width=800",
|
||||
foundation:
|
||||
"https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fc02cb1bf5056479bbb3ea4bd91f0d472?format=webp&width=800",
|
||||
devlink:
|
||||
"https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F9a96b43cbd7b49bb9d5434580319c793?format=webp&width=800",
|
||||
nexus:
|
||||
"https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F6df123b87a144b1fb99894d94198d97b?format=webp&width=800",
|
||||
};
|
||||
|
|
|
|||
|
|
@ -120,15 +120,6 @@ const realms: RealmData[] = [
|
|||
description: "Internal operations and team management for AeThex staff members.",
|
||||
features: ["Team coordination", "Admin tools", "Operations hub"],
|
||||
},
|
||||
{
|
||||
id: "devlink",
|
||||
label: "DEV-LINK",
|
||||
color: "hsl(180, 100%, 60%)",
|
||||
route: "/devlink",
|
||||
icon: "🔗",
|
||||
description: "Developer networking and collaboration. Connect with fellow builders.",
|
||||
features: ["Developer profiles", "Skill matching", "Collaboration tools"],
|
||||
},
|
||||
];
|
||||
|
||||
// Animated counter component
|
||||
|
|
|
|||
|
|
@ -53,7 +53,6 @@ const ARMS = [
|
|||
href: "https://aethex.foundation",
|
||||
external: true,
|
||||
},
|
||||
{ id: "devlink", label: "Dev-Link", color: "#06B6D4", href: "/dev-link" },
|
||||
{ id: "nexus", label: "Nexus", color: "#A855F7", href: "/nexus" },
|
||||
];
|
||||
|
||||
|
|
@ -66,8 +65,6 @@ const ARM_LOGOS: Record<string, string> = {
|
|||
corp: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3772073d5b4b49e688ed02480f4cae43?format=webp&width=800",
|
||||
foundation:
|
||||
"https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fc02cb1bf5056479bbb3ea4bd91f0d472?format=webp&width=800",
|
||||
devlink:
|
||||
"https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F9a96b43cbd7b49bb9d5434580319c793?format=webp&width=800",
|
||||
nexus:
|
||||
"https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F6df123b87a144b1fb99894d94198d97b?format=webp&width=800",
|
||||
};
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ const ARMS = [
|
|||
{ id: "gameforge", label: "GameForge", color: "bg-green-500" },
|
||||
{ id: "labs", label: "Labs", color: "bg-yellow-500" },
|
||||
{ id: "corp", label: "Corp", color: "bg-blue-500" },
|
||||
{ id: "devlink", label: "Dev-Link", color: "bg-cyan-500" },
|
||||
];
|
||||
|
||||
export function ProfileEditor({
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ const ARMS = [
|
|||
{ value: "gameforge", label: "GameForge", color: "bg-green-500/20" },
|
||||
{ value: "corp", label: "Corp", color: "bg-blue-500/20" },
|
||||
{ value: "foundation", label: "Foundation", color: "bg-red-500/20" },
|
||||
{ value: "devlink", label: "Dev-Link", color: "bg-cyan-500/20" },
|
||||
];
|
||||
|
||||
export function AdminDiscordManagement() {
|
||||
|
|
|
|||
|
|
@ -77,13 +77,6 @@ const ARMS: {
|
|||
color: "text-red-400",
|
||||
description: "Education and mentorship",
|
||||
},
|
||||
{
|
||||
id: "devlink",
|
||||
label: "Dev-Link",
|
||||
icon: Network,
|
||||
color: "text-cyan-400",
|
||||
description: "Developer networking",
|
||||
},
|
||||
{
|
||||
id: "nexus",
|
||||
label: "Nexus",
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ const ARM_OPTIONS: { id: ArmType; label: string }[] = [
|
|||
{ id: "gameforge", label: "GameForge" },
|
||||
{ id: "corp", label: "Corp" },
|
||||
{ id: "foundation", label: "Foundation" },
|
||||
{ id: "devlink", label: "Dev-Link" },
|
||||
{ id: "nexus", label: "Nexus" },
|
||||
{ id: "staff", label: "Staff" },
|
||||
];
|
||||
|
|
|
|||
|
|
@ -57,15 +57,6 @@ const ARMS = [
|
|||
borderColor: "border-red-500/30",
|
||||
description: "Education, mentorship, and community building",
|
||||
},
|
||||
{
|
||||
id: "devlink",
|
||||
name: "Dev-Link",
|
||||
icon: Network,
|
||||
color: "text-cyan-400",
|
||||
bgColor: "bg-cyan-500/10",
|
||||
borderColor: "border-cyan-500/30",
|
||||
description: "Professional networking and opportunities",
|
||||
},
|
||||
{
|
||||
id: "nexus",
|
||||
name: "NEXUS",
|
||||
|
|
|
|||
|
|
@ -44,13 +44,6 @@ const REALMS = [
|
|||
color: "from-red-500/20 to-red-600/20",
|
||||
borderColor: "border-red-400",
|
||||
},
|
||||
{
|
||||
id: "devlink",
|
||||
title: "💻 Dev-Link",
|
||||
description: "Professional Networking - Career development platform",
|
||||
color: "from-cyan-500/20 to-cyan-600/20",
|
||||
borderColor: "border-cyan-400",
|
||||
},
|
||||
];
|
||||
|
||||
export default function RealmSelection({
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ export type RealmKey =
|
|||
| "gameforge"
|
||||
| "corp"
|
||||
| "foundation"
|
||||
| "devlink"
|
||||
| "nexus"
|
||||
| "staff";
|
||||
|
||||
|
|
@ -118,22 +117,6 @@ export const REALM_OPTIONS: RealmOption[] = [
|
|||
"Achievement-based progression",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "devlink",
|
||||
name: "Developer Network",
|
||||
title: "Dev-Link",
|
||||
description:
|
||||
"Connect with developers, share knowledge, and collaborate on open-source projects across the AeThex ecosystem.",
|
||||
icon: Database,
|
||||
gradient: "from-cyan-400 to-cyan-600",
|
||||
route: "/dashboard/dev-link",
|
||||
routeLabel: "Dev-Link",
|
||||
highlights: [
|
||||
"Developer networking",
|
||||
"Open-source collaboration",
|
||||
"API access and integrations",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "nexus",
|
||||
name: "Talent Marketplace",
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ const detectArmFromPath = (pathname: string): ArmType => {
|
|||
if (pathname.includes("/gameforge")) return "gameforge";
|
||||
if (pathname.includes("/corp")) return "corp";
|
||||
if (pathname.includes("/foundation")) return "foundation";
|
||||
if (pathname.includes("/dev-link")) return "devlink";
|
||||
if (pathname.includes("/dev-link")) return "nexus"; // Dev-Link merged into Nexus
|
||||
if (pathname.includes("/staff")) return "staff";
|
||||
if (pathname.includes("/nexus")) return "nexus";
|
||||
return "default";
|
||||
|
|
|
|||
|
|
@ -65,23 +65,6 @@ export default function About() {
|
|||
function:
|
||||
"Goodwill moat, specialized talent pipeline, and ecosystem growth",
|
||||
},
|
||||
{
|
||||
id: "devlink",
|
||||
name: "Dev-Link",
|
||||
color: "from-cyan-500 to-blue-500",
|
||||
icon: Network,
|
||||
tagline: "Talent Network",
|
||||
description:
|
||||
"B2B SaaS platform for specialized professional networking and recruitment",
|
||||
focus: [
|
||||
"Recruitment Platform",
|
||||
"Talent Matching",
|
||||
"Professional Network",
|
||||
"Career Development",
|
||||
],
|
||||
function:
|
||||
"Access-based moat and lock-in effect for specialized human capital",
|
||||
},
|
||||
];
|
||||
|
||||
const moats = [
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ const ARM_CONFIG: Record<ArmType, { label: string; icon: any; color: string; acc
|
|||
gameforge: { label: "GameForge", icon: Gamepad2, color: "#4ade80", accent: "bg-green-500" },
|
||||
corp: { label: "Corp", icon: Briefcase, color: "#60a5fa", accent: "bg-blue-500" },
|
||||
foundation: { label: "Foundation", icon: BookOpen, color: "#f87171", accent: "bg-red-500" },
|
||||
devlink: { label: "Dev-Link", icon: Network, color: "#22d3ee", accent: "bg-cyan-500" },
|
||||
nexus: { label: "Nexus", icon: Sparkles, color: "#c084fc", accent: "bg-purple-500" },
|
||||
staff: { label: "Staff", icon: Shield, color: "#818cf8", accent: "bg-indigo-500" },
|
||||
};
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ const ARMS = [
|
|||
{ id: "gameforge", label: "GameForge", color: "bg-green-500" },
|
||||
{ id: "corp", label: "Corp", color: "bg-blue-500" },
|
||||
{ id: "foundation", label: "Foundation", color: "bg-red-500" },
|
||||
{ id: "devlink", label: "Dev-Link", color: "bg-cyan-500" },
|
||||
{ id: "nexus", label: "Nexus", color: "bg-purple-500" },
|
||||
{ id: "staff", label: "Staff", color: "bg-indigo-500" },
|
||||
];
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ const ARM_MAP: Record<string, ArmType> = {
|
|||
gameforge: "gameforge",
|
||||
corp: "corp",
|
||||
foundation: "foundation",
|
||||
devlink: "devlink",
|
||||
nexus: "nexus",
|
||||
staff: "staff",
|
||||
};
|
||||
|
|
@ -29,9 +28,6 @@ export function FoundationFeed() {
|
|||
return <ArmFeed arm="foundation" />;
|
||||
}
|
||||
|
||||
export function DevLinkFeed() {
|
||||
return <ArmFeed arm="devlink" />;
|
||||
}
|
||||
|
||||
export function NexusFeed() {
|
||||
return <ArmFeed arm="nexus" />;
|
||||
|
|
|
|||
|
|
@ -78,18 +78,6 @@ const ARMS: Arm[] = [
|
|||
glowColor: "rgba(239, 68, 68, 0.3)",
|
||||
external: true,
|
||||
},
|
||||
{
|
||||
id: "devlink",
|
||||
label: "Dev-Link",
|
||||
color: "#06B6D4",
|
||||
bgGradient: "from-cyan-600 to-cyan-400",
|
||||
textColor: "text-cyan-400",
|
||||
href: "/dev-link",
|
||||
icon: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F9a96b43cbd7b49bb9d5434580319c793?format=webp&width=800",
|
||||
tip: "Professional network for creators",
|
||||
shadowColor: "shadow-cyan-500/50",
|
||||
glowColor: "rgba(6, 182, 212, 0.3)",
|
||||
},
|
||||
{
|
||||
id: "nexus",
|
||||
label: "Nexus",
|
||||
|
|
|
|||
|
|
@ -110,16 +110,6 @@ const ARMS = [
|
|||
borderColor: "border-red-500/30 hover:border-red-500/60",
|
||||
external: true,
|
||||
},
|
||||
{
|
||||
id: "devlink",
|
||||
label: "Dev-Link",
|
||||
color: "#06B6D4",
|
||||
href: "/dashboard/dev-link",
|
||||
icon: Database,
|
||||
description: "Developer Network",
|
||||
bgGradient: "from-cyan-500/20 to-cyan-900/20",
|
||||
borderColor: "border-cyan-500/30 hover:border-cyan-500/60",
|
||||
},
|
||||
{
|
||||
id: "nexus",
|
||||
label: "Nexus",
|
||||
|
|
|
|||
|
|
@ -69,14 +69,6 @@ const ARMS = [
|
|||
description: "Education, mentorship & learning",
|
||||
focus: "Education, Mentorship, Guidance",
|
||||
},
|
||||
{
|
||||
id: "devlink",
|
||||
label: "Dev-Link",
|
||||
icon: Network,
|
||||
color: "from-cyan-500 to-blue-600",
|
||||
description: "Developer community & connections",
|
||||
focus: "Community, Networking, Resources",
|
||||
},
|
||||
{
|
||||
id: "nexus",
|
||||
label: "Nexus",
|
||||
|
|
|
|||
|
|
@ -61,7 +61,6 @@ const ARMS: { id: ArmType; label: string; icon: any; color: string }[] = [
|
|||
icon: BookOpen,
|
||||
color: "text-red-400",
|
||||
},
|
||||
{ id: "devlink", label: "Dev-Link", icon: Network, color: "text-cyan-400" },
|
||||
{ id: "nexus", label: "Nexus", icon: Sparkles, color: "text-purple-400" },
|
||||
{ id: "staff", label: "Staff", icon: Shield, color: "text-indigo-400" },
|
||||
];
|
||||
|
|
|
|||
|
|
@ -218,14 +218,6 @@ export default function GetStarted() {
|
|||
color: "from-purple-500 to-violet-600",
|
||||
features: ["Admin", "Ops", "Tools"],
|
||||
},
|
||||
{
|
||||
id: "devlink",
|
||||
label: "DEV-LINK",
|
||||
description: "Developer networking and collaboration for fellow builders.",
|
||||
icon: Link2,
|
||||
color: "from-teal-500 to-cyan-600",
|
||||
features: ["Profiles", "Matching", "Collab"],
|
||||
},
|
||||
];
|
||||
|
||||
const testimonials = [
|
||||
|
|
@ -266,7 +258,7 @@ export default function GetStarted() {
|
|||
},
|
||||
{
|
||||
question: "What are Realms and how do they work?",
|
||||
answer: "Realms are specialized areas of the platform, each designed for different aspects of building and collaboration. You can explore all 7 realms freely, but you'll set a primary realm during onboarding that personalizes your dashboard and recommendations.",
|
||||
answer: "Realms are specialized areas of the platform, each designed for different aspects of building and collaboration. You can explore all 6 realms freely, but you'll set a primary realm during onboarding that personalizes your dashboard and recommendations.",
|
||||
},
|
||||
{
|
||||
question: "How does the XP system work?",
|
||||
|
|
@ -274,7 +266,7 @@ export default function GetStarted() {
|
|||
},
|
||||
{
|
||||
question: "Can I use AeThex for my team or studio?",
|
||||
answer: "Absolutely! The Corp realm offers enterprise solutions with dedicated support, custom integrations, and SLA guarantees. Teams can also collaborate freely in GameForge for game development or Dev-Link for general projects.",
|
||||
answer: "Absolutely! The Corp realm offers enterprise solutions with dedicated support, custom integrations, and SLA guarantees. Teams can also collaborate freely in GameForge for game development or Nexus for general projects.",
|
||||
},
|
||||
{
|
||||
question: "What are AI Intelligent Agents?",
|
||||
|
|
@ -379,7 +371,7 @@ export default function GetStarted() {
|
|||
<div className="hidden sm:block w-px h-10 bg-border/50" />
|
||||
<div className="text-center">
|
||||
<div className="text-3xl font-bold text-foreground">
|
||||
<AnimatedCounter target={7} duration={1000} />
|
||||
<AnimatedCounter target={6} duration={1000} />
|
||||
</div>
|
||||
<div className="text-sm text-muted-foreground">Realms</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ const ARMS = [
|
|||
{ value: "gameforge", label: "GameForge - Game Development" },
|
||||
{ value: "corp", label: "Corp - Business & Consulting" },
|
||||
{ value: "foundation", label: "Foundation - Education" },
|
||||
{ value: "devlink", label: "Dev-Link - Developer Network" },
|
||||
{ value: "nexus", label: "Nexus - Talent Marketplace" },
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue