nvis-fe-cms-libs 1.1.25 → 1.1.26

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.
@@ -700,53 +700,7 @@ var __async = (__this, __arguments, generator) => {
700
700
  ] }) });
701
701
  }
702
702
  return /* @__PURE__ */ jsxRuntimeExports.jsx("section", { className: `py-20 ${isDarkMode ? "bg-gray-800" : "bg-white"}`, children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8", children: [
703
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "text-center mb-12", children: [
704
- /* @__PURE__ */ jsxRuntimeExports.jsx(
705
- "div",
706
- {
707
- className: `relative inline-block px-4 py-2 rounded-full text-sm font-semibold mb-4 border transition-all duration-300 transform hover:scale-105 shadow-md hover:shadow-lg overflow-hidden ${isDarkMode ? "bg-gradient-to-br from-slate-900 via-blue-900 to-indigo-900 text-emerald-300 border-blue-800" : "bg-white text-emerald-800 border-gray-200"}`,
708
- children: isDarkMode && /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
709
- /* @__PURE__ */ jsxRuntimeExports.jsx(
710
- "div",
711
- {
712
- className: "absolute w-12 h-12 bg-white/5 rounded-full",
713
- style: { left: "10%", top: "20%" }
714
- }
715
- ),
716
- /* @__PURE__ */ jsxRuntimeExports.jsx(
717
- "div",
718
- {
719
- className: "absolute w-10 h-10 bg-white/5 rounded-full",
720
- style: { right: "30%", bottom: "10%" }
721
- }
722
- ),
723
- /* @__PURE__ */ jsxRuntimeExports.jsx(
724
- "div",
725
- {
726
- className: "absolute w-14 h-14 bg-white/5 rounded-md",
727
- style: { left: "20%", bottom: "30%" }
728
- }
729
- ),
730
- /* @__PURE__ */ jsxRuntimeExports.jsx(
731
- "div",
732
- {
733
- className: 'absolute inset-0 bg-[url("data:image/svg+xml,%3Csvg width=\\\\\\"60\\\\\\" height=\\\\\\"60\\\\\\" viewBox=\\\\\\"0 0 60 60\\\\\\" xmlns=\\\\\\"http://www.w3.org/2000/svg\\\\\\"%3E%3Cg fill=\\\\\\"none\\\\\\" fill-rule=\\\\\\"evenodd\\\\\\"%3E%3Cg fill=\\\\\\"%23ffffff\\\\\\" fill-opacity=\\\\\\"0.05\\\\\\"%3E%3Ccircle cx=\\\\\\"30\\\\\\" cy=\\\\\\"30\\\\\\" r=\\\\\\"2\\\\\\"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")] opacity-20'
734
- }
735
- )
736
- ] })
737
- }
738
- ),
739
- /* @__PURE__ */ jsxRuntimeExports.jsx(
740
- "h2",
741
- {
742
- className: `text-3xl lg:text-4xl font-bold mb-4 ${isDarkMode ? "text-white" : "text-gray-900"}`,
743
- children: /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "block bg-gradient-to-r from-emerald-600 to-teal-600 bg-clip-text text-transparent", children: [
744
- "📈 ",
745
- sectionTitle
746
- ] })
747
- }
748
- )
749
- ] }),
703
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-center mb-12", children: /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "block bg-gradient-to-r from-emerald-600 to-teal-600 bg-clip-text text-transparent", children: sectionTitle }) }),
750
704
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "relative", children: [
751
705
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "absolute left-1/2 transform -translate-x-1/2 w-1 h-full bg-gradient-to-b from-blue-500 to-purple-600 rounded-full" }),
752
706
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "space-y-8", children: timelineData.map((milestone, index2) => /* @__PURE__ */ jsxRuntimeExports.jsxs(
@@ -4760,7 +4714,7 @@ var __async = (__this, __arguments, generator) => {
4760
4714
  onMouseEnter: (e) => {
4761
4715
  e.currentTarget.style.transform = "translateY(-8px)";
4762
4716
  e.currentTarget.style.boxShadow = isDarkMode ? "0 20px 25px -5px rgba(0, 0, 0, 0.5)" : "0 20px 25px -5px rgba(0, 0, 0, 0.15)";
4763
- e.currentTarget.style.borderColor = "#1638f9ff";
4717
+ e.currentTarget.style.borderColor = "#361985ff";
4764
4718
  },
4765
4719
  onMouseLeave: (e) => {
4766
4720
  e.currentTarget.style.transform = "translateY(0)";
@@ -4811,7 +4765,7 @@ var __async = (__this, __arguments, generator) => {
4811
4765
  fontSize: "16px",
4812
4766
  fontWeight: "600",
4813
4767
  color: "#fff",
4814
- backgroundColor: "#f97316",
4768
+ backgroundColor: "#361985ff",
4815
4769
  border: "none",
4816
4770
  borderRadius: "9999px",
4817
4771
  cursor: "pointer",
@@ -4819,11 +4773,11 @@ var __async = (__this, __arguments, generator) => {
4819
4773
  boxShadow: "0 4px 6px -1px rgba(249, 115, 22, 0.3)"
4820
4774
  },
4821
4775
  onMouseEnter: (e) => {
4822
- e.currentTarget.style.backgroundColor = "#ea580c";
4776
+ e.currentTarget.style.backgroundColor = "#361985ff";
4823
4777
  e.currentTarget.style.transform = "translateY(-2px)";
4824
4778
  },
4825
4779
  onMouseLeave: (e) => {
4826
- e.currentTarget.style.backgroundColor = "#f97316";
4780
+ e.currentTarget.style.backgroundColor = "#361985ff";
4827
4781
  e.currentTarget.style.transform = "translateY(0)";
4828
4782
  },
4829
4783
  children: [
@@ -4978,7 +4932,7 @@ var __async = (__this, __arguments, generator) => {
4978
4932
  fontSize: "16px",
4979
4933
  fontWeight: "600",
4980
4934
  color: "#fff",
4981
- backgroundColor: "#2563eb",
4935
+ backgroundColor: "#361985ff",
4982
4936
  border: "none",
4983
4937
  borderRadius: "9999px",
4984
4938
  cursor: "pointer",
@@ -4986,11 +4940,11 @@ var __async = (__this, __arguments, generator) => {
4986
4940
  boxShadow: "0 4px 6px -1px rgba(37, 99, 235, 0.3)"
4987
4941
  },
4988
4942
  onMouseEnter: (e) => {
4989
- e.currentTarget.style.backgroundColor = "#1d4ed8";
4943
+ e.currentTarget.style.backgroundColor = "#361985ff";
4990
4944
  e.currentTarget.style.transform = "translateY(-2px)";
4991
4945
  },
4992
4946
  onMouseLeave: (e) => {
4993
- e.currentTarget.style.backgroundColor = "#2563eb";
4947
+ e.currentTarget.style.backgroundColor = "#361985ff";
4994
4948
  e.currentTarget.style.transform = "translateY(0)";
4995
4949
  },
4996
4950
  children: [
@@ -5133,7 +5087,7 @@ var __async = (__this, __arguments, generator) => {
5133
5087
  fontSize: "16px",
5134
5088
  fontWeight: "600",
5135
5089
  color: "#ffffff",
5136
- backgroundColor: "#ef4444",
5090
+ backgroundColor: "#361985ff",
5137
5091
  border: "none",
5138
5092
  borderRadius: "50px",
5139
5093
  cursor: "pointer",
@@ -5141,12 +5095,12 @@ var __async = (__this, __arguments, generator) => {
5141
5095
  boxShadow: "0 4px 6px -1px rgba(239, 68, 68, 0.3)"
5142
5096
  },
5143
5097
  onMouseEnter: (e) => {
5144
- e.currentTarget.style.backgroundColor = "#dc2626";
5098
+ e.currentTarget.style.backgroundColor = "#361985ff";
5145
5099
  e.currentTarget.style.transform = "translateY(-2px)";
5146
5100
  e.currentTarget.style.boxShadow = "0 10px 15px -3px rgba(239, 68, 68, 0.4)";
5147
5101
  },
5148
5102
  onMouseLeave: (e) => {
5149
- e.currentTarget.style.backgroundColor = "#ef4444";
5103
+ e.currentTarget.style.backgroundColor = "#361985ff";
5150
5104
  e.currentTarget.style.transform = "translateY(0)";
5151
5105
  e.currentTarget.style.boxShadow = "0 4px 6px -1px rgba(239, 68, 68, 0.3)";
5152
5106
  },