From 9fa2a989c1ee9e7fbe815d0917525b1c3009fdc6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 03:16:52 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6469d3a..4dbb75f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,13 +1,12 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; -import ServiceWrapper from "@/providers/serviceWrapper"; -import { Tag } from "@/components/tag"; const inter = Inter({ variable: "--font-inter", subsets: ["latin"] }); export const metadata: Metadata = { - title: "IFE Voyages - Your Trusted Travel Agency in Benin", description: "Book flights, get visa assistance, and explore travel packages with Benin's most trusted travel agency. Over 10 years of experience."}; + title: "IFE Voyages - Your Trusted Travel Agency in Benin", description: "Book flights, get visa assistance, and explore travel packages with Benin's most trusted travel agency. Over 10 years of experience." +}; export default function RootLayout({ children, @@ -17,10 +16,7 @@ export default function RootLayout({ return ( - - - {children} - + {children}