diff --git a/page/index.html b/page/index.html
index 4d886350..0393cae0 100644
--- a/page/index.html
+++ b/page/index.html
@@ -2,8 +2,23 @@
-
+
+
+
+ Sogen - Windows User Space Emulator
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/page/src/Header.tsx b/page/src/Header.tsx
index fa8a1ea9..61475bdf 100644
--- a/page/src/Header.tsx
+++ b/page/src/Header.tsx
@@ -2,12 +2,26 @@ import { Helmet } from 'react-helmet';
export interface HeaderProps {
title: string;
+ description: string;
}
+const image = "https://repository-images.githubusercontent.com/842883987/9e56f43b-4afd-464d-85b9-d7e555751a39";
+
export function Header(props: HeaderProps) {
return (
{props.title}
+
+
+
+
+
+
+
+
+
+
+
);
}
diff --git a/page/src/LandingPage.tsx b/page/src/LandingPage.tsx
index f967775d..8f9a59dc 100644
--- a/page/src/LandingPage.tsx
+++ b/page/src/LandingPage.tsx
@@ -54,7 +54,7 @@ export function LandingPage() {
return (
<>
-
+
{/* Hero Section */}
diff --git a/page/src/Playground.tsx b/page/src/Playground.tsx
index d2914d96..e479fa4f 100644
--- a/page/src/Playground.tsx
+++ b/page/src/Playground.tsx
@@ -97,7 +97,7 @@ export function Playground() {
return (
<>
-
+