Add stickers and $20 CTA (#1740)

Co-authored-by: rluo.dev <34289582+rluodev@users.noreply.github.com>
Co-authored-by: Gary Tou <gary@garytou.com>
This commit is contained in:
Manu Gurudath 2025-12-04 15:24:50 -08:00 committed by GitHub
parent 69f7f3ea9d
commit d707568961
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,6 +124,8 @@ function MobileAppAlert() {
<strong style={{ fontSize: 23 }}>HCB Mobile is here!</strong>
<br />
Manage your HCB organizations on the go. Issue cards, view transactions, and more!
<br />
Get <strong>limited edition</strong> stickers by downloading the app and signing in.
</span>
<Box
@ -734,8 +736,14 @@ const [mobileInstalls, setMobileInstalls] = useState(0)
Apply now
</Button>
</Link>
<Text as="p" variant="lead" sx={{ color: 'white', mb: [0, 0] }}>
<Balancer>No startup fees, no&nbsp;minimum balance.</Balancer>
<Text as="p" variant="lead" sx={{ color: "white", mb: [0, 0] }}>
<strong>$20 to kick off your mission!</strong>
</Text>
<Text as="p" variant="lead" sx={{ fontSize: [16, 18], color: "white", mt: [0, 0] }}>
<Balancer>
If you apply before <strong>December 31st, 2025</strong> and complete onboarding by <strong>January 31st, 2026</strong>,<br />we'll add $20 to your organization's balance!
No startup fees, no&nbsp;minimum balance.
</Balancer>
</Text>
</Flex>
</Box>