From 71124dd1243b1174f371f1c1b38f14166a20561a Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 4 Oct 2025 00:10:45 +0000 Subject: [PATCH] Switch pricing route to engage cgen-2c8f98aa493f444ca63013dac91632ee --- client/App.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/client/App.tsx b/client/App.tsx index bb9dcaa2..4229c9bd 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -16,7 +16,7 @@ import GameDevelopment from "./pages/GameDevelopment"; import DevelopmentConsulting from "./pages/DevelopmentConsulting"; import MentorshipPrograms from "./pages/MentorshipPrograms"; import ResearchLabs from "./pages/ResearchLabs"; -import Pricing from "./pages/Pricing"; +import Engage from "./pages/Pricing"; import Documentation from "./pages/Documentation"; import DocsLayout from "./pages/DocsLayout"; import DocsOverview from "./pages/docs/DocsOverview"; @@ -85,8 +85,11 @@ const App = () => ( } /> } /> } /> - } /> - } /> + } /> + } + /> } /> } />