Merge version_2 into main #5
@@ -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 (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<body className={`${inter.variable} antialiased`}>
|
||||
<ServiceWrapper>
|
||||
<Tag />
|
||||
{children}
|
||||
</ServiceWrapper>
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1402,4 +1398,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user