Skip to content

Commit eb8a885

Browse files
authored
Add: add mediaPulse url (#139)
1 parent 687ada5 commit eb8a885

File tree

1 file changed

+2
-1
lines changed
  • app/[lang]/(hyperjump)/products

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ export function getCommercialProduct(lang: SupportedLanguage) {
1919
{
2020
title: productsCommercialData2Title(lang),
2121
description: productsCommercialData2Text(lang),
22-
image: "/images/products/media-pulse.svg"
22+
image: "/images/products/media-pulse.svg",
23+
urlLearnMore: "https://mediapulse.hyperjump.tech/"
2324
},
2425
{
2526
title: productsCommercialData1Title(lang),

0 commit comments

Comments
 (0)