We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85efd8 commit 763492cCopy full SHA for 763492c
app/[lang]/(hyperjump)/products/data.ts
@@ -24,7 +24,9 @@ export function getCommercialProduct(lang: SupportedLanguage) {
24
{
25
title: productsCommercialData1Title(lang),
26
description: productsCommercialData1Text(lang),
27
- image: "/images/products/startGPT.svg"
+ image: "/images/products/startGPT.svg",
28
+ urlLearnMore: "https://startgpt.hyperjump.tech/",
29
+ url: "https://startgpt.hyperjump.tech/"
30
},
31
32
0 commit comments