From 4408cbd2956322f384ebf34268b7e9ee37099cfb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:01:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf95e32..ac7c512 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,6 +23,7 @@ import { Scissors, Sparkles, Zap, + Trello, } from "lucide-react"; export default function LandingPage() { @@ -47,7 +48,6 @@ export default function LandingPage() { { name: "Serviços", id: "services" }, { name: "Sobre", id: "about" }, { name: "Contato", id: "contact" }, - { name: "WhatsApp", id: "https://wa.me/5545999999999" }, ]} bottomLeftText="Foz do Iguaçu, PR" bottomRightText="+55 (45) 99999-9999" @@ -135,7 +135,7 @@ export default function LandingPage() { title: "Corte Social", description: "Corte clássico e preciso, ideal para qualquer ocasião. Executado com técnica profissional."}, { - icon: Sparkles, + icon: Trello, title: "Corte + Barba", description: "Combo completo: corte de cabelo + acabamento de barba. Tratamento real para o homem moderno."}, { -- 2.49.1