Skip to content

Commit afe175e

Browse files
authored
feat: hide link (#143)
1 parent 763492c commit afe175e

File tree

1 file changed

+5
-4
lines changed
  • app/[lang]/(hyperjump)/products

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,16 @@ export function getCommercialProduct(lang: SupportedLanguage) {
2020
title: productsCommercialData2Title(lang),
2121
description: productsCommercialData2Text(lang),
2222
image: "/images/products/media-pulse.svg"
23+
// urlLearnMore: "https://mediapulse.hyperjump.tech/",
24+
// url: "https://mediapulse.hyperjump.tech/"
2325
},
2426
{
2527
title: productsCommercialData1Title(lang),
2628
description: productsCommercialData1Text(lang),
27-
image: "/images/products/startGPT.svg",
28-
urlLearnMore: "https://startgpt.hyperjump.tech/",
29-
url: "https://startgpt.hyperjump.tech/"
29+
image: "/images/products/startGPT.svg"
30+
// urlLearnMore: "https://startgpt.hyperjump.tech/",
31+
// url: "https://startgpt.hyperjump.tech/"
3032
},
31-
3233
{
3334
title: productsCommercialData3Title(lang),
3435
description: productsCommercialData3Text(lang),

0 commit comments

Comments
 (0)