diff --git a/client/src/components/home/cta-section.tsx b/client/src/components/home/cta-section.tsx index ed93bfa..814551d 100644 --- a/client/src/components/home/cta-section.tsx +++ b/client/src/components/home/cta-section.tsx @@ -2,28 +2,18 @@ import { Link } from "wouter"; export function CTASection() { return ( -
+
-

+

Ready to feel stronger, more connected, and at home in your body? -

+ -

- Start with your breath. Start today. -

- -
+
- Join a Class - - - Contact Fadia + Book a Class
diff --git a/client/src/pages/home-page.tsx b/client/src/pages/home-page.tsx index b819780..780aad5 100644 --- a/client/src/pages/home-page.tsx +++ b/client/src/pages/home-page.tsx @@ -21,8 +21,8 @@ export default function HomePage() { - + ); }