mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
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:
parent
69f7f3ea9d
commit
d707568961
1 changed files with 10 additions and 2 deletions
|
|
@ -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 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 minimum balance.
|
||||
</Balancer>
|
||||
</Text>
|
||||
</Flex>
|
||||
</Box>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue