File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
app/[lang]/(hyperjump)/products Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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 ) ,
You can’t perform that action at this time.
0 commit comments