diff --git a/src/view/Landing/components/Sides.jsx b/src/view/Landing/components/Sides.jsx index 0f81f2e..7518068 100644 --- a/src/view/Landing/components/Sides.jsx +++ b/src/view/Landing/components/Sides.jsx @@ -11,16 +11,16 @@ export default function ExpertiseSection() { { key: "fmcg", icon: ShoppingBag, - color: "bg-blue-50 dark:bg-blue-950", - iconColor: "text-blue-600 dark:text-blue-400", - borderColor: "border-blue-100 dark:border-blue-800", + color: "bg-blue-50 ", + iconColor: "text-blue-600 ", + borderColor: "border-blue-100 ", }, { key: "construction", icon: Construction, - color: "bg-amber-50 dark:bg-amber-950", - iconColor: "text-amber-600 dark:text-amber-400", - borderColor: "border-amber-100 dark:border-amber-800", + color: "bg-amber-50 ", + iconColor: "text-amber-600 ", + borderColor: "border-amber-100 ", }, ] @@ -28,7 +28,7 @@ export default function ExpertiseSection() {
-

+

{t("title")}

@@ -44,27 +44,27 @@ export default function ExpertiseSection() { service.color, )} > -
+
-

+

{t(`${service.key}.title`)}

-

+

{t(`${service.key}.subtitle`)}

-

+

{t(`${service.key}.description`)}

- + Learn more