From b9c086060c64623a1eca490b789f155e42c6098c Mon Sep 17 00:00:00 2001 From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com> Date: Fri, 13 Jun 2025 19:07:32 +0000 Subject: [PATCH] Improve layout of key website sections and simplify subscription text Adds a line break after the CTA button and shortens the newsletter subscription button text. 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/83c8f763-fc28-4c2d-abb4-b7eeed34f6e9.jpg --- client/src/components/home/cta-section.tsx | 1 + client/src/components/navigation/footer.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/components/home/cta-section.tsx b/client/src/components/home/cta-section.tsx index 487cdc0..2ed5f7d 100644 --- a/client/src/components/home/cta-section.tsx +++ b/client/src/components/home/cta-section.tsx @@ -16,6 +16,7 @@ export function CTASection() { Book a Class +
); diff --git a/client/src/components/navigation/footer.tsx b/client/src/components/navigation/footer.tsx index d2a3d83..af6be7e 100644 --- a/client/src/components/navigation/footer.tsx +++ b/client/src/components/navigation/footer.tsx @@ -120,7 +120,7 @@ export default function Footer() { Subscribing... ) : ( - "Subscribe to Newsletter" + "Subscribe" )}