Update src/app/page.tsx
This commit is contained in:
@@ -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" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user