diff --git a/client/App.tsx b/client/App.tsx index 697ea04b..2b273957 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -68,6 +68,9 @@ import PressKit from "./pages/PressKit"; import Projects from "./pages/Projects"; import ProjectsAdmin from "./pages/ProjectsAdmin"; import Directory from "./pages/Directory"; +import Wix from "./pages/Wix"; +import WixCaseStudies from "./pages/WixCaseStudies"; +import WixFaq from "./pages/WixFaq"; import { Analytics } from "@vercel/analytics/react"; const queryClient = new QueryClient(); @@ -197,6 +200,9 @@ const App = () => ( } /> {/* Informational routes */} + } /> + } /> + } /> } /> } /> } />