+ Redirecting to Class Schedule... +
++ You're being redirected to our class booking system. If you are not redirected automatically, + please click the button below. +
+ + Go to Class Schedule + +diff --git a/client/src/App.tsx b/client/src/App.tsx
index f9e7b84..b428c02 100644
--- a/client/src/App.tsx
+++ b/client/src/App.tsx
@@ -11,6 +11,7 @@ import ClassesPage from "@/pages/classes-page";
import CommunityPage from "@/pages/community-page";
import ContactPage from "@/pages/contact-page";
import AuthPage from "@/pages/auth-page";
+import CalendarPage from "@/pages/calendar-page";
import NotFound from "@/pages/not-found";
import { ProtectedRoute } from "./lib/protected-route";
import Header from "@/components/navigation/header";
@@ -26,6 +27,7 @@ function Router() {
+ You're being redirected to our class booking system. If you are not redirected automatically, + please click the button below. +
+ + Go to Class Schedule + +