export default function Landing({ onLogin }: { onLogin: () => void }) { return (

Cardify

Learn smarter with flashcards & spaced repetition

{["HTTP", "JWT", "REST"].map(t => (

{t}

Sample definition

))}
); }