Fix RealmSwitcher routes to use /gameforge and /corp
cgen-e9358f1a274c40f69982fedefa5f798b
This commit is contained in:
parent
9417c719fb
commit
de6c31dd8e
1 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ export const REALM_OPTIONS: RealmOption[] = [
|
|||
"Build immersive experiences, collaborate with other creators, and unlock our full suite of development tools.",
|
||||
icon: GamepadIcon,
|
||||
gradient: "from-neon-purple to-aethex-500",
|
||||
route: "/game-development",
|
||||
route: "/gameforge",
|
||||
routeLabel: "Game Development",
|
||||
highlights: [
|
||||
"Advanced tooling and workflows",
|
||||
|
|
@ -74,7 +74,7 @@ export const REALM_OPTIONS: RealmOption[] = [
|
|||
"Engage AeThex teams for bespoke solutions, product consulting, and strategic execution across every milestone.",
|
||||
icon: BriefcaseIcon,
|
||||
gradient: "from-neon-blue to-aethex-400",
|
||||
route: "/consulting",
|
||||
route: "/corp",
|
||||
routeLabel: "Consulting",
|
||||
highlights: [
|
||||
"Project leadership & delivery",
|
||||
|
|
|
|||
Loading…
Reference in a new issue