From 23982cc0e6b6856b9e3daf96e57414e4c057579f Mon Sep 17 00:00:00 2001 From: Rahaf Date: Fri, 16 Jan 2026 22:37:13 +0300 Subject: [PATCH] Edit services --- src/Components/Sections/Services/Services.jsx | 58 ++++++++----------- 1 file changed, 24 insertions(+), 34 deletions(-) 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 */}