Services title change

This commit is contained in:
Fernando Videira
2024-06-21 18:23:38 +01:00
parent 3b7d973d27
commit 4fb64cfb88
4 changed files with 8 additions and 19 deletions
+3 -6
View File
@@ -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": {
+3 -6
View File
@@ -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": {
+1 -1
View File
@@ -16,7 +16,7 @@ const Buttons = ({ changeActiveGroup }: props) => {
};
return (
<div className="lg:px-40 flex flex-row 2xl:gap-8 gap-2 mx-2 md:gap-5 mt-10 mb-4 flex-wrap justify-center">
<div className="lg:px-40 flex flex-row 2xl:gap-8 gap-2 mx-2 md:gap-5 mt-5 lg:mt-10 mb-4 flex-wrap justify-center">
<CardBtn
title="Marketing"
onClick={() => handleClick("markCards")}
+1 -6
View File
@@ -8,7 +8,7 @@ const Services = () => {
return (
<div className="header-text">
<h1>
{t("services.heading.part1")}{" "}
{t("services.heading.part1")}
<span className="relative inline-block">
{t("services.heading.part2")}{" "}
<img
@@ -20,12 +20,7 @@ const Services = () => {
</h1>
<h1>
{t("services.heading.part3")}
<span className="gold-text">{t("services.heading.part4")}</span>
{t("services.heading.part5")}
</h1>
<h2 className="sub-header-text">{t("services.subheading")}</h2>
<ServiceCardContainer />
</div>
);