Add Imagine PH promo to console

This commit is contained in:
Aditya Oberai
2026-01-27 15:34:35 +00:00
parent 6a84d6e397
commit ce7c8a6aa8
+5 -5
View File
@@ -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
},