From 73b00c159096f47daf7ca3ccfabb844d16a9ae43 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 12:58:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 741397e..eab702f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,7 @@ export default function HvacPage() { brandName="Cartagena Pet Delivery" navItems={[ { name: "Services", id: "services" }, - { name: "Testimonials", id: "testimonials" }, + { name: "Parque virtual", id: "hero-carousel" }, { name: "Contact", id: "contact" }, ]} button={{ text: "WhatsApp ", href: "https://wa.me/573011471991" }} @@ -179,8 +179,8 @@ export default function HvacPage() { imageAlt="HVAC technician inspecting equipment" columns={[ { title: "Services", items: [{ label: "Plan de suscripción", href: "#pricing" }, { label: "Atención personalizada", href: "#services" }] }, - { title: "Compañía", items: [{ label: "Testimonios", href: "#testimonials" }, { label: "FAQ", href: "#faq" }, { label: "Contacto", href: "#contact" }] }, - { title: "Contacto", items: [{ label: "3011471991", href: "tel:3011471991" }] }, + { title: "Compañía", items: [{ label: "Parque virtual", href: "#hero-carousel" }, { label: "FAQ", href: "#faq" }, { label: "Contacto", href: "#contact" }] }, + { 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 +188,4 @@ export default function HvacPage() { ); -} +} \ No newline at end of file -- 2.49.1