diff --git a/src/app/page.tsx b/src/app/page.tsx index fbca452..b877bfc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -183,9 +183,10 @@ export default function HvacPage() { { 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" + onPrivacyClick={() => window.open("/terminos-y-condiciones", "_blank")} /> ); -} \ No newline at end of file +}