Update the appearance of the main welcome area on the homepage
Updates the HeroSection background color from `bg-purple` to `bg-purple-light` in `client/src/components/home/hero-section.tsx`. 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/b26dd199-9fc7-4619-8952-6729040df284.jpg
This commit is contained in:
parent
49c652be2e
commit
6b6e0ac6f6
|
|
@ -30,9 +30,9 @@ export function HeroSection() {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div className="py-16 text-center bg-purple">
|
||||
<div className="py-16 text-center bg-purple-light">
|
||||
<div className="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<p className="text-2xl md:text-3xl font-normal" style={{ color: "#ffffff" }}>
|
||||
<p className="text-2xl md:text-3xl font-normal text-gray-800">
|
||||
Online pilates classes to help you feel stronger and more connected to your body and breath
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue