Skip to content

Commit 150392d

Browse files
committed
Add: Add a link from the StartGPT card to its landing page
1 parent 53e3757 commit 150392d

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ export function getCommercialProduct(lang: SupportedLanguage) {
2626
{
2727
title: productsCommercialData1Title(lang),
2828
description: productsCommercialData1Text(lang),
29-
image: "/images/products/startGPT.svg"
30-
// urlLearnMore: "https://startgpt.hyperjump.tech/",
31-
// url: "https://startgpt.hyperjump.tech/"
29+
image: "/images/products/startGPT.svg",
30+
urlLearnMore: "https://startgpt.hyperjump.tech/"
3231
},
3332
{
3433
title: productsCommercialData3Title(lang),

0 commit comments

Comments
 (0)