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 53e3757 commit 150392dCopy full SHA for 150392d
app/[lang]/(hyperjump)/products/data.ts
@@ -26,9 +26,8 @@ export function getCommercialProduct(lang: SupportedLanguage) {
26
{
27
title: productsCommercialData1Title(lang),
28
description: productsCommercialData1Text(lang),
29
- image: "/images/products/startGPT.svg"
30
- // urlLearnMore: "https://startgpt.hyperjump.tech/",
31
- // url: "https://startgpt.hyperjump.tech/"
+ image: "/images/products/startGPT.svg",
+ urlLearnMore: "https://startgpt.hyperjump.tech/"
32
},
33
34
title: productsCommercialData3Title(lang),
0 commit comments