diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d8b839..6ab7fb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,14 +13,6 @@ import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import { Shield, Briefcase, Calendar } from "lucide-react"; export default function HomePage() { - const navItems = [ - { name: "Inicio", id: "/" }, - { name: "Nosotros", id: "/nosotros" }, - { name: "Servicios", id: "services" }, - { name: "Preguntas Frecuentes", id: "faq" }, - { name: "Contacto", id: "contact" }, - ]; - return (