Make description text match the title's color for visual consistency
Updates the description text color to match the title color in ClassesSection component. Replit-Commit-Author: Agent Replit-Commit-Session-Id: e524de2d-167c-4bad-8c36-b012186a210b Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/04f98d46-2770-4434-b3e7-c394e967c42f.jpg
This commit is contained in:
parent
d61513cacf
commit
3a8e00beb5
|
|
@ -17,7 +17,7 @@ export function ClassesSection() {
|
|||
<h2 className="text-3xl md:text-4xl font-playfair font-semibold text-rose mb-4">
|
||||
Available Classes
|
||||
</h2>
|
||||
<p className="max-w-3xl mx-auto text-gray-600">
|
||||
<p className="max-w-3xl mx-auto text-rose">
|
||||
Join personalized classes where you'll discover strength, flexibility, and mindfulness.
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue