From cdad829218757c35e1e570bbb30f39fb1f6c99ab Mon Sep 17 00:00:00 2001 From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com> Date: Fri, 13 Jun 2025 18:04:34 +0000 Subject: [PATCH] Update class booking button to align with site's overall purple color scheme Change CTA button class in `cta-section.tsx` from `bg-white text-teal` to `bg-purple text-white`. Replit-Commit-Author: Agent 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/bb95419d-0dfc-4c19-81a3-e7631e834460.jpg --- client/src/components/home/cta-section.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/home/cta-section.tsx b/client/src/components/home/cta-section.tsx index add0e13..487cdc0 100644 --- a/client/src/components/home/cta-section.tsx +++ b/client/src/components/home/cta-section.tsx @@ -11,7 +11,7 @@ export function CTASection() {