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
This commit is contained in:
parent
ab0484f16e
commit
cdad829218
|
|
@ -11,7 +11,7 @@ export function CTASection() {
|
||||||
<div className="flex justify-center">
|
<div className="flex justify-center">
|
||||||
<Link
|
<Link
|
||||||
href="/calendar"
|
href="/calendar"
|
||||||
className="bg-white text-teal font-bold py-4 px-10 rounded-md shadow-md hover:bg-opacity-90 transition duration-300 text-lg"
|
className="bg-purple text-white font-bold py-4 px-10 rounded-md shadow-md hover:bg-opacity-90 transition duration-300 text-lg"
|
||||||
>
|
>
|
||||||
Book a Class
|
Book a Class
|
||||||
</Link>
|
</Link>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue