Update src/app/page.tsx

This commit is contained in:
2026-05-22 18:22:51 +00:00
parent 32b22a2b8c
commit 9f28150ed4

View File

@@ -29,8 +29,8 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
{ name: "Vero Beach", id: "/vero-beach" },
{ name: "Melbourne", id: "/melbourne" },
{ name: "Brevard County", id: "/brevard-county" },
{ name: "Volusia County", id: "/volusia-county" },
{ name: "Contact", id: "/contact" },
]}
brandName="Alonso Technical Service"
@@ -97,8 +97,8 @@ export default function LandingPage() {
columns={[
{
title: "Servicios", items: [
{ label: "Vero Beach", href: "/vero-beach" },
{ label: "Melbourne", href: "/melbourne" },
{ label: "Brevard County", href: "/brevard-county" },
{ label: "Volusia County", href: "/volusia-county" },
],
},
{