Update /services route to redirect to /corp (second instance)

cgen-edd7907d264f4c8cac4ea20015b6aa72
This commit is contained in:
Builder.io 2025-11-13 04:36:42 +00:00
parent 35a7eae333
commit 5e989db0af

View file

@ -636,7 +636,8 @@ const App = () => (
<Route path="/contact" element={<Contact />} />
<Route path="/get-started" element={<GetStarted />} />
<Route path="/explore" element={<Explore />} />
<Route path="/services" element={<Services />} />
{/* Legacy /services redirect to /corp */}
<Route path="/services" element={<Navigate to="/corp" replace />} />
<Route path="/careers" element={<Careers />} />
{/* Legal routes */}