mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 11:36:42 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
a004b217d5
commit
6be0b86218
5 changed files with 496 additions and 4 deletions
|
|
@ -22,9 +22,9 @@ const cols = [
|
|||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{ label: "Termos de Uso", href: "#" },
|
||||
{ label: "Política de Privacidade", href: "#" },
|
||||
{ label: "LGPD", href: "#" },
|
||||
{ label: "Termos de Uso", href: "/termos" },
|
||||
{ label: "Política de Privacidade", href: "/privacidade" },
|
||||
{ label: "Política de Reembolso", href: "/reembolso" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ export function PlansSection() {
|
|||
<div className="max-w-2xl mx-auto text-center">
|
||||
<h2 className="text-3xl sm:text-4xl font-bold tracking-tight">Planos para cada estágio</h2>
|
||||
<p className="mt-4 text-lg text-muted-foreground">
|
||||
Sem fidelidade. Cancele quando quiser. Reembolso integral nos primeiros 7 dias.
|
||||
Sem fidelidade. Cancele quando quiser. Garantia de 30 dias para reembolso integral.
|
||||
</p>
|
||||
|
||||
<div className="mt-8 inline-flex items-center gap-3 bg-muted rounded-full px-4 py-2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue