mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Remove $20 promotional copy from HCB application page (#1772)
Co-authored-by: YodaLightsabr <76178582+YodaLightsabr@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
parent
f6ba8a2b78
commit
4a605d30cf
1 changed files with 0 additions and 31 deletions
|
|
@ -10,36 +10,6 @@ import Watermark from '../../../components/fiscal-sponsorship/apply/watermark'
|
|||
import ContactBanner from '../../../components/fiscal-sponsorship/contact'
|
||||
import ApplicationForm from '../../../components/fiscal-sponsorship/apply/application-form'
|
||||
import { MultiStepProvider } from '../../../components/fiscal-sponsorship/apply/multi-step-context'
|
||||
import Balancer from 'react-wrap-balancer'
|
||||
|
||||
function PromoCTA() {
|
||||
return (
|
||||
<Box
|
||||
as="section"
|
||||
sx={{
|
||||
borderRadius: 'default',
|
||||
color: 'muted',
|
||||
}}
|
||||
>
|
||||
<Heading as="h2" variant="subheadline" sx={{ mb: 2, color: 'black' }}>
|
||||
Get $20 to jumpstart your project
|
||||
</Heading>
|
||||
<Text variant="body">
|
||||
<Balancer>
|
||||
Apply by 12/31/25 and complete onboarding by 1/31/26 to receive a $20 bonus in your organization balance.<br /><span style={{ marginTop: 5, display: 'block' }}>Terms apply:</span>
|
||||
</Balancer>
|
||||
</Text>
|
||||
|
||||
<ul style={{ paddingLeft: '20px', marginTop: 0 }}>
|
||||
<li>Must be teen-led (18 or under)</li>
|
||||
<li>Teen applicant must be the organization owner</li>
|
||||
<li>Hack Club HQ affiliated projects (e.g. Campfire) are ineligible</li>
|
||||
<li>Clubs welcome</li>
|
||||
</ul>
|
||||
</Box>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
export default function Apply() {
|
||||
const router = useRouter()
|
||||
|
|
@ -133,7 +103,6 @@ export default function Apply() {
|
|||
</Heading>
|
||||
<Text variant="caption">{heroCaption}</Text>
|
||||
</Box>
|
||||
<PromoCTA />
|
||||
<HCBInfo />
|
||||
<ContactBanner
|
||||
sx={{ borderRadius: 'default', bg: 'snow', width: 'fit-content' }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue