Better header

This commit is contained in:
momo5502
2025-08-23 18:09:38 +02:00
parent 6244b21af6
commit 0a8a5a8355
4 changed files with 13 additions and 21 deletions

View File

@@ -19,42 +19,34 @@
content="Sogen is a high-performance Windows user space emulator that can emulate windows processes. It is ideal for security-, DRM- or malware research."
data-react-helmet="true"
/>
<meta
property="og:site_name"
content="Sogen - Windows User Space Emulator"
data-react-helmet="true"
/>
<meta
property="og:title"
content="Sogen - Windows User Space Emulator"
data-react-helmet="true"
/>
<meta property="og:site_name" content="Sogen" data-react-helmet="true" />
<meta property="og:title" content="Sogen" data-react-helmet="true" />
<meta
property="og:description"
content="Sogen is a high-performance Windows user space emulator that can emulate windows processes. It is ideal for security-, DRM- or malware research."
content="A high-performance Windows user space emulator."
data-react-helmet="true"
/>
<meta property="og:locale" content="en-us" data-react-helmet="true" />
<meta property="og:type" content="website" data-react-helmet="true" />
<meta
name="og:image"
content="https://repository-images.githubusercontent.com/842883987/9e56f43b-4afd-464d-85b9-d7e555751a39"
content="https://momo5502.com/emulator/preview.png"
data-react-helmet="true"
/>
<meta name="twitter:card" content="summary" data-react-helmet="true" />
<meta
name="twitter:title"
content="Sogen - Windows User Space Emulator"
name="twitter:card"
content="summary_large_image"
data-react-helmet="true"
/>
<meta name="twitter:title" content="Sogen" data-react-helmet="true" />
<meta
name="twitter:description"
content="Sogen is a high-performance Windows user space emulator that can emulate windows processes. It is ideal for security-, DRM- or malware research."
content="A high-performance Windows user space emulator."
data-react-helmet="true"
/>
<meta
name="twitter:image"
content="https://repository-images.githubusercontent.com/842883987/9e56f43b-4afd-464d-85b9-d7e555751a39"
content="https://momo5502.com/emulator/preview.png"
data-react-helmet="true"
/>
</head>

View File

@@ -19,7 +19,7 @@ export function Header(props: HeaderProps) {
<meta property="og:locale" content="en-us" />
<meta property="og:type" content="website" />
<meta name="og:image" content={image} />
<meta name="twitter:card" content="summary" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content={props.title} />
<meta name="twitter:description" content={props.description} />
<meta name="twitter:image" content={image} />

View File

@@ -80,8 +80,8 @@ export function LandingPage() {
return (
<>
<Header
title="Sogen - Windows User Space Emulator"
description="Sogen is a high-performance Windows user space emulator that can emulate windows processes. It is ideal for security-, DRM- or malware research."
title="Sogen"
description="A high-performance Windows user space emulator."
/>
<div className="flex flex-col min-h-screen bg-gradient-to-br from-zinc-900 via-neutral-900 to-black">
{/* Hero Section with Animated Background */}

View File

@@ -293,7 +293,7 @@ export class Playground extends React.Component<
<>
<Header
title="Sogen - Playground"
description="Playground to test and run Sogen, the Windows user space emulator, right in your browser."
description="Playground to test and run Sogen, a Windows user space emulator, right in your browser."
preload={
[
/*"./emulator-worker.js", "./analyzer.js", "./analyzer.wasm"*/