diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 41c7ca5..8c3023a 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -71,24 +71,28 @@ const Services = () => { ]; return ( -
-
-

- What we can do for you -

-
-
- {Services.map((data) => ( -
- service-icon -

{data.title}

-
-

{data.description}

-
- ))} +
+
+
+

+ What we can do for you +

+
+
+ {Services.map((data) => ( +
+ service-icon +

{data.title}

+
+

+ {data.description} +

+
+ ))} +
);