Merge version_2 into main #2
@@ -1,52 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import type { Metadata } from 'next';
|
||||
import { Inter } from 'next/font/google';
|
||||
import './globals.css';
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ['latin'] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "XPLORE Tunisia Adventures & Tours - Luxury Travel Experiences", description: "Discover authentic Tunisian adventures: desert treks, horseback tours, quad biking, and luxury catamaran cruises. Book your unforgettable journey today.", keywords: "Tunisia travel, adventure tours, Sahara desert, Mediterranean cruise, horseback riding, luxury travel agency", metadataBase: new URL("https://xploretunisia.com"),
|
||||
alternates: {
|
||||
canonical: "https://xploretunisia.com"},
|
||||
openGraph: {
|
||||
title: "XPLORE Tunisia Adventures & Tours", description: "Experience the magic of Tunisia with authentic guided adventures through the Sahara and Mediterranean coast.", url: "https://xploretunisia.com", siteName: "XPLORE Tunisia Adventures & Tours", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/landscape-evening_119272-26.jpg", alt: "Sahara sunset adventure"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "XPLORE Tunisia Adventures & Tours", description: "Discover authentic Tunisian adventures - desert treks, horseback tours, quad biking, and luxury cruises.", images: ["http://img.b2bpic.net/free-photo/landscape-evening_119272-26.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
title: 'XPLORE Tunisia Adventures & Tours',
|
||||
description: 'Discover unforgettable Tunisian adventures - Sahara treks, Mediterranean cruises, and cultural experiences',
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1414,7 +1384,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
||||
tag="About Our Agency"
|
||||
tagIcon={Globe}
|
||||
title="Crafting Unforgettable Tunisian Journeys"
|
||||
description="With over a decade of expertise, XPLORE Tunisia Adventures & Tours specializes in creating transformative travel experiences. We combine authentic local knowledge with premium hospitality to deliver adventures that exceed expectations. Our passionate guides and curated itineraries ensure every traveler discovers Tunisia's true essence."
|
||||
description="Trusted by over 500 adventurers since 2014. With over a decade of expertise, XPLORE Tunisia Adventures & Tours specializes in creating transformative travel experiences. We combine authentic local knowledge with premium hospitality to deliver adventures that exceed expectations. Our passionate guides and curated itineraries ensure every traveler discovers Tunisia's true essence."
|
||||
metrics={[
|
||||
{ value: "500+", title: "Happy Adventurers" },
|
||||
{ value: "50+", title: "Unique Tours" }
|
||||
|
||||
Reference in New Issue
Block a user