Compare commits
29 Commits
version_22
...
version_28
| Author | SHA1 | Date | |
|---|---|---|---|
| ff4185ed08 | |||
| 2ea77cc1e7 | |||
| cd8aa0a908 | |||
| 7f95a3bc96 | |||
| b548c2c7bf | |||
| 6c76e91830 | |||
| 798c00d6e3 | |||
| f11546946d | |||
| 46f8a194ad | |||
| c2bf696bd0 | |||
| 1f8f7edde5 | |||
| 90202ce297 | |||
| 7af053d91e | |||
| 2d3383b127 | |||
| 463246fc55 | |||
| b58af0870a | |||
| 307df2cad7 | |||
| 7914cf50ac | |||
| 7b9af4e314 | |||
| fd3b5d7f46 | |||
| beda038752 | |||
| 8971be3aea | |||
| 6d40eace1d | |||
| 0a3ca1223c | |||
| f158cb4c61 | |||
| 833112a949 | |||
| 622f18b11a | |||
| 2f475ef64f | |||
| 3bcfd17312 |
@@ -33,10 +33,9 @@ export default function HvacPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Cartagena Pet Delivery"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Servicios", id: "services" },
|
||||
{ name: "Parque virtual", id: "hero-carousel" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Terms", id: "/terms-of-service" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
button={{ text: "WhatsApp ", href: "https://wa.me/573011471991" }}
|
||||
animateOnLoad={false}
|
||||
@@ -189,4 +188,4 @@ export default function HvacPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,22 +21,41 @@ 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