Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-10 09:05:09 +00:00
2 changed files with 13 additions and 43 deletions

View File

@@ -1,57 +1,28 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Open_Sans } from "next/font/google";
import { Geist, Geist_Mono } 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 geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans", subsets: ["latin"],
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Neha Tour & Travel - Rajasthan Tours & Taxi Services", description: "Premium tour packages and taxi services across Rajasthan. Book Jaipur sightseeing, Ajmer-Pushkar tours, airport pickups & outstation travel. WhatsApp +91-9602946928.", keywords: "Rajasthan tours, Jaipur taxi, tour packages, Ajmer Pushkar, airport transfer, honeymoon packages, Rajasthan travel", metadataBase: new URL("https://nehatourandtravel.com"),
alternates: {
canonical: "https://nehatourandtravel.com"
},
openGraph: {
title: "Neha Tour & Travel - Explore Rajasthan with Premium Services", description: "Discover Rajasthan with trusted tour packages and comfortable taxi services. Book now on WhatsApp!", siteName: "Neha Tour & Travel", type: "website", images: [{
url: "http://img.b2bpic.net/free-photo/close-up-entrance-courtyard-lions_1139-26.jpg", alt: "Hawa Mahal - Neha Tour & Travel"
}]
},
twitter: {
card: "summary_large_image", title: "Neha Tour & Travel - Rajasthan Adventures Await", description: "Premium tours and taxi services across Rajasthan. Book your perfect journey now!", images: ["http://img.b2bpic.net/free-photo/panoramic-shot-erg-chebbi-dunes-sahara-desert-morocco_181624-9722.jpg"]
},
robots: {
index: true,
follow: true
}
};
title: "Neha Tour & Travel", description: "Experience Rajasthan with premium taxi services and curated tour packages"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -110,7 +110,7 @@ export default function LandingPage() {
},
{
id: "4", badge: "Premium Service", badgeIcon: Crown,
price: "₹500/hr", subtitle: "Airport Pickup & Drop / Outstation", features: [
price: "₹500/hr", subtitle: "Pay-As-You-Go Flexibility - Airport Pickup, Drop & Outstation", features: [
"Available 24/7", "Luxury vehicle options", "Professional chauffeurs", "Flexible scheduling", "WhatsApp booking available"
]
}