diff --git a/app/[lang]/(hyperjump)/products/data.ts b/app/[lang]/(hyperjump)/products/data.ts index 89445e78..4944590b 100644 --- a/app/[lang]/(hyperjump)/products/data.ts +++ b/app/[lang]/(hyperjump)/products/data.ts @@ -29,11 +29,6 @@ export function getCommercialProduct(lang: SupportedLanguage) { image: "/images/products/startGPT.svg" // urlLearnMore: "https://startgpt.hyperjump.tech/", // url: "https://startgpt.hyperjump.tech/" - }, - { - title: productsCommercialData3Title(lang), - description: productsCommercialData3Text(lang), - image: "/images/products/voxa.svg" } ]; }