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