From aebfdaa8231dec9f2ab01eca9f8e308ba38f2cf4 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 04:35:58 +0000 Subject: [PATCH] Add redirects from /services and /consulting to /corp cgen-8796a15dec1b4b0586d3aaec4516b4e1 --- client/App.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/App.tsx b/client/App.tsx index 76b89b3d..16bb2648 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -322,10 +322,13 @@ const App = () => ( path="/game-development" element={} /> + {/* Legacy redirects - consolidated into /corp */} } + element={} /> + } /> + }