From 2fbff4cbaf89345edf35fe2417c989c921e20e04 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:17:27 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1435 +------------------------------------------- 1 file changed, 7 insertions(+), 1428 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 138b0f0..24afda2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1440 +1,20 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Mulish } 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 mulish = Mulish({ - variable: "--font-mulish", - subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Location de Voiture en Algérie – AlgerieCars", - description: "Louez une voiture propre et récente à Tlemcen ou Oran avec livraison à l'aéroport. Service professionnel, réservation rapide par WhatsApp, tarifs justes. Plus de 150 clients satisfaits.", - keywords: "location voiture Tlemcen, location voiture Oran, location voiture aéroport Tlemcen, location voiture Algérie, rent car Algeria, car rental Tlemcen airport", - metadataBase: new URL("https://algeriecars.com"), - alternates: { - canonical: "https://algeriecars.com", - }, - openGraph: { - title: "Location de Voiture en Algérie – AlgerieCars", - description: "Louez une voiture moderne avec livraison à l'aéroport. Service professionnel et fiable.", - siteName: "AlgerieCars", - type: "website", - images: [ - { - url: "http://img.b2bpic.net/free-photo/planes-runway-modern-airport_1359-349.jpg", - alt: "AlgerieCars Location de Voiture", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "Location de Voiture en Algérie – AlgerieCars", - description: "Réservez une voiture propre et récente avec livraison aéroport", - images: ["http://img.b2bpic.net/free-photo/planes-runway-modern-airport_1359-349.jpg"], - }, - robots: { - index: true, - follow: true, - }, -}; + title: "AlgerieCars - Location de Voiture en Algérie", description: "Louez une voiture propre et récente à Tlemcen ou Oran avec livraison directe à l'aéroport. Réservation rapide, service professionnel, tarifs justes."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -