mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-23 13:41:02 +00:00
Better header
This commit is contained in:
@@ -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} />
|
||||
|
||||
@@ -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 */}
|
||||
|
||||
@@ -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"*/
|
||||
|
||||
Reference in New Issue
Block a user