diff --git a/typesense.org/components/About/SectionHero.vue b/typesense.org/components/About/SectionHero.vue index 59e6a04b..52f78054 100644 --- a/typesense.org/components/About/SectionHero.vue +++ b/typesense.org/components/About/SectionHero.vue @@ -11,11 +11,17 @@ providing an intuitive developer experience.
- We are a lean bootstrapped team of engineers passionate about making - great search technology accessible to everyone. We believe that - search technology choices widely available to developers today, - either have a steep learning curve and a heavy operational burden, - or are proprietary and expensive. + We are a lean + customer-funded + team of engineers passionate about making great search technology + accessible to everyone. We believe that search technology choices + widely available to developers today, either have a steep learning + curve and a heavy operational burden, or are proprietary and + expensive.
We are on a mission to democratize search. We want @@ -52,4 +58,8 @@ text-decoration-color: $primary; } } + +p { + line-height: 2rem; +} diff --git a/typesense.org/components/Navbar.vue b/typesense.org/components/Navbar.vue index 89c7653a..d8a1475e 100644 --- a/typesense.org/components/Navbar.vue +++ b/typesense.org/components/Navbar.vue @@ -137,7 +137,7 @@ export default { target: '_blank', }, { - text: 'Hosted Search', + text: 'Typesense Cloud', externalLink: 'https://cloud.typesense.org', target: '_blank', },