diff --git a/config.toml b/config.toml index 3b4e273..a62b873 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ base_url = "https://pulseengine.eu" title = "PulseEngine" -description = "The formally verified WebAssembly Component Model engine for safety-critical systems" +description = "The formally verified WebAssembly Component Model engine for safety-critical systems. Static fusion, verified optimization, and supply chain attestation in Rust." default_language = "en" compile_sass = true build_search_index = false diff --git a/static/og-image-generator.html b/static/og-image-generator.html index 648dcb9..54efd6c 100644 --- a/static/og-image-generator.html +++ b/static/og-image-generator.html @@ -49,13 +49,31 @@ margin-bottom: 24px; } .accent { color: #6c8cff; } + .headline { + font-size: 32px; + font-weight: 600; + color: #e1e4ed; + margin-bottom: 20px; + letter-spacing: -0.5px; + } .subtitle { - font-size: 28px; + font-size: 24px; font-weight: 400; color: #8b90a0; line-height: 1.4; max-width: 800px; margin: 0 auto; + margin-bottom: 32px; + } + .cta { + display: inline-block; + font-size: 18px; + font-weight: 600; + color: #0f1117; + background: #6c8cff; + padding: 10px 28px; + border-radius: 6px; + letter-spacing: 0.5px; } .url { position: absolute; @@ -76,7 +94,9 @@