diff --git a/client/public/landing-image-background.png b/client/public/landing-image-background.png
new file mode 100644
index 0000000..6951817
Binary files /dev/null and b/client/public/landing-image-background.png differ
diff --git a/client/public/landing-image-foreground.png b/client/public/landing-image-foreground.png
new file mode 100644
index 0000000..2ad0b90
Binary files /dev/null and b/client/public/landing-image-foreground.png differ
diff --git a/client/src/components/SetupRoot.tsx b/client/src/components/SetupRoot.tsx
index ebc1933..08264d2 100644
--- a/client/src/components/SetupRoot.tsx
+++ b/client/src/components/SetupRoot.tsx
@@ -8,11 +8,18 @@ const SetupRoot = () => {
const [option, setOption] = useState(SetupViewOption.None);
return (
- <>
+
{option === SetupViewOption.None && }
{option === SetupViewOption.New && }
{option === SetupViewOption.Join && }
- >
+
);
};
diff --git a/client/src/components/pages/LandingPage.tsx b/client/src/components/pages/LandingPage.tsx
index 9009b87..f150351 100644
--- a/client/src/components/pages/LandingPage.tsx
+++ b/client/src/components/pages/LandingPage.tsx
@@ -8,57 +8,64 @@ type LandingPageProps = {
};
const LandingPage = ({ setViewOption }: LandingPageProps) => (
-
-
-
5D Diplomacy
-
With Multiverse Time Travel
+
+
+
+
5D Diplomacy
+
With Multiverse Time Travel
+
+
+
+
+
+
+
-
- setViewOption(SetupViewOption.New)} />
- setViewOption(SetupViewOption.Join)} />
-
-
-
-
-
);
diff --git a/client/src/components/user-interface/common/Select.tsx b/client/src/components/user-interface/common/Select.tsx
index 182487a..3758a91 100644
--- a/client/src/components/user-interface/common/Select.tsx
+++ b/client/src/components/user-interface/common/Select.tsx
@@ -15,7 +15,7 @@ const Select =
({
setValue,
selectedValue,
}: SelectProps) => (
-