diff --git a/src/components/Home/CTO/CTO.astro b/src/components/Home/CTO/CTO.astro
index 091c9d3..aa83f40 100644
--- a/src/components/Home/CTO/CTO.astro
+++ b/src/components/Home/CTO/CTO.astro
@@ -26,8 +26,7 @@ import abstractBg from "/src/assets/single-brand-bg-1.png";
-
+
-
-
Web3 Universal Storage
-
Get access to a universal network drive, powered by the Web3/dWeb cloud. Enjoy portability to any device or platform you wish.
-
-
-
Web3 Gateway
-
Install the Lume Web3 Extension and have a 1-click gateway into the Web3 internet on Opera, Vivaldi, Edge and Firefox.
-
-
-
Build Your Site, Censorship Free
-
Combining Lume and Skynet technologies, you can build a website just like you are on the Web2 internet.
-
-
-
Web3 Universal Storage
-
Get access to a universal network drive, powered by the Web3/dWeb cloud. Enjoy portability to any device or platform you wish.
-
-
-
Web3 Gateway
-
Install the Lume Web3 Extension and have a 1-click gateway into the Web3 internet on Opera, Vivaldi, Edge and Firefox.
-
-
-
Build Your Site, Censorship Free
-
Combining Lume and Skynet technologies, you can build a website just like you are on the Web2 internet.
-
-
diff --git a/src/components/Home/Grid/Grid.scss b/src/components/Home/Grid/Grid.scss
deleted file mode 100644
index 0abf404..0000000
--- a/src/components/Home/Grid/Grid.scss
+++ /dev/null
@@ -1,3 +0,0 @@
-#grid {
- padding-top: 5.5em;
-}
diff --git a/src/components/Home/Meme/Meme.scss b/src/components/Home/Meme/Meme.scss
deleted file mode 100644
index aa65e1a..0000000
--- a/src/components/Home/Meme/Meme.scss
+++ /dev/null
@@ -1,94 +0,0 @@
-@import "/src/styles/mixins.scss";
-@import "/src/styles/vars.scss";
-
-#meme {
- display: flex;
- align-items: center;
- padding: 12em 7.5%;
- gap: 10em;
-
- .feature-group {
- max-width: 64em;
- }
-
- .meme-items {
- display: flex;
- flex-direction: column;
- align-items: center;
- gap: 1.5em;
- }
-
- .meme-item {
- display: flex;
- align-items: center;
- gap: 2em;
-
- div {
- flex-shrink: 0;
- display: flex;
- align-items: center;
- gap: 2em;
- }
-
- img {
- @include fluid-width(13.125rem);
- }
-
- h2 {
- width: 8.6em;
- @include fluid-font-size(1.5625rem);
- font-weight: 700;
- text-align: center;
- color: $color-aquamarine;
- text-transform: uppercase;
- }
-
- p {
- font-family: $font-family-jaldi;
- @include fluid-font-size(1.3125rem);
- line-height: 123.81%;
- color: $color-cloud;
- }
- }
-
- @media screen and (max-width: 80rem) {
- flex-direction: column;
- gap: 5em;
-
- .feature-group {
- max-width: none;
- margin: 2em 0;
- }
- }
-
- @media screen and (max-width: 56rem) {
- .feature-group {
- max-width: 64em;
- }
-
- .meme-items {
- gap: 3em;
- }
-
- .meme-item {
- flex-direction: column;
- max-width: 64em;
-
- p {
- text-align: center;
- }
-
- img {
- @include fluid-width(11.25rem);
- }
- }
- }
-
- @media screen and (min-width: 80.000001rem) and (max-width: 100rem) {
- .meme-item {
- h2 {
- width: 4.5em;
- }
- }
- }
-}
diff --git a/src/components/Home/Vision/Vision.astro b/src/components/Home/Vision/Vision.astro
index b7a848b..492731f 100644
--- a/src/components/Home/Vision/Vision.astro
+++ b/src/components/Home/Vision/Vision.astro
@@ -16,7 +16,7 @@