completionId: cgen-47949a807e1f4d7592c7f80c5b3a638b

cgen-47949a807e1f4d7592c7f80c5b3a638b
This commit is contained in:
Builder.io 2025-11-06 23:44:30 +00:00
parent 7c595e5a69
commit 2f0b5f399d

View file

@ -160,17 +160,17 @@ const App = () => (
<Route path="/signup" element={<SignupRedirect />} />
<Route path="/reset-password" element={<ResetPassword />} />
{/* Service routes */}
<Route path="/game-development" element={<GameDevelopment />} />
<Route path="/consulting" element={<DevelopmentConsulting />} />
{/* Original Service routes - kept for backwards compatibility */}
<Route path="/research" element={<ResearchLabs />} />
<Route path="/research-labs" element={<ResearchLabs />} />
<Route path="/game-dev" element={<GameDevelopment />} />
<Route path="/dev-consulting" element={<DevelopmentConsulting />} />
<Route path="/mentorship" element={<MentorshipPrograms />} />
<Route path="/engage" element={<Engage />} />
<Route
path="/pricing"
element={<Navigate to="/engage" replace />}
/>
<Route path="/research" element={<ResearchLabs />} />
<Route path="/labs" element={<ResearchLabs />} />
{/* New Arm Landing Pages */}
<Route path="/labs" element={<Labs />} />