Skip to content

Commit 7ab47ed

Browse files
authored
Copy: Change Service Clients Copy (#26)
1 parent 351dc92 commit 7ab47ed

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

app/(services)/services/components/hero.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ export default function Hero({ lang }: { lang: SupportedLanguage }) {
1010
return (
1111
<section className="relative h-[415px] w-full bg-services-hero px-4 text-center text-hyperjump-black">
1212
<div className="mx-auto flex h-full max-w-3xl flex-col items-center justify-center pt-16">
13-
<h1 className="mb-4 text-4xl font-medium text-hyperjump-black md:text-[40px]">
13+
<h1 className="mb-4 text-2xl font-medium text-hyperjump-black sm:text-4xl md:text-[40px]">
1414
{servicesHeroHeading(lang)}
1515
</h1>
16-
<p className="text-lg text-hyperjump-gray">{servicesHeroDesc(lang)}</p>
16+
<p className="text-base text-hyperjump-gray sm:text-lg">
17+
{servicesHeroDesc(lang)}
18+
</p>
1719
</div>
1820
</section>
1921
);

locales/en/services.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"hero": {
3-
"heading": "Engineering, Product, and Strategy—Delivered as a Service",
4-
"desc": "From audits to builds to leadership, Hyperjump helps you scale smarterfaster"
3+
"heading": "Engineering, Product, and Strategy",
4+
"desc": "From audits to builds to leadership, Hyperjump helps you scale smarter and faster"
55
},
66
"heading": "Our Services, Your Solution",
77
"see_more": "See More Detail",
88
"cta": {
99
"heading": "Not sure where to start?",
10-
"desc": "Lets talk about your tech goals and point you in the right direction.",
10+
"desc": "Let's talk about your tech goals and point you in the right direction.",
1111
"label": "Talk to us"
1212
},
1313
"ctoaas": {
@@ -51,7 +51,7 @@
5151
}
5252
},
5353
"partners": {
54-
"Heading": "Our Trusted Partners",
55-
"desc": "Were proud to be trusted by companies across industries. These are just a few of themmany more continue to grow with us behind the scenes."
54+
"Heading": "Trusted by Industry Leaders",
55+
"desc": "We're proud to be trusted by companies across industries. These are just a few of them, many more continue to grow with us behind the scenes."
5656
}
5757
}

0 commit comments

Comments
 (0)