diff --git a/public/landing.png b/public/landing.png
deleted file mode 100644
index b36e94a..0000000
Binary files a/public/landing.png and /dev/null differ
diff --git a/public/landing.webm b/public/landing.webm
new file mode 100644
index 0000000..040bcd9
Binary files /dev/null and b/public/landing.webm differ
diff --git a/public/landing.webp b/public/landing.webp
new file mode 100644
index 0000000..726dadb
Binary files /dev/null and b/public/landing.webp differ
diff --git a/src/App.svelte b/src/App.svelte
index 8a96792..0a78853 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -1,14 +1,12 @@
+
-
-
-
+
+ {#if useVideo}
+
+ {:else}
+

+ {/if}
+
+
+
+
diff --git a/src/LandingPage/NavigationHeader.scss b/src/LandingPage/NavigationHeader.scss
index 767be01..48449f9 100644
--- a/src/LandingPage/NavigationHeader.scss
+++ b/src/LandingPage/NavigationHeader.scss
@@ -1,7 +1,8 @@
.navigation-header {
position: relative;
- height: 116.03px;
+ height: 128px;
width: 100%;
+ padding-bottom: 120px;
}
.navigation-header-items {
@@ -11,7 +12,7 @@
align-items: center;
justify-content: flex-end;
position: absolute;
- right: 79.79px;
+ right: 96px;
top: 28px;
}
diff --git a/src/LandingPage/Splash.scss b/src/LandingPage/Splash.scss
index 9d9de12..ec40892 100644
--- a/src/LandingPage/Splash.scss
+++ b/src/LandingPage/Splash.scss
@@ -1,9 +1,11 @@
.splash {
position: relative;
max-width: 95%;
- top: 0px;
+ bottom: 0;
+ padding-top: 128px;
padding-bottom: 128px;
- padding-right: 32px
+ padding-right: 32px;
+ z-index: 3;
}
.splash-copy {
@@ -44,6 +46,9 @@
.splash-button {
background: var(--background);
+ outline-style: solid;
+ outline-width: 2px;
+ outline-color: var(--cpalettemedium);
border-radius: 8px;
padding: 18px 32px 18px 32px;
position: relative;