Visual edit
Replit-Commit-Author: Agent Replit-Commit-Session-Id: e4277a6e-587a-496e-8663-733446748f62 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/3c7c0a5f-21fd-4ee4-8561-6ea34f34bfe0.jpg
This commit is contained in:
parent
1c1d4ee372
commit
4621d99dc1
|
|
@ -2,7 +2,7 @@ import { Link } from "wouter";
|
|||
|
||||
export function CTASection() {
|
||||
return (
|
||||
<section className="py-16 pb-8 text-white" style={{ backgroundColor: '#B55076' }}>
|
||||
<section className="py-16 pb-8 text-white bg-[#b5507680]" style={{ backgroundColor: '#B55076' }}>
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
||||
<h3 className="text-2xl md:text-3xl font-playfair font-semibold mb-8">
|
||||
Ready to feel stronger, more connected, and at home in your body?
|
||||
|
|
@ -19,7 +19,6 @@ export function CTASection() {
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="w-full">
|
||||
<hr className="border-white border-opacity-30" />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue