Services title change
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user