+ 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 + +From e8c665aa994db93cac8807f9619298b6f89062de Mon Sep 17 00:00:00 2001
From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com>
Date: Wed, 21 May 2025 13:01:44 +0000
Subject: [PATCH] Deployed your application
Replit-Commit-Author: Deployment
Replit-Commit-Session-Id: d004b9e1-f9be-46e2-acda-f440ccd644a9
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/1d29b869-93e3-49ca-ae93-df533f6b984f.jpg
Replit-Commit-Deployment-Build-Id: 1d289b27-d327-4494-b2e9-abcd11c714d2
---
client/src/App.tsx | 2 ++
client/src/components/home/cta-section.tsx | 2 +-
client/src/components/home/hero-section.tsx | 2 +-
client/src/pages/calendar-page.tsx | 33 +++++++++++++++++++++
4 files changed, 37 insertions(+), 2 deletions(-)
create mode 100644 client/src/pages/calendar-page.tsx
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 + +