From 5a0d83ea061baf02f8bc86c7e44af5e5bea5e121 Mon Sep 17 00:00:00 2001 From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com> Date: Sat, 14 Jun 2025 16:08:59 +0000 Subject: [PATCH] Update all booking links to direct users to the new scheduling platform Reverts booking URLs from Acuity Scheduling to Setmore across the application. Replit-Commit-Author: Agent Replit-Commit-Session-Id: e4277a6e-587a-496e-8663-733446748f62 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/7e3e3642-8365-4dd5-a462-d6b8a9967652.jpg --- client/src/components/classes/classes-section.tsx | 2 +- client/src/components/home/cta-section.tsx | 2 +- client/src/components/home/hero-section.tsx | 2 +- client/src/components/navigation/footer.tsx | 4 ++-- client/src/pages/calendar-page.tsx | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/src/components/classes/classes-section.tsx b/client/src/components/classes/classes-section.tsx index 2b06280..0444550 100644 --- a/client/src/components/classes/classes-section.tsx +++ b/client/src/components/classes/classes-section.tsx @@ -57,7 +57,7 @@ export function ClassesSection() { )}
- +
diff --git a/client/src/components/home/cta-section.tsx b/client/src/components/home/cta-section.tsx index cedd533..db49dbe 100644 --- a/client/src/components/home/cta-section.tsx +++ b/client/src/components/home/cta-section.tsx @@ -10,7 +10,7 @@ export function CTASection() {
- +
@@ -95,7 +95,7 @@ export default function Footer() {