diff --git a/public/locales/common/en.json b/public/locales/common/en.json index 49eb539..1a303c9 100644 --- a/public/locales/common/en.json +++ b/public/locales/common/en.json @@ -18,13 +18,10 @@ }, "services": { "heading": { - "part1": "We've Got Your", - "part2": "Footprint", - "part3": "Bullsh", - "part4": "*", - "part5": "t Covered!" + "part1": "Unlock The Full ", + "part2": "Potential", + "part3": "Of Your Business" }, - "subheading": "Unlock the full potential of your business with our services.", "cards": { "marketing": { "card1": { diff --git a/public/locales/common/pt.json b/public/locales/common/pt.json index 848a18c..c150881 100644 --- a/public/locales/common/pt.json +++ b/public/locales/common/pt.json @@ -18,13 +18,10 @@ }, "services": { "heading": { - "part1": "Nós Cuidamos Da Tua", - "part2": "Presença", - "part3": "Digital", - "part4": " ", - "part5": "Por Completo!" + "part1": "Desbloqueia Todo O ", + "part2": "Potencial", + "part3": "Do Teu Negócio" }, - "subheading": "Desbloqueia todo o potencial do teu negócio com os nossos serviços.", "cards": { "marketing": { "card1": { diff --git a/src/Components/Pages/Services/Buttons.tsx b/src/Components/Pages/Services/Buttons.tsx index ea8bdec..c45b298 100644 --- a/src/Components/Pages/Services/Buttons.tsx +++ b/src/Components/Pages/Services/Buttons.tsx @@ -16,7 +16,7 @@ const Buttons = ({ changeActiveGroup }: props) => { }; return ( -
+
handleClick("markCards")} diff --git a/src/Components/Pages/Services/Services.tsx b/src/Components/Pages/Services/Services.tsx index bafa43a..7a4cb1f 100644 --- a/src/Components/Pages/Services/Services.tsx +++ b/src/Components/Pages/Services/Services.tsx @@ -8,7 +8,7 @@ const Services = () => { return (

- {t("services.heading.part1")}{" "} + {t("services.heading.part1")} {t("services.heading.part2")}{" "} {

{t("services.heading.part3")} - {t("services.heading.part4")} - {t("services.heading.part5")}

- -

{t("services.subheading")}

-
);