Register pricing route

cgen-fc340fec1f864df8bcdf6fa0d928962c
This commit is contained in:
Builder.io 2025-10-03 23:53:12 +00:00
parent 1e77404379
commit ffb14d2433

View file

@ -85,6 +85,8 @@ const App = () => (
<Route path="/game-development" element={<GameDevelopment />} />
<Route path="/consulting" element={<DevelopmentConsulting />} />
<Route path="/mentorship" element={<MentorshipPrograms />} />
<Route path="/pricing" element={<Pricing />} />
<Route path="/engage" element={<Pricing />} />
<Route path="/research" element={<ResearchLabs />} />
<Route path="/labs" element={<ResearchLabs />} />