Merge version_1 into main #1
@@ -129,37 +129,37 @@ export default function AboutPage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hipster-woman-traveling-around-world-with-backpack-smiling-happy-positive-listening-music-headphones-blue-tropical-ocean-background-sunglasses-sexy-summer-vacation_285396-6058.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hipster-woman-traveling-around-world-with-backpack-smiling-happy-positive-listening-music-headphones-blue-tropical-ocean-background-sunglasses-sexy-summer-vacation_285396-6058.jpg?_wi=2",
|
||||
imageAlt: "Happy traveler Rajesh Patel",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-wearing-olive-green-t-shirt-putting-hand-chin-isolated-pink-wall_141793-103266.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-wearing-olive-green-t-shirt-putting-hand-chin-isolated-pink-wall_141793-103266.jpg?_wi=2",
|
||||
imageAlt: "Happy traveler Priya Sharma",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vikram Desai",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-shows-thumbs-up-takes-selfie-mobile-phone-poses-near-suitcase-blogger-goes_1258-270583.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-shows-thumbs-up-takes-selfie-mobile-phone-poses-near-suitcase-blogger-goes_1258-270583.jpg?_wi=2",
|
||||
imageAlt: "Happy traveler Vikram Desai",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anjali Mehta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-going-hiking-holding-ticket-white-background-air-tourist-forest-vacation-flight-trip-campus-mountain_179666-39189.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-going-hiking-holding-ticket-white-background-air-tourist-forest-vacation-flight-trip-campus-mountain_179666-39189.jpg?_wi=2",
|
||||
imageAlt: "Happy traveler Anjali Mehta",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Suresh Kapoor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-young-man-sitting-office-coworking_171337-17642.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-young-man-sitting-office-coworking_171337-17642.jpg?_wi=2",
|
||||
imageAlt: "Happy traveler Suresh Kapoor",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Deepika Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-pretty-young-woman-posing-camera-park_1262-20239.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-pretty-young-woman-posing-camera-park_1262-20239.jpg?_wi=2",
|
||||
imageAlt: "Happy traveler Deepika Singh",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,29 +1,55 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Libre_Baskerville } from "next/font/google";
|
||||
import { Inter } 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 { Libre_Baskerville } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville",
|
||||
subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Satva Tours and Travels - Premium Domestic Group Tours India",
|
||||
description: "Explore India's wonders with Satva Tours. Premium family-friendly group tours, comfortable AC hotels, pure vegetarian meals, and unforgettable cultural experiences across India.",
|
||||
keywords: "domestic tours India, group travel, family vacation, Gujarat travel agency, Indian tour packages, cultural tours",
|
||||
metadataBase: new URL("https://satvatorurs.com"),
|
||||
alternates: {
|
||||
canonical: "https://satvatorurs.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Satva Tours and Travels - Your Family's Perfect Indian Adventure",
|
||||
description: "Comfortable journeys, pure vegetarian meals, and unforgettable memories. Book your family getaway with Satva Tours.",
|
||||
url: "https://satvatorurs.com",
|
||||
siteName: "Satva Tours and Travels",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/nomad-family-traveling-nature_23-2149651501.jpg",
|
||||
alt: "Satva Tours - India's Best Family Travel Experience",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Satva Tours and Travels - Premium Group Tours",
|
||||
description: "Explore India with comfort, culture, and care. Family-friendly domestic tours across India.",
|
||||
images: ["http://img.b2bpic.net/free-photo/nomad-family-traveling-nature_23-2149651501.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -32,7 +58,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -44,4 +72,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -136,56 +136,56 @@ export default function PackagesPage() {
|
||||
id: "west-coast",
|
||||
name: "Enjoy West Coast",
|
||||
price: "8 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-city-buildings-scene_23-2151823126.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-city-buildings-scene_23-2151823126.jpg?_wi=2",
|
||||
imageAlt: "Goa beach coastline palm trees sunset",
|
||||
},
|
||||
{
|
||||
id: "heart-india",
|
||||
name: "The Heart of India",
|
||||
price: "8 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nyepi-day-celebration-indonesia_23-2151325654.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nyepi-day-celebration-indonesia_23-2151325654.jpg?_wi=2",
|
||||
imageAlt: "Ujjain temple spiritual pilgrimage India",
|
||||
},
|
||||
{
|
||||
id: "royal-rajasthan",
|
||||
name: "Royal Rajasthan",
|
||||
price: "8 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-city-buildings-scene_23-2151823108.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-city-buildings-scene_23-2151823108.jpg?_wi=2",
|
||||
imageAlt: "Rajasthan palace fort Jodhpur architecture",
|
||||
},
|
||||
{
|
||||
id: "uttar-bharat",
|
||||
name: "Uttar Bharat Darshan",
|
||||
price: "10 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/rath-yatra-invitation-poster_23-2151985794.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/rath-yatra-invitation-poster_23-2151985794.jpg?_wi=2",
|
||||
imageAlt: "Haridwar pilgrimage ghats spiritual journey",
|
||||
},
|
||||
{
|
||||
id: "spiritual-uttar",
|
||||
name: "Special Uttar Bharat (Spiritual)",
|
||||
price: "10 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-traditional-indian-attire-diwali-celebration_23-2152022335.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-traditional-indian-attire-diwali-celebration_23-2152022335.jpg?_wi=2",
|
||||
imageAlt: "Ayodhya Ram temple spiritual pilgrimage",
|
||||
},
|
||||
{
|
||||
id: "uttarakhand",
|
||||
name: "Unmatched Uttarakhand",
|
||||
price: "11 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-poolside-wiht-mountain-view_53876-14438.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-poolside-wiht-mountain-view_53876-14438.jpg?_wi=2",
|
||||
imageAlt: "Nainital lake mountains scenic beauty",
|
||||
},
|
||||
{
|
||||
id: "kashmir",
|
||||
name: "Paradise on Earth",
|
||||
price: "12 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/intricate-sun-carving-ancient-stone-architecture_23-2152002066.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/intricate-sun-carving-ancient-stone-architecture_23-2152002066.jpg?_wi=2",
|
||||
imageAlt: "Srinagar Dal Lake houseboat paradise",
|
||||
},
|
||||
{
|
||||
id: "himachal",
|
||||
name: "Romantic Himachal",
|
||||
price: "12 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-adventurous-couple-bivouacking_23-2150562945.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-adventurous-couple-bivouacking_23-2150562945.jpg?_wi=2",
|
||||
imageAlt: "Shimla colonial hill station mountain town",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -177,56 +177,56 @@ export default function HomePage() {
|
||||
id: "west-coast",
|
||||
name: "Enjoy West Coast",
|
||||
price: "8 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-city-buildings-scene_23-2151823126.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-city-buildings-scene_23-2151823126.jpg?_wi=1",
|
||||
imageAlt: "Goa beach coastline palm trees sunset",
|
||||
},
|
||||
{
|
||||
id: "heart-india",
|
||||
name: "The Heart of India",
|
||||
price: "8 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nyepi-day-celebration-indonesia_23-2151325654.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nyepi-day-celebration-indonesia_23-2151325654.jpg?_wi=1",
|
||||
imageAlt: "Ujjain temple spiritual pilgrimage India",
|
||||
},
|
||||
{
|
||||
id: "royal-rajasthan",
|
||||
name: "Royal Rajasthan",
|
||||
price: "8 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-city-buildings-scene_23-2151823108.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-city-buildings-scene_23-2151823108.jpg?_wi=1",
|
||||
imageAlt: "Rajasthan palace fort Jodhpur architecture",
|
||||
},
|
||||
{
|
||||
id: "uttar-bharat",
|
||||
name: "Uttar Bharat Darshan",
|
||||
price: "10 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/rath-yatra-invitation-poster_23-2151985794.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/rath-yatra-invitation-poster_23-2151985794.jpg?_wi=1",
|
||||
imageAlt: "Haridwar pilgrimage ghats spiritual journey",
|
||||
},
|
||||
{
|
||||
id: "spiritual-uttar",
|
||||
name: "Special Uttar Bharat (Spiritual)",
|
||||
price: "10 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-traditional-indian-attire-diwali-celebration_23-2152022335.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-traditional-indian-attire-diwali-celebration_23-2152022335.jpg?_wi=1",
|
||||
imageAlt: "Ayodhya Ram temple spiritual pilgrimage",
|
||||
},
|
||||
{
|
||||
id: "uttarakhand",
|
||||
name: "Unmatched Uttarakhand",
|
||||
price: "11 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-poolside-wiht-mountain-view_53876-14438.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-poolside-wiht-mountain-view_53876-14438.jpg?_wi=1",
|
||||
imageAlt: "Nainital lake mountains scenic beauty",
|
||||
},
|
||||
{
|
||||
id: "kashmir",
|
||||
name: "Paradise on Earth",
|
||||
price: "12 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/intricate-sun-carving-ancient-stone-architecture_23-2152002066.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/intricate-sun-carving-ancient-stone-architecture_23-2152002066.jpg?_wi=1",
|
||||
imageAlt: "Srinagar Dal Lake houseboat paradise",
|
||||
},
|
||||
{
|
||||
id: "himachal",
|
||||
name: "Romantic Himachal",
|
||||
price: "12 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-adventurous-couple-bivouacking_23-2150562945.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-adventurous-couple-bivouacking_23-2150562945.jpg?_wi=1",
|
||||
imageAlt: "Shimla colonial hill station mountain town",
|
||||
},
|
||||
]}
|
||||
@@ -274,37 +274,37 @@ export default function HomePage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hipster-woman-traveling-around-world-with-backpack-smiling-happy-positive-listening-music-headphones-blue-tropical-ocean-background-sunglasses-sexy-summer-vacation_285396-6058.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hipster-woman-traveling-around-world-with-backpack-smiling-happy-positive-listening-music-headphones-blue-tropical-ocean-background-sunglasses-sexy-summer-vacation_285396-6058.jpg?_wi=1",
|
||||
imageAlt: "Indian businessman professional portrait confident",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-wearing-olive-green-t-shirt-putting-hand-chin-isolated-pink-wall_141793-103266.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-wearing-olive-green-t-shirt-putting-hand-chin-isolated-pink-wall_141793-103266.jpg?_wi=1",
|
||||
imageAlt: "Indian woman portrait smiling friendly",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vikram Desai",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-shows-thumbs-up-takes-selfie-mobile-phone-poses-near-suitcase-blogger-goes_1258-270583.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-shows-thumbs-up-takes-selfie-mobile-phone-poses-near-suitcase-blogger-goes_1258-270583.jpg?_wi=1",
|
||||
imageAlt: "Indian man casual portrait happy",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anjali Mehta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-going-hiking-holding-ticket-white-background-air-tourist-forest-vacation-flight-trip-campus-mountain_179666-39189.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-going-hiking-holding-ticket-white-background-air-tourist-forest-vacation-flight-trip-campus-mountain_179666-39189.jpg?_wi=1",
|
||||
imageAlt: "Indian woman travel vacation happy memory",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Suresh Kapoor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-young-man-sitting-office-coworking_171337-17642.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-young-man-sitting-office-coworking_171337-17642.jpg?_wi=1",
|
||||
imageAlt: "Indian senior man portrait wise elderly",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Deepika Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-pretty-young-woman-posing-camera-park_1262-20239.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-pretty-young-woman-posing-camera-park_1262-20239.jpg?_wi=1",
|
||||
imageAlt: "Indian woman portrait casual friendly smile",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user