Merge version_1 into main #1
@@ -53,7 +53,7 @@ export default function ContactPage() {
|
||||
description="Have questions about our tempo traveller rental services? Our friendly team is here to help you plan the perfect journey across Karnataka and South India."
|
||||
subdescription="Whether you're planning a family trip, corporate outing, or adventure getaway, we're just a message away. Reach out via WhatsApp, phone, or email - we respond within 1 hour!"
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/workplace-violence-taking-place-colleagues_23-2149361875.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/workplace-violence-taking-place-colleagues_23-2149361875.jpg?_wi=2"
|
||||
imageAlt="YourName Tours & Travels professional team ready to help"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -1,24 +1,60 @@
|
||||
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";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Mulish } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "YourName Tours & Travels | Comfortable Tempo Traveller Rentals in Bangalore",
|
||||
description: "Book affordable, comfortable tempo traveller rentals for family and group trips in Karnataka and South India. Professional drivers, AC vehicles, 5-star service. WhatsApp now!",
|
||||
keywords: "tempo traveller rental Bangalore, family trip transportation, group travel Karnataka, comfortable AC vehicle rental, South India tours, affordable tempo rental",
|
||||
metadataBase: new URL("https://yourname-tours.com"),
|
||||
alternates: {
|
||||
canonical: "https://yourname-tours.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "YourName Tours & Travels | Premium Tempo Traveller Rentals",
|
||||
description: "Comfortable and safe tempo traveller rentals for family and group trips across Karnataka and South India.",
|
||||
siteName: "YourName Tours & Travels",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/enjoying-comfortable-interior-girl-modern-car-salon-daytime-indoors-buying-new-vehicle_146671-16476.jpg",
|
||||
alt: "YourName Tours & Travels - Comfortable Tempo Traveller",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "YourName Tours & Travels | Tempo Traveller Rentals",
|
||||
description: "Book safe, comfortable group travel with professional drivers and 5-star service.",
|
||||
images: ["http://img.b2bpic.net/free-photo/enjoying-comfortable-interior-girl-modern-car-salon-daytime-indoors-buying-new-vehicle_146671-16476.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +63,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${mulish.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +77,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -96,7 +96,7 @@ export default function HomePage() {
|
||||
description="Based in Bangalore, we specialize in providing comfortable, safe, and affordable tempo traveller rentals for family groups and corporate outings across Karnataka and South India."
|
||||
subdescription="Our fleet of well-maintained vehicles, professional drivers like our star driver Sharath, and commitment to customer satisfaction make us the preferred choice for group travel."
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/workplace-violence-taking-place-colleagues_23-2149361875.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/workplace-violence-taking-place-colleagues_23-2149361875.jpg?_wi=1"
|
||||
imageAlt="YourName Tours & Travels professional team"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
@@ -116,21 +116,21 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Comfortable AC Vehicles",
|
||||
description: "Spacious seating with premium AC and entertainment systems for long-distance comfort",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sleeping-car-while-traveling_23-2148906404.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sleeping-car-while-traveling_23-2148906404.jpg?_wi=1",
|
||||
imageAlt: "Comfortable vehicle interior with AC seating",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Polite & Professional Drivers",
|
||||
description: "Our drivers, including our star driver Sharath, are highly trained and committed to safe driving",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-couple-with-car_23-2149094702.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-couple-with-car_23-2149094702.jpg?_wi=1",
|
||||
imageAlt: "Professional driver ensuring safe journey",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Cooperative Staff",
|
||||
description: "Friendly and helpful support team available 24/7 to assist with your travel needs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-business-executives-smiling_1170-761.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-business-executives-smiling_1170-761.jpg?_wi=1",
|
||||
imageAlt: "Helpful staff providing customer support",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -122,21 +122,21 @@ export default function PricingPage() {
|
||||
id: 1,
|
||||
title: "Comfortable AC Vehicles",
|
||||
description: "Spacious seating with premium AC and entertainment systems for long-distance comfort",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sleeping-car-while-traveling_23-2148906404.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sleeping-car-while-traveling_23-2148906404.jpg?_wi=2",
|
||||
imageAlt: "Comfortable vehicle interior with AC seating",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Polite & Professional Drivers",
|
||||
description: "Our drivers, including our star driver Sharath, are highly trained and committed to safe driving",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-couple-with-car_23-2149094702.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-couple-with-car_23-2149094702.jpg?_wi=2",
|
||||
imageAlt: "Professional driver ensuring safe journey",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "24/7 WhatsApp Support",
|
||||
description: "Round-the-clock assistance for any queries or support you need during your journey",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-business-executives-smiling_1170-761.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-business-executives-smiling_1170-761.jpg?_wi=2",
|
||||
imageAlt: "Helpful staff providing customer support",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user