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 @@
PulseEngine
-
Formally verified WebAssembly for safety-critical systems
+
Formally Verified WebAssembly for Safety-Critical Systems
+
Rust toolchain — static fusion, verified optimization, supply chain attestation
+
Explore the toolchain →
pulseengine.eu
diff --git a/static/og-image.png b/static/og-image.png index 1029e4b..d3f43a1 100644 Binary files a/static/og-image.png and b/static/og-image.png differ diff --git a/templates/base.html b/templates/base.html index 296e03d..787a923 100644 --- a/templates/base.html +++ b/templates/base.html @@ -32,7 +32,7 @@ {% else %} - + {% endif %} @@ -50,7 +50,7 @@ {% else %} - + {% endif %}