From be9812b049f92ade159f9a849526a0486b7a6234 Mon Sep 17 00:00:00 2001 From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com> Date: Fri, 13 Jun 2025 19:09:44 +0000 Subject: [PATCH] Improve the call to action section by extending the line and reducing space Adjusts CTASection component to extend the horizontal line and reduce padding using CSS classes. 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/18098a8b-235e-48e8-a390-53a6c498c2b5.jpg --- client/src/components/home/cta-section.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/src/components/home/cta-section.tsx b/client/src/components/home/cta-section.tsx index b04b868..f7f8078 100644 --- a/client/src/components/home/cta-section.tsx +++ b/client/src/components/home/cta-section.tsx @@ -2,7 +2,7 @@ import { Link } from "wouter"; export function CTASection() { return ( -
+

Ready to feel stronger, more connected, and at home in your body? @@ -16,10 +16,10 @@ export function CTASection() { Book a Class

- -
-
-
+ + +
+
);