@windrun-huaiin/third-ui 5.1.2 → 5.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2705,17 +2705,17 @@ var import_next_intl7 = require("next-intl");
2705
2705
  var import_jsx_runtime39 = require("react/jsx-runtime");
2706
2706
  function CTA() {
2707
2707
  const t = (0, import_next_intl7.useTranslations)("cta");
2708
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("section", { className: "container mx-auto px-4 py-20", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "bg-gradient-to-r from-purple-200 to-pink-300 rounded-3xl p-12 text-center text-white bg-[length:200%_auto] animate-cta-gradient-wave", children: [
2708
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("section", { className: "container mx-auto px-4 py-20", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "\n bg-gradient-to-r from-[#f7f8fa] via-[#e0c3fc] to-[#b2fefa]\n dark:bg-gradient-to-r dark:from-[#2d0b4e] dark:via-[#6a3fa0] dark:to-[#3a185a]\n rounded-2xl p-12 text-center\n bg-[length:200%_auto] animate-cta-gradient-wave\n ", children: [
2709
2709
  /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("h2", { className: "text-3xl md:text-4xl font-bold mb-6", children: [
2710
2710
  t("title"),
2711
2711
  " ",
2712
2712
  /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "text-purple-400", children: t("eyesOn") }),
2713
2713
  "?"
2714
2714
  ] }),
2715
- /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("p", { className: "text-xl max-w-2xl mx-auto mb-8 text-white/80", children: [
2715
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("p", { className: "text-2xl mx-auto mb-8", children: [
2716
2716
  t("description1"),
2717
2717
  /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("br", {}),
2718
- t("description2")
2718
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "text-purple-400", children: t("description2") })
2719
2719
  ] }),
2720
2720
  /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2721
2721
  GradientButton,