Compare commits
23 Commits
version_22
...
version_27
| Author | SHA1 | Date | |
|---|---|---|---|
| 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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import LegalSection from "@/components/legal/LegalSection";
|
||||
import ReactLenis from "lenis/react";
|
||||
|
||||
export default function TermsPage() {
|
||||
@@ -31,11 +30,12 @@ export default function TermsPage() {
|
||||
</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í..."
|
||||
/>
|
||||
<h1 className="text-4xl font-bold mb-8 text-slate-900 opacity-100">Términos y condiciones</h1>
|
||||
<div className="p-8 bg-white/50 rounded-2xl shadow-sm border border-white/20 opacity-100">
|
||||
<p className="text-lg leading-relaxed text-slate-800">
|
||||
Al utilizar nuestro servicio de suscripción y entrega a domicilio, aceptas cumplir con nuestras políticas de gestión de pedidos y tiempos de respuesta. Nos comprometemos a garantizar la calidad de los productos entregados y la puntualidad en nuestros recorridos. Cualquier modificación en los servicios debe notificarse con antelación para asegurar la continuidad operativa sin inconvenientes.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user