(div :class "flex flex-col items-center gap-6 p-8 bg-stone-50" (h1 :class "text-3xl font-bold text-stone-800" "SX Native Browser") (p :class "text-stone-500" "Rendering s-expressions directly to pixels") (div :class "flex gap-4 items-center" (div :class "p-4 rounded-lg bg-white border border-stone-200 shadow" (h3 :class "font-bold text-stone-700" "No HTML") (p :class "text-sm text-stone-500" "This is not a web page")) (div :class "p-4 rounded-lg bg-white border border-stone-200 shadow" (h3 :class "font-bold text-stone-700" "No CSS") (p :class "text-sm text-stone-500" "Tailwind classes parsed to native styles")) (div :class "p-4 rounded-lg bg-white border border-stone-200 shadow" (h3 :class "font-bold text-stone-700" "No JavaScript") (p :class "text-sm text-stone-500" "The SX evaluator does everything"))) (div :class "p-6 rounded-lg bg-violet-600" (p :class "text-white text-lg font-bold" "5,000 lines of OCaml instead of 35 million lines of browser engine")))