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

+ Prêt à rejoindre la communauté des érudits ? +

+

+ + Get instant access to our state of the art project and join + the waitlist. + +

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