diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5673157..ec3f902 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -95,31 +95,6 @@ export default function LandingPage() {
/>
-
-
-
-
@@ -154,12 +129,12 @@ export default function LandingPage() {
@@ -175,8 +150,8 @@ export default function LandingPage() {
},
{
title: "Contato", items: [
- { label: "Telefone", href: "#" },
- { label: "WhatsApp", href: "#" },
+ { label: "WhatsApp", href: "https://wa.me/5565999190657" },
+ { label: "Telefone", href: "tel:+5565999190657" },
{ label: "Endereço", href: "#" }
]
},