From facd9f986d7538e844a931fd2a7f31088b553d53 Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Sun, 18 Jan 2026 14:06:54 +0000 Subject: [PATCH] Update components/cta.tsx --- components/cta.tsx | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 components/cta.tsx diff --git a/components/cta.tsx b/components/cta.tsx new file mode 100644 index 0000000..d67ca9c --- /dev/null +++ b/components/cta.tsx @@ -0,0 +1,45 @@ +"use client"; +import React from "react"; +import Balancer from "react-wrap-balancer"; + +import { Button } from "./ui/button"; +export const CTA = () => { + return ( +
+
+
+
+
+
+ +
+

+ Ready to build your predictable outbound engine? +

+

+ + Stop guessing. Start closing. Book your strategy call today and see how we can scale your pipeline. + +

+ +
+ +
+
+
+
+
+
+ ); +};