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:
Copilot 2026-01-10 12:34:57 -08:00 committed by GitHub
parent f6ba8a2b78
commit 4a605d30cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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' }}