@@ -60,7 +60,7 @@ export const FirstSection = ({ content }: { content: any }) => {
6060 ) }
6161 >
6262 < div className = "group-hover:translate-y-[3px] transition-transform uppercase" >
63- { ( globalThis as any ) . translations . apply_now_tickets || 'Apply For Tickets ' }
63+ { ( globalThis as any ) . translations . learn_more || 'Apply Now ' }
6464 </ div >
6565 </ button >
6666 </ Link >
@@ -638,8 +638,8 @@ export const ExtraSectionAddedLater = () => {
638638 < br />
639639 < br />
640640 < span className = "text-sm" >
641- < span className = "text-[#eca159]" > You also get:</ span > free tickets, and discounts for your community
642- or team, visibility across official Devconnect channels, and an on-chain certificate as an official
641+ < span className = "text-[#eca159]" > You also get:</ span > free tickets and discounts for your community or
642+ team, visibility across official Devconnect channels, and an on-chain certificate as an official
643643 Devconnect Fren
644644 </ span >
645645 </ div >
@@ -658,15 +658,25 @@ export const ExtraSectionAddedLater = () => {
658658 </ p >
659659 </ div >
660660
661+ < div className = "text-white/90 mt-2 text-xl text-center flex flex-col gap-2" >
662+ < div > Request Tickets & Discounts : Until tickets are sold out </ div >
663+ < div >
664+ Scholarship applications open: < span className = "font-medium text-[#eca159]" > October 15</ span >
665+ </ div >
666+ < div >
667+ Scholarship announcements: < span className = "font-medium text-[#eca159]" > October 30</ span >
668+ </ div >
669+ </ div >
670+
661671 < Link href = "https://ef-events.notion.site/EWFrens-Program-Destino-Support-278638cdc4158077837dc3de2bd471ae" >
662672 < button
663673 className = { cn (
664- 'border-solid border-b-[6px] group px-8 py-2 mt-2 border-[#F58A36] text-[#36364C] text-xl font-semibold bg-[#ffa94e] hover:bg-[#f5a236] transition-colors hover:border-opacity-0' ,
674+ 'border-solid border-b-[6px] group px-8 py-2 mt-4 border-[#F58A36] text-[#36364C] text-xl font-semibold bg-[#ffa94e] hover:bg-[#f5a236] transition-colors hover:border-opacity-0' ,
665675 styles [ 'tiled-button' ]
666676 ) }
667677 >
668678 < div className = "group-hover:translate-y-[3px] transition-transform uppercase" >
669- { ( globalThis as any ) . translations . apply_now_tickets || 'Apply For Tickets ' }
679+ { ( globalThis as any ) . translations . apply_now_tickets || 'Apply Now ' }
670680 </ div >
671681 </ button >
672682 </ Link >
0 commit comments