Skip to content

Commit 4c0ece9

Browse files
authored
Fix: Update service page (#124)
1 parent e5e7044 commit 4c0ece9

File tree

6 files changed

+131
-151
lines changed

6 files changed

+131
-151
lines changed

app/[lang]/(hyperjump)/products/data.ts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import {
22
mainProject0Text,
33
mainProject0Title,
4-
mainProject1Text,
5-
mainProject1Title,
64
mainProject2Text,
75
mainProject2Title,
86
ourProductsCommercialData1Text,
@@ -16,16 +14,16 @@ import type { SupportedLanguage } from "@/locales/.generated/types";
1614

1715
export function getCommercialProduct(lang: SupportedLanguage) {
1816
return [
19-
{
20-
title: ourProductsCommercialData1Title(lang),
21-
description: ourProductsCommercialData1Text(lang),
22-
image: "/images/products/startGPT.svg"
23-
},
2417
{
2518
title: ourProductsCommercialData2Title(lang),
2619
description: ourProductsCommercialData2Text(lang),
2720
image: "/images/products/media-pulse.svg"
2821
},
22+
{
23+
title: ourProductsCommercialData1Title(lang),
24+
description: ourProductsCommercialData1Text(lang),
25+
image: "/images/products/startGPT.svg"
26+
},
2927
{
3028
title: ourProductsCommercialData3Title(lang),
3129
description: ourProductsCommercialData3Text(lang),

app/[lang]/(hyperjump)/services/page.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import {
99
type SupportedLanguage
1010
} from "@/locales/.generated/types";
1111
import {
12-
servicesHeading,
1312
servicesPartnersHeading,
1413
servicesPartnersDesc,
1514
servicesSeeMore,
@@ -61,9 +60,6 @@ export default async function Services({ params }: ServicesProps) {
6160
<main className="bg-white">
6261
<Hero lang={lang} />
6362
<div className="xxl:max-w-7xl mx-auto flex w-full max-w-6xl flex-wrap items-center justify-center px-4 pb-15 text-center md:px-20 xl:px-0">
64-
<h3 className="text-hyperjump-black mb-8 text-[28px] font-medium md:mb-14 md:text-[40px]">
65-
{servicesHeading(lang)}
66-
</h3>
6763
<section className="space-y-16">
6864
{services(lang).map(({ slug }, index) => (
6965
<Service

locales/en/services.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"hero": {
3-
"heading": "Engineering, Product, and Strategy",
3+
"heading": "Transforming Tech Challenges into Scalable Solutions",
44
"desc": "From audits to builds to leadership, Hyperjump helps you scale smarter and faster"
55
},
6-
"heading": "Our Services, Your Solution",
76
"see_more": "See More Detail",
87
"best_for": "Best for",
98
"what_is": "What is",

locales/id/services.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"hero": {
3-
"heading": "Engineering, Produk, dan Strategi dalam satu layanan",
3+
"heading": "Mentransformasi Tantangan Teknologi Menjadi Solusi yang Skalabel",
44
"desc": "Mulai dari audit hingga pembangunan dan kepemimpinan, Hyperjump membantu Anda berkembang lebih cepat dan cerdas."
55
},
6-
"heading": "Layanan Kami, Solusi Anda",
76
"see_more": "Lihat Detail Lengkap",
87
"best_for": "Cocok untuk",
98
"what_is": "Apa itu",

0 commit comments

Comments
 (0)