diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 177ccaf..2e93957 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1420 +1,17 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; -import { Archivo } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; - -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); - -const archivo = Archivo({ - variable: "--font-archivo", subsets: ["latin"], -}); export const metadata: Metadata = { - title: "Procurador en Vitoria | Óscar Escaño Elorza Elorza", description: "Servicios de procurador profesional en Vitoria y Amurrio. Representación legal, gestión documental y asesoramiento especializado. Contacta hoy.", keywords: "procurador Vitoria, procurador Amurrio, representación procesal Álava, servicios legales, asesoramiento legal", openGraph: { - title: "Procurador en Vitoria | Óscar Escaño Elorza Elorza", description: "Servicios de procurador profesional en Vitoria y Amurrio. Representación legal y asesoramiento especializado.", siteName: "Óscar Escaño Elorza - Procurador", type: "website", images: [ - { - url: "http://img.b2bpic.net/free-photo/courthouse-building_1101-58.jpg", alt: "Procurador Óscar Escaño Elorza Elorza"}, - ], - }, - twitter: { - card: "summary_large_image", title: "Procurador en Vitoria | Óscar Escaño Elorza Elorza", description: "Servicios profesionales de procurador en Vitoria y Amurrio"}, - robots: { - index: true, - follow: true, - }, -}; + title: "Óscar Escaño Elorza - Procurador Legal en Vitoria", description: "Servicios de procurador especializado en procedimientos judicales, gestión documental y trámites administrativos en Vitoria y Álava."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -