Compare commits
10 Commits
version_25
...
version_28
| Author | SHA1 | Date | |
|---|---|---|---|
| ff4185ed08 | |||
| 2ea77cc1e7 | |||
| cd8aa0a908 | |||
| 7f95a3bc96 | |||
| b548c2c7bf | |||
| 6c76e91830 | |||
| 798c00d6e3 | |||
| f11546946d | |||
| 46f8a194ad | |||
| c2bf696bd0 |
@@ -21,24 +21,43 @@ export default function TermsPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div className="bg-[#E7DFD1] py-8">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Cartagena Pet Delivery"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
]}
|
||||
button={{ text: "WhatsApp ", href: "https://wa.me/573011471991" }}
|
||||
/>
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Cartagena Pet Delivery"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
]}
|
||||
button={{ text: "WhatsApp ", href: "https://wa.me/573011471991" }}
|
||||
/>
|
||||
</div>
|
||||
<div className="bg-[#E7DFD1] py-16">
|
||||
<div className="max-w-4xl mx-auto px-4">
|
||||
<h1 className="text-3xl font-bold mb-8">Términos de Servicio</h1>
|
||||
<textarea
|
||||
className="w-full h-[600px] p-6 border rounded-lg focus:ring-2 focus:ring-blue-500 outline-none resize-none"
|
||||
placeholder="Copia y pega toda tu información legal aquí..."
|
||||
/>
|
||||
</div>
|
||||
<LegalSection
|
||||
layout="page"
|
||||
title="Términos de servicio"
|
||||
subtitle="Términos y condiciones"
|
||||
sections={[
|
||||
{
|
||||
heading: "Introducción", content: [
|
||||
{
|
||||
type: "paragraph", text: "Bienvenido a Cartagena Pet Delivery. Al acceder a nuestro sitio y utilizar nuestros servicios de suscripción y entrega, usted reconoce haber leído, comprendido y aceptado quedar vinculado por los siguientes términos y condiciones."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "Uso del Servicio", content: [
|
||||
{
|
||||
type: "paragraph", text: "Nuestro servicio está diseñado para facilitar la gestión del bienestar de su mascota. Nos comprometemos a entregar productos de alta calidad en los tiempos acordados."
|
||||
},
|
||||
{
|
||||
type: "list", items: [
|
||||
"Usted se compromete a proporcionar información precisa para la entrega.", "Cualquier cambio en los pedidos debe realizarse con antelación.", "Nos reservamos el derecho de modificar los términos de servicio según las necesidades operativas."
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user