nvis-fe-cms-libs 1.1.7 → 1.1.9

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.
@@ -585,32 +585,32 @@ var __async = (__this, __arguments, generator) => {
585
585
  /* @__PURE__ */ jsxRuntimeExports.jsxs(
586
586
  "p",
587
587
  {
588
- className: `text-lg leading-relaxed mb-4 ${isDarkMode ? "text-gray-300" : "text-gray-200"}`,
588
+ className: `text-lg mb-4 flex flex-wrap items-center ${isDarkMode ? "text-gray-100" : "text-gray-900"}`,
589
589
  children: [
590
- /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "font-semibold text-white", children: [
590
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "font-semibold text-yellow-400 whitespace-nowrap", children: [
591
591
  '"',
592
592
  safeT("aboutCompany.hero.trustedPartner"),
593
593
  '"'
594
594
  ] }),
595
- " "
595
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
596
+ "span",
597
+ {
598
+ dangerouslySetInnerHTML: { __html: shortDescription },
599
+ className: "[&_p]:inline [&_p]:m-0 ml-1"
600
+ }
601
+ )
596
602
  ]
597
603
  }
598
604
  ),
599
- /* @__PURE__ */ jsxRuntimeExports.jsx(
600
- "div",
601
- {
602
- dangerouslySetInnerHTML: { __html: shortDescription },
603
- className: `prose max-w-none transition-colors ${isDarkMode ? "prose-invert text-gray-300" : "text-gray-600"}`
604
- }
605
- ),
606
605
  /* @__PURE__ */ jsxRuntimeExports.jsxs(
607
606
  "div",
608
607
  {
609
- className: `inline-flex items-center px-4 py-2 rounded-full border text-sm font-medium ${isDarkMode ? "bg-gray-800/70 border-gray-600 text-gray-300" : "bg-white/20 border-white/40 text-white"}`,
608
+ className: `inline-flex items-center px-4 py-2 rounded-full border text-sm font-medium mb-6 ${isDarkMode ? "bg-gray-800/70 border-gray-600 text-gray-300" : "bg-white/20 border-white/40 text-white"}`,
610
609
  children: [
611
610
  "🚀 ",
612
611
  safeT("aboutCompany.hero.establishedYear", { year: establishedYear }),
613
- " - ",
612
+ " -",
613
+ " ",
614
614
  safeT("aboutCompany.hero.experience", { years: experienceYears })
615
615
  ]
616
616
  }