|
@@ -117,28 +117,6 @@ export default function TermsPage() {
|
|
|
</CardContent>
|
|
</CardContent>
|
|
|
</Card>
|
|
</Card>
|
|
|
|
|
|
|
|
- <Card>
|
|
|
|
|
- <CardHeader>
|
|
|
|
|
- <CardTitle className="flex items-center">
|
|
|
|
|
- <Shield className="w-5 h-5 mr-2" style={{ color: COLOR_PALETTE.secondary[600] }} />
|
|
|
|
|
- Cuentas de Usuario
|
|
|
|
|
- </CardTitle>
|
|
|
|
|
- </CardHeader>
|
|
|
|
|
- <CardContent className="space-y-4">
|
|
|
|
|
- <p style={{ color: COLOR_PALETTE.gray[700] }}>
|
|
|
|
|
- Al crear una cuenta en Ani Assistant, aceptas:
|
|
|
|
|
- </p>
|
|
|
|
|
- <ul className="list-disc list-inside space-y-2 ml-4" style={{ color: COLOR_PALETTE.gray[700] }}>
|
|
|
|
|
- <li>Ser responsable de mantener la confidencialidad de tu cuenta</li>
|
|
|
|
|
- <li>Ser responsable de todas las actividades que ocurran bajo tu cuenta</li>
|
|
|
|
|
- <li>Notificarnos inmediatamente de cualquier uso no autorizado</li>
|
|
|
|
|
- <li>Proporcionar información precisa y actualizada</li>
|
|
|
|
|
- <li>Ser mayor de edad o tener consentimiento parental</li>
|
|
|
|
|
- <li>No transferir tu cuenta a terceros</li>
|
|
|
|
|
- </ul>
|
|
|
|
|
- </CardContent>
|
|
|
|
|
- </Card>
|
|
|
|
|
-
|
|
|
|
|
<Card>
|
|
<Card>
|
|
|
<CardHeader>
|
|
<CardHeader>
|
|
|
<CardTitle className="flex items-center">
|
|
<CardTitle className="flex items-center">
|
|
@@ -193,67 +171,11 @@ export default function TermsPage() {
|
|
|
</p>
|
|
</p>
|
|
|
</CardContent>
|
|
</CardContent>
|
|
|
</Card>
|
|
</Card>
|
|
|
-
|
|
|
|
|
- <Card>
|
|
|
|
|
- <CardHeader>
|
|
|
|
|
- <CardTitle>Terminación</CardTitle>
|
|
|
|
|
- </CardHeader>
|
|
|
|
|
- <CardContent className="space-y-4">
|
|
|
|
|
- <p style={{ color: COLOR_PALETTE.gray[700] }}>
|
|
|
|
|
- Podemos terminar o suspender tu cuenta inmediatamente, sin previo aviso,
|
|
|
|
|
- por cualquier razón, incluyendo sin limitación, si violas estos términos.
|
|
|
|
|
- </p>
|
|
|
|
|
- <p style={{ color: COLOR_PALETTE.gray[700] }}>
|
|
|
|
|
- Al terminar, tu derecho a usar el servicio cesará inmediatamente.
|
|
|
|
|
- Si deseas terminar tu cuenta, puedes hacerlo a través de la configuración de tu perfil.
|
|
|
|
|
- </p>
|
|
|
|
|
- </CardContent>
|
|
|
|
|
- </Card>
|
|
|
|
|
-
|
|
|
|
|
- <Card>
|
|
|
|
|
- <CardHeader>
|
|
|
|
|
- <CardTitle>Ley Aplicable</CardTitle>
|
|
|
|
|
- </CardHeader>
|
|
|
|
|
- <CardContent>
|
|
|
|
|
- <p style={{ color: COLOR_PALETTE.gray[700] }}>
|
|
|
|
|
- Estos términos se rigen e interpretan de acuerdo con las leyes del país donde
|
|
|
|
|
- opera Ani Assistant, sin considerar sus disposiciones de conflicto de leyes.
|
|
|
|
|
- </p>
|
|
|
|
|
- </CardContent>
|
|
|
|
|
- </Card>
|
|
|
|
|
-
|
|
|
|
|
- <Card>
|
|
|
|
|
- <CardHeader>
|
|
|
|
|
- <CardTitle>Contacto</CardTitle>
|
|
|
|
|
- </CardHeader>
|
|
|
|
|
- <CardContent>
|
|
|
|
|
- <p className="mb-4" style={{ color: COLOR_PALETTE.gray[700] }}>
|
|
|
|
|
- Si tienes preguntas sobre estos términos y condiciones, contáctanos en:
|
|
|
|
|
- </p>
|
|
|
|
|
- <div className="p-4 rounded-lg" style={{ backgroundColor: COLOR_PALETTE.gray[50] }}>
|
|
|
|
|
- <p className="font-medium">Email:</p>
|
|
|
|
|
- <p style={{ color: COLOR_PALETTE.primary[600] }}>{COMPANY_CONFIG.email}</p>
|
|
|
|
|
- <p className="font-medium mt-2">Teléfono:</p>
|
|
|
|
|
- <p style={{ color: COLOR_PALETTE.gray[700] }}>{COMPANY_CONFIG.phone}</p>
|
|
|
|
|
- <p className="font-medium mt-2">Dirección:</p>
|
|
|
|
|
- <p style={{ color: COLOR_PALETTE.gray[700] }}>{COMPANY_CONFIG.address}</p>
|
|
|
|
|
- <p className="font-medium mt-2">Sitio Web:</p>
|
|
|
|
|
- <p style={{ color: COLOR_PALETTE.primary[600] }}>{COMPANY_CONFIG.website}</p>
|
|
|
|
|
- </div>
|
|
|
|
|
- </CardContent>
|
|
|
|
|
- </Card>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
{/* Footer */}
|
|
{/* Footer */}
|
|
|
<div className="mt-12 pt-8 border-t" style={{ borderColor: COLOR_PALETTE.gray[200] }}>
|
|
<div className="mt-12 pt-8 border-t" style={{ borderColor: COLOR_PALETTE.gray[200] }}>
|
|
|
<div className="text-center">
|
|
<div className="text-center">
|
|
|
- <p className="mb-4" style={{ color: COLOR_PALETTE.gray[500] }}>
|
|
|
|
|
- Última actualización: {new Date().toLocaleDateString('es-ES', {
|
|
|
|
|
- year: 'numeric',
|
|
|
|
|
- month: 'long',
|
|
|
|
|
- day: 'numeric'
|
|
|
|
|
- })}
|
|
|
|
|
- </p>
|
|
|
|
|
<div className="flex flex-col sm:flex-row gap-4 justify-center">
|
|
<div className="flex flex-col sm:flex-row gap-4 justify-center">
|
|
|
<Link href="/">
|
|
<Link href="/">
|
|
|
<Button variant="outline">
|
|
<Button variant="outline">
|