Update src/app/page.tsx

This commit is contained in:
2026-05-11 13:27:03 +00:00
parent 2a63eebe87
commit 7e3dbe9d48

View File

@@ -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")}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}