@windrun-huaiin/third-ui 5.1.4 → 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.
- package/dist/main/index.js +3 -3
- package/dist/main/index.js.map +1 -1
- package/dist/main/index.mjs +3 -3
- package/dist/main/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/main/index.mjs
CHANGED
|
@@ -2666,17 +2666,17 @@ import { useTranslations as useTranslations7 } from "next-intl";
|
|
|
2666
2666
|
import { jsx as jsx39, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
2667
2667
|
function CTA() {
|
|
2668
2668
|
const t = useTranslations7("cta");
|
|
2669
|
-
return /* @__PURE__ */ jsx39("section", { className: "container mx-auto px-4 py-20", children: /* @__PURE__ */ jsxs15("div", { className: "bg-gradient-to-r from-
|
|
2669
|
+
return /* @__PURE__ */ jsx39("section", { className: "container mx-auto px-4 py-20", children: /* @__PURE__ */ jsxs15("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: [
|
|
2670
2670
|
/* @__PURE__ */ jsxs15("h2", { className: "text-3xl md:text-4xl font-bold mb-6", children: [
|
|
2671
2671
|
t("title"),
|
|
2672
2672
|
" ",
|
|
2673
2673
|
/* @__PURE__ */ jsx39("span", { className: "text-purple-400", children: t("eyesOn") }),
|
|
2674
2674
|
"?"
|
|
2675
2675
|
] }),
|
|
2676
|
-
/* @__PURE__ */ jsxs15("p", { className: "text-2xl
|
|
2676
|
+
/* @__PURE__ */ jsxs15("p", { className: "text-2xl mx-auto mb-8", children: [
|
|
2677
2677
|
t("description1"),
|
|
2678
2678
|
/* @__PURE__ */ jsx39("br", {}),
|
|
2679
|
-
t("description2")
|
|
2679
|
+
/* @__PURE__ */ jsx39("span", { className: "text-purple-400", children: t("description2") })
|
|
2680
2680
|
] }),
|
|
2681
2681
|
/* @__PURE__ */ jsx39(
|
|
2682
2682
|
GradientButton,
|