Conversation
| @react.component | ||
| let make = () => { | ||
| <section className="flex justify-center"> | ||
| // We only need this font on the homepage, so we load it here instead of globally to save some bandwidth for users who navigate to other pages directly |
| <div className="max-w-1060 flex flex-col items-center px-5 sm:px-8 lg:box-content"> | ||
| <h1 className="hl-title text-center max-w-212"> | ||
| {React.string("Fast, Simple, Fully Typed JavaScript from the Future")} | ||
| {React.string("JavaScript Made Simple for Humans and AI")} |
There was a problem hiding this comment.
I'll wait until he can take a look at it before I merge it in.
|
Font btw was Red Hat Mono Bold |
| <section className="flex justify-center"> | ||
| // We only need this font on the homepage, so we load it here instead of globally to save some bandwidth for users who navigate to other pages directly | ||
| <link | ||
| href="https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@700&display=swap" |
There was a problem hiding this comment.
<link href="https://fonts.googleapis.com/css2?family=Red+Hat+Mono,wght@700&display=swap" rel="stylesheet">
maybe try this one
Cloudflare deploymentDeployement ID: 38c066f9-4dcb-4742-944b-3ac79b2d3f93 ⛅️ wrangler 4.63.0 (update available 4.84.1) ✨ Uploading _redirects |




Updates the home page heading text to use the "types > vibes" slogan and to mention AI prominently.