. Then replace PADDLE_PRICE_ID_HERE in the checkout buttons with your real Price IDs. That is all the code required. Paddle deposits money to your Payoneer account every month."},
].map(({n,title,detail}) => (
{n}
{title}
{detail}
))}
{/* Affiliate income */}
AFFILIATE REVENUE — EARN FROM DAY ONE, ZERO SETUP COST
{[
{name:"IELTS — British Council Affiliate", commission:"£15–20 per test registration referred", note:"Apply at britishcouncil.org/partners. Add your affiliate link to every IELTS requirement shown in the app.", url:"https://www.britishcouncil.org/exam/ielts"},
{name:"Magoosh IELTS & GRE Prep", commission:"20% per sale (approx $14–30 per referral)", note:"Apply at magoosh.com/affiliates. Replace the Magoosh links in the app with your affiliate URL.", url:"https://magoosh.com/ielts/"},
{name:"Duolingo English Test", commission:"$20 per test purchased through your link", note:"Apply at partners.duolingo.com. Alternative to IELTS that growing numbers of universities now accept.", url:"https://englishtest.duolingo.com/"},
{name:"Coursera Research Courses", commission:"45% per course enrollment (approx $15–60)", note:"Apply at coursera.org/affiliates. Contextually shown when students ask about building research credentials.", url:"https://www.coursera.org/"},
].map(a => (
)}
{/* end main content */}
{/* ── FLOATING AI CHAT ── */}
{!showChat && (
)}
{showChat && (
🧭 AdmitNav AI
ADMISSIONS ADVISOR
{chatMessages.map((m, i) => (
{m.text}
))}
{chatMessages.length === 1 && (
{["Am I competitive for Germany PhD?","Best scholarships for Pakistan → UK","How to cold email a professor","DAAD vs Chevening — which to apply?"].map(q => (
))}
)}
setChatInput(e.target.value)} onKeyDown={e=>e.key==="Enter"&&sendChat()}
placeholder="Ask anything about your admissions journey..."
style={{flex:1, padding:"9px 13px", background:paper, border:`1px solid ${fog}`, borderRadius:7, color:ink, fontSize:12}} />