We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687ada5 commit eb8a885Copy full SHA for eb8a885
app/[lang]/(hyperjump)/products/data.ts
@@ -19,7 +19,8 @@ export function getCommercialProduct(lang: SupportedLanguage) {
19
{
20
title: productsCommercialData2Title(lang),
21
description: productsCommercialData2Text(lang),
22
- image: "/images/products/media-pulse.svg"
+ image: "/images/products/media-pulse.svg",
23
+ urlLearnMore: "https://mediapulse.hyperjump.tech/"
24
},
25
26
title: productsCommercialData1Title(lang),
0 commit comments