From 76175d0da588eb2d5d5291cc89024f152b76d00b Mon Sep 17 00:00:00 2001 From: Denny Pradipta Date: Wed, 14 Jan 2026 15:15:20 +0700 Subject: [PATCH] Fix: Remove Voxa from Products Page --- app/[lang]/(hyperjump)/products/data.ts | 5 ----- 1 file changed, 5 deletions(-) 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" } ]; }