Services title change
This commit is contained in:
@@ -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")}
|
||||
|
||||
@@ -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