From ce7c8a6aa8780227bf71b1f685526dfd53db5ca3 Mon Sep 17 00:00:00 2001 From: Aditya Oberai Date: Tue, 27 Jan 2026 15:34:35 +0000 Subject: [PATCH] Add Imagine PH promo to console --- src/routes/(console)/bottomAlerts.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/routes/(console)/bottomAlerts.ts b/src/routes/(console)/bottomAlerts.ts index 1d0d86045..83f09c9fc 100644 --- a/src/routes/(console)/bottomAlerts.ts +++ b/src/routes/(console)/bottomAlerts.ts @@ -13,15 +13,15 @@ const listOfPromotions: BottomModalAlertItem[] = []; if (isCloud && SHOW_IMAGINE_PROMO) { const imaginePromo: BottomModalAlertItem = { - id: 'modal:imagine.dev', + id: 'modal:imagine-ph-launch', backgroundComponent: Imagine, - title: 'Introducing Imagine', - message: 'The most complete AI builder to date', + title: 'Imagine is live on Product Hunt', + message: 'Ask questions, share feedback, and support the launch', importance: 8, scope: 'everywhere', plan: 'free', cta: { - text: 'Try it now', + text: 'Head to Product Hunt', color: { light: '#FFFFFF', dark: '#000000' @@ -34,7 +34,7 @@ if (isCloud && SHOW_IMAGINE_PROMO) { light: '#333333', dark: '#CCCCCC' }, - link: () => 'https://imagine.dev', + link: () => 'https://www.producthunt.com/products/imagine-2?launch=imagine-00018118-5267-43ba-b456-efeeb7cbfbc9', external: true, hideOnClick: true },