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.

diff --git a/src/components/Hero/styles.module.scss b/src/components/Hero/styles.module.scss index 71dfb301..d160d12a 100644 --- a/src/components/Hero/styles.module.scss +++ b/src/components/Hero/styles.module.scss @@ -1,6 +1,4 @@ .heroBanner { - padding: 0 1rem; - z-index: 1; background: transparent; @@ -12,6 +10,7 @@ @media screen and (min-width: 768px) { min-height: 520px; + padding: 0 1rem; } } @@ -23,10 +22,11 @@ align-items: center; p { - max-width: 760px; + max-width: 680px; text-align: center; @media screen and (min-width: 960px) { + max-width: 760px; font-size: 18px; line-height: 32px; } @@ -56,12 +56,12 @@ text-align: center; - max-width: 380px; + max-width: 520px; letter-spacing: -0.15rem; word-spacing: -0.5rem; line-height: 1.1; - font-size: 2.35rem; + font-size: 2rem; font-weight: inherit; @media screen and (min-width: 480px) { @@ -70,10 +70,11 @@ @media screen and (min-width: 768px) { max-width: 720px; - font-size: 4rem; + font-size: 3rem; } @media screen and (min-width: 960px) { - font-size: 5rem; + max-width: 830px; + font-size: 4rem; } } @@ -96,24 +97,6 @@ font-weight: bold; } -.typed { - font-family: "Pixelify Sans", sans-serif; - - font-size: 2.75rem; - - @media screen and (min-width: 480px) { - font-size: 2.95rem; - } - - @media screen and (min-width: 768px) { - font-size: 4.6rem; - } - - @media screen and (min-width: 960px) { - font-size: 5.85rem; - } -} - .llms { display: inline-flex; justify-content: center; diff --git a/src/components/Outro/index.tsx b/src/components/Outro/index.tsx index 1f784744..9a1e8028 100644 --- a/src/components/Outro/index.tsx +++ b/src/components/Outro/index.tsx @@ -7,7 +7,7 @@ export default function Outro(): JSX.Element {
-

Your apps. Your terms.

+

Your apps. Your cloud.

No setup. No DevOps. No strings attached.

diff --git a/src/mixins/_fonts.scss b/src/mixins/_fonts.scss index 2b8dc3b1..c39e8619 100644 --- a/src/mixins/_fonts.scss +++ b/src/mixins/_fonts.scss @@ -1,15 +1,12 @@ @mixin h2 { line-height: 1.2; - font-size: 2.5rem; + font-size: 2rem; letter-spacing: -0.05em; @media screen and (min-width: 768px) { - font-size: 3rem; + font-size: 2.75rem; } @media screen and (min-width: 1480px) { - font-size: 4rem; - } - @media screen and (min-width: 1900px) { - font-size: 4.75rem; + font-size: 3.25rem; } } diff --git a/static/img/social_image_v11.jpg b/static/img/social_image_v11.jpg deleted file mode 100644 index cc70cf7d..00000000 Binary files a/static/img/social_image_v11.jpg and /dev/null differ diff --git a/static/img/social_image_v12.jpg b/static/img/social_image_v12.jpg new file mode 100644 index 00000000..412fa078 Binary files /dev/null and b/static/img/social_image_v12.jpg differ