From b0f87fe04da96e7783533aa2990b81976340de8d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 15:00:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 371 +++++++++-------------------------------------- 1 file changed, 67 insertions(+), 304 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f7a6fc6..9a58af3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -395,31 +172,17 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/dark-interwoven-lattice-texture_84443-72982.jpg" columns={[ { - title: "Links", - items: [ - { - label: "Agendar Agora", - href: "#hero", - }, - { - label: "Sobre nós", - href: "#diferenciais", - }, - ], + title: "Links", items: [ + { label: "Agendar Agora", href: "#hero" }, + { label: "Sobre nós", href: "#diferenciais" } + ] }, { - title: "Contato", - items: [ - { - label: "(54) 99999-9999", - href: "tel:5554999999999", - }, - { - label: "contato@forcatotal.com.br", - href: "mailto:contato@forcatotal.com.br", - }, - ], - }, + title: "Contato", items: [ + { label: "(54) 99999-9999", href: "tel:5554999999999" }, + { label: "contato@forcatotal.com.br", href: "mailto:contato@forcatotal.com.br" } + ] + } ]} logoText="FORÇA TOTAL" copyrightText="© 2026 Força Total. CREF: 00000-G/RS" @@ -428,4 +191,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1