diff --git a/src/Components/Sections/Services/Services.jsx b/src/Components/Sections/Services/Services.jsx index 8d477eb..af57cc7 100644 --- a/src/Components/Sections/Services/Services.jsx +++ b/src/Components/Sections/Services/Services.jsx @@ -35,40 +35,36 @@ const Services = ({ t, i18n }) => {
- {/* Left side - Features Cards */}
- {features.map((feature) => ( -
-
- -
-
-
- {feature.icon} -
-
-

- {feature.title} -

-

- {feature.description} -

-
-
-
-
- ))} + {features.map((feature) => ( +
+
+ +
+
+
+ {feature.icon} +
+
+

+ {feature.title} +

+

+ {feature.description} +

+
+
+
+
+))}
- - {/* Right side - Content with Gradient Background */}
- {/* Desktop Gradient Background */}
{ }} >
- - {/* Mobile/Tablet Gradient Background */}
{
- - {/* Decorative Elements */}
@@ -106,8 +98,6 @@ const Services = ({ t, i18n }) => {
- - {/* Content */}