From 67ecd070dae9229140bf59a7c9db24538c6d3baa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 14:49:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2902fba..add0977 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,9 +142,9 @@ export default function LandingPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bag3h5O25bp8ZnRSfrVSnN9A9z/low-angle-cinematic-view-of-a-luxury-per-1775745772399-e3d9e286.png?_wi=2" logoText="Mecânica JS" columns={[ - { title: "", items: [{ label: "Sobre nós", href: "#about" }, { label: "Carreiras", href: "#" }, { label: "Blog", href: "#" }] }, - { title: "Serviços", items: [{ label: "Diagnósticos", href: "#services" }, { label: "Performance", href: "#services" }, { label: "Revisões", href: "#services" }] }, - { title: "Legal", items: [{ label: "Privacidade", href: "#" }, { label: "Termos", href: "#" }] } + { title: "", items: [{ label: "Sobre nós", href: "#about" }, { label: "Carreiras", href: whatsappLink }, { label: "Blog", href: whatsappLink }] }, + { title: "Serviços", items: [{ label: "Diagnósticos", href: whatsappLink }, { label: "Performance", href: whatsappLink }, { label: "Revisões", href: whatsappLink }] }, + { title: "Legal", items: [{ label: "Privacidade", href: whatsappLink }, { label: "Termos", href: whatsappLink }] } ]} /> -- 2.49.1