From 71b30b8987a988135058f88f9875210e6da404db Mon Sep 17 00:00:00 2001 From: Ebube Date: Mon, 28 Aug 2023 18:42:12 +0100 Subject: [PATCH] . --- src/components/HomeOne/ServicesHomeOne.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/HomeOne/ServicesHomeOne.js b/src/components/HomeOne/ServicesHomeOne.js index 93d229e..44d7fcd 100644 --- a/src/components/HomeOne/ServicesHomeOne.js +++ b/src/components/HomeOne/ServicesHomeOne.js @@ -6,7 +6,7 @@ import IconFour from '../../assets/images/icon/walleticon.png'; function ServiceItem({ icon, title, description, index }) { return ( -
+
{title}
@@ -17,6 +17,7 @@ function ServiceItem({ icon, title, description, index }) { } function ServicesHomeOne({ className }) { + const serviceTitle = "Start getting paid in easy steps." const serviceItems = [ { icon: IconOne, @@ -47,7 +48,7 @@ function ServicesHomeOne({ className }) {

- Start getting paid in easy steps. + {serviceTitle}