From 8d5414694a4914030ff65d5f98b547e9f9ab0754 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 00:25:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 244 ++++++++++------------------------------------- 1 file changed, 49 insertions(+), 195 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a24d05..a130775 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,70 +31,35 @@ export default function LandingPage() {
@@ -340,42 +215,21 @@ export default function LandingPage() { logoText="Quality Gráfica" columns={[ { - title: "Navegação", - items: [ - { - label: "Início", - href: "#hero", - }, - { - label: "Serviços", - href: "#servicos", - }, - { - label: "Contato", - href: "#contato", - }, + title: "Navegação", items: [ + { label: "Início", href: "#hero" }, + { label: "Serviços", href: "#servicos" }, + { label: "Contato", href: "#contato" }, ], }, { - title: "Localização", - items: [ - { - label: "Tv. Tatajuba, 124, Cap. Poço - PA", - href: "#", - }, + title: "Localização", items: [ + { label: "Tv. Tatajuba, 124, Cap. Poço - PA", href: "#" }, ], }, { - title: "Contato", - items: [ - { - label: "WhatsApp", - href: "https://wa.me/5591999999999", - }, - { - label: "contato@qualitygrafica.com.br", - href: "mailto:contato@qualitygrafica.com.br", - }, + title: "Contato", items: [ + { label: "WhatsApp", href: "https://wa.me/5591999999999" }, + { label: "contato@qualitygrafica.com.br", href: "mailto:contato@qualitygrafica.com.br" }, ], }, ]} @@ -385,4 +239,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1