nvis-fe-cms-libs 2.0.1 → 2.0.2
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.
|
@@ -393,19 +393,19 @@ var __async = (__this, __arguments, generator) => {
|
|
|
393
393
|
};
|
|
394
394
|
const items = [
|
|
395
395
|
{
|
|
396
|
-
icon: "
|
|
396
|
+
icon: "light_bulb",
|
|
397
397
|
title: t("about.companyValues.vision") || "Tầm nhìn",
|
|
398
398
|
text: cleanHtmlContent(safeCompanyData.vision) || "Tầm nhìn của chúng tôi sẽ được cập nhật trong thời gian tới.",
|
|
399
399
|
bgClass: "bg-gradient-brand"
|
|
400
400
|
},
|
|
401
401
|
{
|
|
402
|
-
icon: "
|
|
402
|
+
icon: "rocket",
|
|
403
403
|
title: t("about.companyValues.mission") || "Sứ mệnh",
|
|
404
404
|
text: cleanHtmlContent(safeCompanyData.mission) || "Sứ mệnh của chúng tôi sẽ được cập nhật trong thời gian tới.",
|
|
405
405
|
bgClass: "bg-gradient-accent"
|
|
406
406
|
},
|
|
407
407
|
{
|
|
408
|
-
icon: "
|
|
408
|
+
icon: "diamond",
|
|
409
409
|
title: t("about.companyValues.coreValues") || "Giá trị cốt lõi",
|
|
410
410
|
text: cleanHtmlContent(safeCompanyData.coreValues) || "Giá trị cốt lõi của chúng tôi sẽ được cập nhật trong thời gian tới.",
|
|
411
411
|
bgClass: "bg-gradient-brand"
|
|
@@ -455,7 +455,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
455
455
|
"div",
|
|
456
456
|
{
|
|
457
457
|
className: `w-10 h-10 rounded-lg flex items-center justify-center text-white text-xl flex-shrink-0 ${item.bgClass}`,
|
|
458
|
-
children: item.icon
|
|
458
|
+
children: /* @__PURE__ */ jsxRuntimeExports.jsx(DynamicIcon, { name: item.icon, className: "w-6 h-6" })
|
|
459
459
|
}
|
|
460
460
|
),
|
|
461
461
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex-1 min-w-0", children: [
|
|
@@ -570,7 +570,6 @@ var __async = (__this, __arguments, generator) => {
|
|
|
570
570
|
}
|
|
571
571
|
),
|
|
572
572
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "inline-flex items-center px-4 py-2 rounded-full border bg-white/20 border-white/40 text-inverse text-small font-medium", children: [
|
|
573
|
-
"🚀 ",
|
|
574
573
|
safeT("aboutCompany.hero.establishedYear", { year: establishedYear }),
|
|
575
574
|
" - ",
|
|
576
575
|
safeT("aboutCompany.hero.experience", { years: experienceYears })
|