diff --git a/components/cta.tsx b/components/cta.tsx new file mode 100644 index 0000000..1d7d00b --- /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 ( +
+
+
+
+
+
+ +
+

+ Envie d’un bon kebab ? +

+

+ + Découvrez nos délicieux kebabs faits maison avec des ingrédients frais. + +

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