fix(marketing): sync tagline across languages (#5)
This commit is contained in:
@@ -56,12 +56,12 @@ pub fn render(ctx: Context) -> Element(a) {
|
||||
),
|
||||
]),
|
||||
html.h1([attribute.class("hero")], [
|
||||
html.text(g_(i18n_ctx, "Chat that puts you first")),
|
||||
html.text(g_(i18n_ctx, "A chat app that puts you first")),
|
||||
]),
|
||||
html.p([attribute.class("lead text-white/90")], [
|
||||
html.text(g_(
|
||||
i18n_ctx,
|
||||
"An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities.",
|
||||
"Fluxer is an open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities.",
|
||||
)),
|
||||
]),
|
||||
html.div(
|
||||
|
||||
@@ -26,8 +26,8 @@ pub type PageMeta {
|
||||
|
||||
pub fn default_page_meta() -> PageMeta {
|
||||
PageMeta(
|
||||
title: "Fluxer: Chat that puts you first",
|
||||
description: "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities.",
|
||||
title: "Fluxer: A chat app that puts you first",
|
||||
description: "Fluxer is an open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities.",
|
||||
og_type: "website",
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user