Update src/app/page.tsx

This commit is contained in:
2026-05-11 13:09:40 +00:00
parent 4a211825a4
commit e27b3deb3f

View File

@@ -36,6 +36,7 @@ export default function HvacPage() {
{ name: "Services", id: "services" },
{ name: "Parque virtual", id: "hero-carousel" },
{ name: "Contact", id: "contact" },
{ name: "Terminos y Condiciones", id: "/terminos-y-condiciones" },
]}
button={{ text: "WhatsApp ", href: "https://wa.me/573011471991" }}
animateOnLoad={false}
@@ -179,7 +180,7 @@ export default function HvacPage() {
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" }] },
{ title: "Compañía", items: [{ label: "Parque virtual", href: "#hero-carousel" }, { label: "FAQ", href: "#faq" }, { label: "Contacto", href: "#contact" }, { label: "Terminos y Condiciones", href: "/terminos-y-condiciones" }] },
{ title: "Contacto", items: [{ label: "cartagenapetdelivery@gmail.com", href: "mailto:cartagenapetdelivery@gmail.com" }, { label: "Cartagena, Colombia", href: "#" }, { label: "3011471991", href: "tel:3011471991" }] },
]}
copyrightText="© 2026 | Cartagena Pet Delivery"
@@ -188,4 +189,4 @@ export default function HvacPage() {
</ReactLenis>
</ThemeProvider>
);
}
}