Compare commits
101 Commits
version_18
...
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 | |||
| 7638602254 | |||
| 4aa2d10be0 | |||
| 3029000119 | |||
| 0f04cc7d8e | |||
| a4de63c3a1 | |||
| e6addb739a | |||
| 2f154e80fc | |||
| 464ce819fb | |||
| ec30e66d76 | |||
| 9e6f47802c | |||
| 1553cddcdc | |||
| 8e4cc3b042 | |||
| 26fc32c7e8 | |||
| 77f9122db9 | |||
| 4edc94350f | |||
| 3fcb7239a1 | |||
| 6985869ec7 | |||
| 317fccc682 | |||
| 76c5e65e3f | |||
| 9297f34c1a | |||
| 9eab8c360b | |||
| e89ebdde87 | |||
| 2030cbb374 | |||
| 39c634be1c | |||
| 56df688c1c | |||
| 1d755103b9 | |||
| 6783a626f1 | |||
| b67c6fffab | |||
| d3b030a7eb | |||
| b78582dbdc | |||
| 2dfac6d860 | |||
| b14ae65114 | |||
| 6d06d60c50 | |||
| cd6c824da9 | |||
| 42ea3904e1 | |||
| 56b595867c | |||
| 2aeb0295bc | |||
| 8305a83e33 | |||
| f0467e623e | |||
| 8533718608 | |||
| e4234ea498 | |||
| 2916dbefe1 | |||
| 31ad440099 | |||
| c976ec7902 | |||
| 865f1888b3 | |||
| 7d427439c1 | |||
| dcdcfca958 | |||
| d645913ee1 | |||
| d3dd7f1b73 | |||
| b8edcca6ef | |||
| fe867c40e4 | |||
| c4e8c0910e | |||
| 5ec1f69962 | |||
| ece40ddb3e | |||
| 296e4cf348 | |||
| c57dedee09 | |||
| ffecb0950f | |||
| 052fe3dac1 | |||
| 078b608583 | |||
| eac5678594 | |||
| d193b66a09 | |||
| 68273e3335 | |||
| d4d179c4f1 | |||
| 94d5f27d74 | |||
| 5cb5518fb7 | |||
| ede6f0b3ab | |||
| d4492f7c7b | |||
| 2c7d313e36 | |||
| c3dd56e645 | |||
| e381d08700 | |||
| 2ba1707909 | |||
| 27e80a021e | |||
| e60d5ee092 | |||
| 5e869e8800 | |||
| eb338dda39 | |||
| 2220c77b77 | |||
| fcf4055e88 | |||
| 81d91372db |
@@ -9,6 +9,13 @@ import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
import { Montserrat } from "next/font/google";
|
||||
import { Raleway } from "next/font/google";
|
||||
import { Libre_Baskerville } from "next/font/google";
|
||||
import { Inter_Tight } from "next/font/google";
|
||||
import { Poppins } from "next/font/google";
|
||||
import { Manrope } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import { Public_Sans } from "next/font/google";
|
||||
import { Roboto } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
@@ -16,8 +23,30 @@ export const metadata: Metadata = { title: 'Professional HVAC Services | Heating
|
||||
|
||||
|
||||
|
||||
const raleway = Raleway({
|
||||
variable: "--font-raleway",
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
@@ -29,7 +58,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${raleway.variable} antialiased`}>
|
||||
<body className={`${manrope.variable} ${dmSans.variable} antialiased`}>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
|
||||
@@ -33,9 +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: "Contacto", id: "contact" },
|
||||
]}
|
||||
button={{ text: "WhatsApp ", href: "https://wa.me/573011471991" }}
|
||||
animateOnLoad={false}
|
||||
@@ -56,7 +56,7 @@ export default function HvacPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features-comparison" data-section="features-comparison" className="bg-[#0D1B2A] py-16">
|
||||
<div id="features-comparison" data-section="features-comparison" className="bg-[#0D1B2A] py-8">
|
||||
<FeatureCardSixteen
|
||||
title="Cuidar de tu mascota no debería sentirse como otra tarea más "
|
||||
description="Nosotros resolvemos esto: "
|
||||
@@ -76,14 +76,14 @@ export default function HvacPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services" className="bg-[#E7DFD1] py-16">
|
||||
<div id="services" data-section="services" className="bg-[#E7DFD1] py-8">
|
||||
<FeatureCardOne
|
||||
title="Así debería sentirse cuidar de tu mascota "
|
||||
description="Sin urgencias, sin olvidos, sin interrupciones. Solo tranquilidad, sabiendo que todo siempre estará resuelto. "
|
||||
features={[
|
||||
{ title: "Elegimos contigo ", description: "Te ayudamos a elegir lo mejor según tu peludo. ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Czms1yk2v46cvWKFNhilmrsB4C/uploaded-1778468256621-bz9s3f46.png", imageAlt: "AC installation service" },
|
||||
{ title: "Gestionamos todo ", description: "Registramos hábitos, alimento, consumo, medicamentos y necesidades. ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Czms1yk2v46cvWKFNhilmrsB4C/uploaded-1778468270770-gascn3ns.png", imageAlt: "Heating system service" },
|
||||
{ title: "Nos encargamos del resto ", description: "Recibes puntual y sin largos tiempos de envío. ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Czms1yk2v46cvWKFNhilmrsB4C/uploaded-1778468408697-k3r8ijzh.jpg", imageAlt: "HVAC maintenance" },
|
||||
{ title: "Nos encargamos del resto ", description: "Recibes puntual y sin largos tiempos de envío. ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Czms1yk2v46cvWKFNhilmrsB4C/uploaded-1778594248295-uspr9no2.png", imageAlt: "HVAC maintenance" },
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
uniformGridCustomHeightClasses="aspect-square"
|
||||
@@ -94,7 +94,7 @@ export default function HvacPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing" className="bg-[#0D1B2A] py-16">
|
||||
<div id="pricing" data-section="pricing" className="bg-[#0D1B2A] py-8">
|
||||
<PricingCardNine
|
||||
title="Acceso "
|
||||
description="No todos necesitan lo mismo. Todos merecen tranquilidad. "
|
||||
@@ -108,14 +108,14 @@ export default function HvacPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials" className="bg-[#E7DFD1] py-16">
|
||||
<div id="testimonials" data-section="testimonials" className="bg-[#E7DFD1] py-8">
|
||||
<TestimonialCardThirteen
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="La tranquilidad de saber que sus mascotas están bien nutridas"
|
||||
testimonials={[
|
||||
{ id: "1", name: "Jheiner Quiñones.", handle: "Dueño de Ares (Pastor Aleman)", testimonial: "El servicio es impecable y siempre llegan a tiempo.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg?_wi=1", imageAlt: "Jheiner Quiñones." },
|
||||
{ id: "2", name: "Alejandro Beleño ", handle: "Dueño de Domini (American Bully)", testimonial: "Se siente como si Domini tuviese padrastro porque se encargan de todo.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Czms1yk2v46cvWKFNhilmrsB4C/uploaded-1778533313175-xjla5ykf.jpg", imageAlt: "Alejandro Beleño " },
|
||||
{ id: "3", name: "Enrique Vélez.", handle: "Dueño de Luna (Corgi) ", testimonial: "Vivo una experiencia super recomendable, excelente servicio ", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg?_wi=1", imageAlt: "Enrique Vélez." },
|
||||
{ id: "1", name: "Jheiner Quiñones.", handle: "Dueño de Ares (Pastor Aleman)", testimonial: "El servicio es impecable y siempre llegan a tiempo.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Czms1yk2v46cvWKFNhilmrsB4C/uploaded-1778595120890-i0f1hqkm.jpg", imageAlt: "Jheiner Quiñones." },
|
||||
{ id: "2", name: "Alejandro Beleño ", handle: "Dueño de Emma (American Bully)", testimonial: "Excelente atención, se encuentran todos los productos que he solicitado y se interesan por mi perrita. ", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Czms1yk2v46cvWKFNhilmrsB4C/uploaded-1778533313175-xjla5ykf.jpg", imageAlt: "Alejandro Beleño " },
|
||||
{ id: "3", name: "Enrique Vélez.", handle: "Dueño de Luna (Corgi) ", testimonial: "Vivo una experiencia super recomendable, excelente servicio!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg?_wi=1", imageAlt: "Enrique Vélez." },
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -124,7 +124,7 @@ export default function HvacPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero-carousel" data-section="hero-carousel" className="bg-[#0D1B2A] py-16">
|
||||
<div id="hero-carousel" data-section="hero-carousel" className="bg-[#0D1B2A] py-8">
|
||||
<HeroBillboardCarousel
|
||||
title="Así se vive con nosotros "
|
||||
description="Momentos felices con nuestros miembros"
|
||||
@@ -133,14 +133,14 @@ export default function HvacPage() {
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Czms1yk2v46cvWKFNhilmrsB4C/uploaded-1778470725508-t677wmf8.jpg" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Czms1yk2v46cvWKFNhilmrsB4C/uploaded-1778471098651-25x6qq2z.jpg" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Czms1yk2v46cvWKFNhilmrsB4C/uploaded-1778471045025-r1t5qawy.jpg" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Czms1yk2v46cvWKFNhilmrsB4C/uploaded-1778470963231-jqmlg0fq.jpg" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Czms1yk2v46cvWKFNhilmrsB4C/uploaded-1778596439425-9i287u02.jpg" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Czms1yk2v46cvWKFNhilmrsB4C/uploaded-1778470657284-11atiwbb.jpg" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Czms1yk2v46cvWKFNhilmrsB4C/uploaded-1778470687833-t5210lfn.png" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq" className="bg-[#E7DFD1] py-16">
|
||||
<div id="faq" data-section="faq" className="bg-[#E7DFD1] py-8">
|
||||
<FaqDouble
|
||||
title="Preguntas Frecuentes "
|
||||
description="Todo lo que necesitas saber sobre nuestro servicio "
|
||||
@@ -157,7 +157,7 @@ export default function HvacPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact" className="bg-[#0D1B2A] py-16">
|
||||
<div id="contact" data-section="contact" className="bg-[#0D1B2A] py-8">
|
||||
<ContactCTA
|
||||
tag="Contacto "
|
||||
tagIcon={Phone}
|
||||
@@ -175,12 +175,12 @@ export default function HvacPage() {
|
||||
<div id="footer" data-section="footer" className="bg-[#E7DFD1] py-8">
|
||||
<FooterMedia
|
||||
logoText="Cartagena Pet Delivery "
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Czms1yk2v46cvWKFNhilmrsB4C/uploaded-1778593421672-pl1u9w70.png"
|
||||
imageAlt="HVAC technician inspecting equipment"
|
||||
columns={[
|
||||
{ title: "Servicios", items: [{ label: "Plan de suscripción", href: "#pricing" }, { label: "Atención personalizada", href: "#services" }] },
|
||||
{ title: "Compañía", items: [{ label: "Parque virtual", href: "#hero-carousel" }, { label: "FAQ", href: "#faq" }, { label: "Contacto", href: "#contact" }, { label: "Terms and Conditions", href: "/terms" }] },
|
||||
{ title: "Contacto", items: [{ label: "cartagenapetdelivery@gmail.com", href: "mailto:cartagenapetdelivery@gmail.com" }, { label: "Cartagena, Colombia", href: "#" }, { label: "3011471991", href: "tel:3011471991" }] },
|
||||
{ title: "Compañía", items: [{ label: "Parque virtual", href: "#hero-carousel" }, { label: "FAQ", href: "#faq" }, { label: "Contacto", href: "#contact" }, { label: "Términos", href: "/terms-of-service" }] },
|
||||
{ title: "Contacto", items: [{ label: "hola@cartagenapetdelivery.com", href: "mailto:hola@cartagenapetdelivery.com" }, { label: "Cartagena, Colombia", href: "#" }, { label: "3011471991", href: "tel:3011471991" }] },
|
||||
]}
|
||||
copyrightText="© 2026 | Cartagena Pet Delivery"
|
||||
/>
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-raleway), sans-serif;
|
||||
font-family: var(--font-dm-sans), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-raleway), sans-serif;
|
||||
font-family: var(--font-manrope), sans-serif;
|
||||
}
|
||||
|
||||
44
src/app/terms-of-service/page.tsx
Normal file
44
src/app/terms-of-service/page.tsx
Normal file
@@ -0,0 +1,44 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import ReactLenis from "lenis/react";
|
||||
|
||||
export default function TermsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="aurora"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<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" }}
|
||||
/>
|
||||
</div>
|
||||
<div className="bg-[#E7DFD1] py-16">
|
||||
<div className="max-w-4xl mx-auto px-4">
|
||||
<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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -1,57 +0,0 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import LegalSection from "@/components/legal/LegalSection";
|
||||
|
||||
export default function TermsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="aurora"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav" className="bg-[#E7DFD1]">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Cartagena Pet Delivery"
|
||||
navItems={[
|
||||
{ name: "Services", id: "/" },
|
||||
{ name: "Parque virtual", id: "/" },
|
||||
{ name: "Contact", id: "/" },
|
||||
]}
|
||||
button={{ text: "WhatsApp ", href: "https://wa.me/573011471991" }}
|
||||
animateOnLoad={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="py-20 bg-[#E7DFD1]">
|
||||
<LegalSection
|
||||
layout="page"
|
||||
title="Terms and Conditions"
|
||||
subtitle="Last updated: May 2025"
|
||||
sections={[
|
||||
{
|
||||
heading: "1. Acceptance of Terms", content: { type: "paragraph", text: "By accessing and using our pet delivery services, you agree to comply with and be bound by these terms. If you do not agree to any part of these terms, please do not use our services." }
|
||||
},
|
||||
{
|
||||
heading: "2. Service Provision", content: { type: "list", items: ["We strive to provide timely delivery of pet supplies.", "Availability of products may vary based on market conditions.", "We reserve the right to refuse service for any reason."] }
|
||||
},
|
||||
{
|
||||
heading: "3. User Responsibilities", content: { type: "numbered-list", items: ["Provide accurate delivery information.", "Ensure someone is available to receive the delivery.", "Inform us of any specific delivery instructions."] }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user