diff --git a/blog/2023-08-13-preparing-your-app-for-production-icons-metadata-and-beyond.md b/blog/2023-08-13-preparing-your-app-for-production-icons-metadata-and-beyond.md
index 9e2b241e..3b57a07b 100644
--- a/blog/2023-08-13-preparing-your-app-for-production-icons-metadata-and-beyond.md
+++ b/blog/2023-08-13-preparing-your-app-for-production-icons-metadata-and-beyond.md
@@ -61,7 +61,10 @@ There are two other aspects that are of utmost importance:
Juno
-
+
@@ -96,7 +99,10 @@ Among the plethora of available tags, we typically employ only the following fiv
-
+
-
+
diff --git a/src/components/Features/styles.module.scss b/src/components/Features/styles.module.scss
index b53f0cc1..9837bfb0 100644
--- a/src/components/Features/styles.module.scss
+++ b/src/components/Features/styles.module.scss
@@ -35,7 +35,7 @@
@media screen and (min-width: 768px) {
margin: 0;
- max-width: 24rem;
+ max-width: 28rem;
text-align: inherit;
}
@@ -48,7 +48,7 @@
margin: 0.75rem 0 0;
text-align: center;
- max-width: 580px;
+ max-width: 620px;
@media screen and (min-width: 768px) {
text-align: inherit;
diff --git a/src/components/Head/index.tsx b/src/components/Head/index.tsx
index 94866f2e..4c9f980d 100644
--- a/src/components/Head/index.tsx
+++ b/src/components/Head/index.tsx
@@ -6,24 +6,30 @@ export default function Home({ children }): JSX.Element {
return (
- {`${siteConfig.title} | Run ideas in your container`}
+ {`${siteConfig.title} | Build serverless apps with self-hosting control`}
-
+
-
+
diff --git a/src/components/Hero/index.tsx b/src/components/Hero/index.tsx
index 2fe0c42a..d3d71cde 100644
--- a/src/components/Hero/index.tsx
+++ b/src/components/Hero/index.tsx
@@ -17,7 +17,7 @@ export default function Hero(): JSX.Element {
const timeout = setTimeout(() => {
typed = new Typed(el.current, {
- strings: ["Run", "Ship", "Build", "Launch", "Host"],
+ strings: ["Run", "Ship", "Build", "Launch"],
typeSpeed: 50,
backSpeed: 50,
backDelay: 3500,
@@ -43,13 +43,13 @@ export default function Hero(): JSX.Element {
{!typedLoaded && (
Build
)}{" "}
- ideas in
+ serverless apps
- your container
+ with self-hosting control
Juno is an open-source serverless platform to build, deploy, and run
- modern apps with the privacy and control of self-hosting.
+ apps in WASM containers with complete ownership and zero DevOps.