/** @jsxImportSource https://esm.sh/react */ import { renderToString } from “npm:react-dom/server”; export default async function(req: Request) { return new Response( renderToString( Kobus van der Merwe

Kobus van der Merwe

Imago Therapist

, ), { headers: { “Content-Type”: “text/html”, }, }, ); } const itemStyle = { padding: “10px”, color: “white”, backgroundColor: “#ff748d”, borderRadius: “20px”, textDecoration: “none”, boxShadow: “0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)”, };