nvis-fe-cms-libs 2.1.2 → 2.1.3
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.
|
@@ -4883,13 +4883,13 @@ const HeroBannerSection = ({ data, t, isDarkMode, imageBaseUrl = "" }) => {
|
|
|
4883
4883
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "relative max-w-7xl mx-auto px-6 sm:px-8 lg:px-12", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex flex-col lg:flex-row items-center justify-between gap-8 lg:gap-12", children: [
|
|
4884
4884
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "w-full lg:w-1/2 lg:pr-8 lg:self-start lg:pt-8", children: [
|
|
4885
4885
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
4886
|
-
"
|
|
4886
|
+
"div",
|
|
4887
4887
|
{
|
|
4888
|
-
className: "
|
|
4888
|
+
className: "leading-tight mb-6",
|
|
4889
4889
|
style: {
|
|
4890
4890
|
color: isDarkMode ? "#F8FAFC" : "#1E3888"
|
|
4891
4891
|
},
|
|
4892
|
-
|
|
4892
|
+
dangerouslySetInnerHTML: { __html: bannerData.name }
|
|
4893
4893
|
}
|
|
4894
4894
|
),
|
|
4895
4895
|
bannerData.description && /* @__PURE__ */ jsxRuntimeExports.jsx(
|