[skip ci] feat: prepare for public release

This commit is contained in:
Hampus Kraft
2026-01-02 19:27:51 +00:00
parent 197b23757f
commit 5ae825fc7d
199 changed files with 38391 additions and 33358 deletions

View File

@@ -61,7 +61,7 @@ pub fn render(ctx: Context) -> Element(a) {
html.p([attribute.class("lead text-white/90")], [
html.text(g_(
i18n_ctx,
"Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded.",
"An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities.",
)),
]),
html.div(

View File

@@ -27,7 +27,7 @@ pub type PageMeta {
pub fn default_page_meta() -> PageMeta {
PageMeta(
title: "Fluxer: Chat that puts you first",
description: "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded.",
description: "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities.",
og_type: "website",
)
}