diff --git a/app/javascript/images/floppy-1.svg b/app/javascript/images/floppy-1.svg
new file mode 100644
index 000000000..08c1e4a6c
--- /dev/null
+++ b/app/javascript/images/floppy-1.svg
@@ -0,0 +1,64 @@
+
diff --git a/app/javascript/images/floppy-2.svg b/app/javascript/images/floppy-2.svg
new file mode 100644
index 000000000..d57a72a72
--- /dev/null
+++ b/app/javascript/images/floppy-2.svg
@@ -0,0 +1,64 @@
+
diff --git a/app/javascript/images/floppy-3.svg b/app/javascript/images/floppy-3.svg
new file mode 100644
index 000000000..2fe8ef399
--- /dev/null
+++ b/app/javascript/images/floppy-3.svg
@@ -0,0 +1,64 @@
+
diff --git a/app/javascript/images/header-cybre-alt.jpg b/app/javascript/images/header-cybre-alt.jpg
new file mode 100644
index 000000000..4d2b6b3a8
Binary files /dev/null and b/app/javascript/images/header-cybre-alt.jpg differ
diff --git a/app/javascript/images/header-cybre-colour.jpg b/app/javascript/images/header-cybre-colour.jpg
new file mode 100644
index 000000000..2d1b5b4f0
Binary files /dev/null and b/app/javascript/images/header-cybre-colour.jpg differ
diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml
index 31cae08ed..a1f9d1dc8 100644
--- a/app/views/about/show.html.haml
+++ b/app/views/about/show.html.haml
@@ -8,6 +8,8 @@
= render partial: 'shared/og'
.landing-page.alternative
+ .header
+ = image_tag asset_pack_path('header-cybre-alt.jpg'), alt: @instance_presenter.site_title
.container
.grid
.column-0
@@ -37,13 +39,13 @@
- if Setting.timeline_preview
.column-2
.landing-page__hero
- = image_tag @instance_presenter.hero&.file&.url || @instance_presenter.thumbnail&.file&.url || asset_pack_path('preview.jpg'), alt: @instance_presenter.site_title
+ = image_tag @instance_presenter.hero&.file&.url || @instance_presenter.thumbnail&.file&.url || asset_pack_path('background-cybre.png'), alt: @instance_presenter.site_title
.landing-page__information
.landing-page__short-description
.row
.landing-page__logo
- = image_tag asset_pack_path('logo_transparent.svg'), alt: 'Mastodon'
+ = image_tag asset_pack_path('logo-cybre.png'), alt: 'Cybrespace'
%h1
= @instance_presenter.site_title
@@ -64,7 +66,12 @@
%span= t 'about.status_count_after', count: @instance_presenter.status_count
.row__mascot
.landing-page__mascot
- = image_tag asset_pack_path('elephant_ui_plane.svg')
+ .floats.float-1
+ = image_tag asset_pack_path('floppy-3.svg')
+ .floats.float-2
+ = image_tag asset_pack_path('floppy-1.svg')
+ .floats.float-3
+ = image_tag asset_pack_path('floppy-2.svg')
- else
.column-2.non-preview