diff --git a/client/src/components/home/cta-section.tsx b/client/src/components/home/cta-section.tsx index 814551d..0da5664 100644 --- a/client/src/components/home/cta-section.tsx +++ b/client/src/components/home/cta-section.tsx @@ -1,20 +1,36 @@ import { Link } from "wouter"; +import { useAuth } from "@/hooks/use-auth"; export function CTASection() { + const { user } = useAuth(); + return ( -
-
-

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

- -
- - Book a Class - +
+
+
+
+

+ Create Your Personal Account +

+

+ Join our community to book classes, track your progress, and connect with other Pilates enthusiasts. +

+
+ +
+ + {user ? "My Account" : "Sign Up"} + + + Book a Class + +