nvis-fe-cms-libs 1.1.9 → 1.1.10

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