From b64448b8adac97c09d4ecb50c2982b3b89bc3f5c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:27:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 115 +++++++++++++---------------------------------- 1 file changed, 31 insertions(+), 84 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac04d09..094c458 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,19 +44,14 @@ export default function LandingPage() {
@@ -187,29 +144,19 @@ export default function LandingPage() { logoText="Pets Veterinária" columns={[ { - title: "Loja", - items: [ + title: "Loja", items: [ { - label: "Lagoa da Conceição", - href: "#", - }, + label: "Lagoa da Conceição", href: "#"}, { - label: "Florianópolis – SC", - href: "#", - }, + label: "Florianópolis – SC", href: "#"}, ], }, { - title: "Links", - items: [ + title: "Links", items: [ { - label: "WhatsApp", - href: "https://wa.me/554832321347", - }, + label: "WhatsApp", href: "https://wa.me/554832321347"}, { - label: "Instagram", - href: "https://instagram.com", - }, + label: "Instagram", href: "https://instagram.com"}, ], }, ]} @@ -218,4 +165,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1