diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c6de71..1a22390 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,9 +36,9 @@ export default function HvacPage() { { name: "Serviços", id: "services" }, { name: "Sobre Nós", id: "about" }, { name: "Testemunhos", id: "testimonials" }, - { name: "Contacto", id: "contact" }, + { name: "Contacto", id: "contact" } ]} - button={{ text: "Pedir Orçamento", href: "#contact" }} + button={{ text: "Ligar Agora", href: "tel:+351912510677" }} animateOnLoad={false} /> @@ -51,7 +51,7 @@ export default function HvacPage() { avatarText="" buttons={[ { text: "Pedir Orçamento", href: "#contact" }, - { text: "Ligar Agora", href: "tel:+351912345678" } + { text: "Ligar Agora", href: "tel:+351912510677" } ]} buttonAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErWJKRh5E7ClpJ7OY5ks0iTEYC/tmp/generate-images-that-do-not-show-the-fac-1781127960868-e88a34df.png" @@ -78,7 +78,10 @@ export default function HvacPage() {
@@ -202,7 +206,7 @@ export default function HvacPage() { { id: "5", title: "O que é Domótica e podem instalá-la?", content: "Domótica refere-se à automação de edifícios, que permite controlar sistemas como iluminação, segurança e climatização de forma inteligente. Sim, somos especializados na instalação e configuração de sistemas de domótica."}, { - id: "6", title: "Quais são as vossas principais áreas de serviço?", content: "Atendemos principalmente Braga, Vila Verde, Guimarães e as suas zonas circundantes, oferecendo serviços elétricos de qualidade a toda a região."}, + id: "6", title: "Quais são as vossas principais áreas de serviço?", content: "Atendemos principalmente Braga, Vila Verde, Guimarães e as suas zonas circundantes, oferecendo serviços elétricos de qualidade a toda a região."} ]} />
@@ -215,8 +219,8 @@ export default function HvacPage() { description="Para orçamentos, emergências ou qualquer questão, estamos prontos para ajudar. Contacte-nos e garanta um serviço elétrico seguro e de qualidade." buttons={[ { text: "Pedir Orçamento Gratuito", href: "#contact" }, - { text: "Ligar Agora: +351 912 345 678", href: "tel:+351912345678" }, - { text: "WhatsApp", href: "https://wa.me/351912345678" } + { text: "Ligar Agora: +351 912 510 677", href: "tel:+351912510677" }, + { text: "WhatsApp", href: "https://wa.me/351912510677" } ]} background={{ variant: "plain" }} useInvertedBackground={false} @@ -234,23 +238,23 @@ export default function HvacPage() { { label: "Instalações Elétricas", href: "#services" }, { label: "Reparação de Avarias", href: "#services" }, { label: "Assistência Urgente", href: "#services" }, - { label: "Domótica", href: "#services" }, - ], + { label: "Domótica", href: "#services" } + ] }, { title: "Zonas de Atuação", items: [ { label: "Braga", href: "#" }, { label: "Vila Verde", href: "#" }, { label: "Guimarães", href: "#" }, - { label: "Arredores", href: "#" }, - ], + { label: "Arredores", href: "#" } + ] }, { title: "Contacto", items: [ - { label: "+351 912 345 678", href: "tel:+351912345678" }, + { label: "+351 912 510 677", href: "tel:+351912510677" }, { label: "info@marco-eletricista-braga.pt", href: "mailto:info@marco-eletricista-braga.pt" }, - { label: "Braga, Portugal", href: "#" }, - ], + { label: "Braga, Portugal", href: "#" } + ] }, { title: "Legal", items: [ @@ -265,4 +269,4 @@ export default function HvacPage() { ); -} \ No newline at end of file +}