mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 14:16:50 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
9a5c8e3b9a
commit
e89a6c91b0
1 changed files with 19 additions and 0 deletions
|
|
@ -40,6 +40,25 @@ export const Route = createFileRoute("/signup")({
|
||||||
plan: typeof search.plan === "string" ? search.plan : undefined,
|
plan: typeof search.plan === "string" ? search.plan : undefined,
|
||||||
cycle: search.cycle === "yearly" || search.cycle === "monthly" ? search.cycle : undefined,
|
cycle: search.cycle === "yearly" || search.cycle === "monthly" ? search.cycle : undefined,
|
||||||
}),
|
}),
|
||||||
|
head: () => ({
|
||||||
|
meta: [
|
||||||
|
{ title: "Criar conta na Mika — Comece seu agente de IA" },
|
||||||
|
{
|
||||||
|
name: "description",
|
||||||
|
content:
|
||||||
|
"Crie sua conta Mika em minutos e tenha um agente de IA pessoal no Telegram. Garantia de 30 dias para reembolso integral.",
|
||||||
|
},
|
||||||
|
{ property: "og:title", content: "Criar conta na Mika" },
|
||||||
|
{
|
||||||
|
property: "og:description",
|
||||||
|
content:
|
||||||
|
"Comece em minutos. Agente de IA pessoal no Telegram com garantia de 30 dias.",
|
||||||
|
},
|
||||||
|
{ property: "og:url", content: "https://mika.domco.ai/signup" },
|
||||||
|
{ name: "robots", content: "noindex,follow" },
|
||||||
|
],
|
||||||
|
links: [{ rel: "canonical", href: "https://mika.domco.ai/signup" }],
|
||||||
|
}),
|
||||||
component: SignupPage,
|
component: SignupPage,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue