Skip to content

Commit ce7c8a6

Browse files
committed
Add Imagine PH promo to console
1 parent 6a84d6e commit ce7c8a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/routes/(console)/bottomAlerts.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ const listOfPromotions: BottomModalAlertItem[] = [];
1313

1414
if (isCloud && SHOW_IMAGINE_PROMO) {
1515
const imaginePromo: BottomModalAlertItem = {
16-
id: 'modal:imagine.dev',
16+
id: 'modal:imagine-ph-launch',
1717
backgroundComponent: Imagine,
18-
title: 'Introducing Imagine',
19-
message: 'The most complete AI builder to date',
18+
title: 'Imagine is live on Product Hunt',
19+
message: 'Ask questions, share feedback, and support the launch',
2020
importance: 8,
2121
scope: 'everywhere',
2222
plan: 'free',
2323
cta: {
24-
text: 'Try it now',
24+
text: 'Head to Product Hunt',
2525
color: {
2626
light: '#FFFFFF',
2727
dark: '#000000'
@@ -34,7 +34,7 @@ if (isCloud && SHOW_IMAGINE_PROMO) {
3434
light: '#333333',
3535
dark: '#CCCCCC'
3636
},
37-
link: () => 'https://imagine.dev',
37+
link: () => 'https://www.producthunt.com/products/imagine-2?launch=imagine-00018118-5267-43ba-b456-efeeb7cbfbc9',
3838
external: true,
3939
hideOnClick: true
4040
},

0 commit comments

Comments
 (0)