From f09f6bfdf104db88cf6181b425446af64a595188 Mon Sep 17 00:00:00 2001 From: BlackDives Date: Sun, 30 Apr 2023 13:06:35 -0500 Subject: [PATCH] SR-002: Background change --- src/pages/index.tsx | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) 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} +

+
+ ))} +
);