diff --git a/src/app/servicios/divorcios/page.tsx b/src/app/servicios/divorcios/page.tsx
index 869c04f..c153a03 100644
--- a/src/app/servicios/divorcios/page.tsx
+++ b/src/app/servicios/divorcios/page.tsx
@@ -1,23 +1,21 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
-import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
-import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
-import FaqBase from '@/components/sections/faq/FaqBase';
-import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
-import Link from 'next/link';
-import { Shield, Briefcase, ArrowRight } from 'lucide-react';
-
-const navItems = [
- { name: "Inicio", id: "/" },
- { name: "Nosotros", id: "/nosotros" },
- { name: "Servicios", id: "services" },
- { name: "Preguntas Frecuentes", id: "faq" },
- { name: "Contacto", id: "contact" }
-];
+import Link from "next/link";
+import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
+import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial";
+import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
+import { Shield } from "lucide-react";
export default function DivorciosPage() {
+ const navItems = [
+ { name: "Inicio", id: "/" },
+ { name: "Nosotros", id: "/nosotros" },
+ { name: "Servicios", id: "services" },
+ { name: "Preguntas Frecuentes", id: "faq" },
+ { name: "Contacto", id: "contact" },
+ ];
+
return (