Skip to content

Commit e84debe

Browse files
authored
Add: Link MediaPulse product card to its landing page (#178)
1 parent 16db745 commit e84debe

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • app/[lang]/(hyperjump)/products

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ export function getCommercialProduct(lang: SupportedLanguage) {
2121
{
2222
title: productsCommercialData2Title(lang),
2323
description: productsCommercialData2Text(lang),
24-
image: "/images/products/media-pulse.svg"
25-
// urlLearnMore: "https://mediapulse.hyperjump.tech/",
26-
// url: "https://mediapulse.hyperjump.tech/"
24+
image: "/images/products/media-pulse.svg",
25+
urlLearnMore: "https://mediapulse.hyperjump.tech/"
2726
},
2827
{
2928
title: productsCommercialData1Title(lang),

0 commit comments

Comments
 (0)