From a8cba4796f54bce23e4c238d2202e8a6b4d61c40 Mon Sep 17 00:00:00 2001 From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com> Date: Sat, 14 Jun 2025 13:33:59 +0000 Subject: [PATCH] Update class scheduling links to direct users to the correct booking page Replaces all instances of the Acuity Scheduling URL with the new scheduling URL (https://pilateswithfadia.as.me/) in various components and pages. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4e6c05fd-c3ab-4c7a-a010-ae0a45d94f12 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/6c80fc8a-c4f4-4173-b1c3-12348ccfe72d.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 | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/src/components/classes/classes-section.tsx b/client/src/components/classes/classes-section.tsx index d2fb1d0..2b06280 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 a83276c..cedd533 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() {