Skip to content

Commit 763492c

Browse files
authored
Feat: Add url StartGPT in product page (#142)
* Feat: Add url StartGPT in product page * fix code
1 parent b85efd8 commit 763492c

File tree

1 file changed

+3
-1
lines changed
  • app/[lang]/(hyperjump)/products

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ export function getCommercialProduct(lang: SupportedLanguage) {
2424
{
2525
title: productsCommercialData1Title(lang),
2626
description: productsCommercialData1Text(lang),
27-
image: "/images/products/startGPT.svg"
27+
image: "/images/products/startGPT.svg",
28+
urlLearnMore: "https://startgpt.hyperjump.tech/",
29+
url: "https://startgpt.hyperjump.tech/"
2830
},
2931

3032
{

0 commit comments

Comments
 (0)