Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-14 18:41:46 +00:00
4 changed files with 76 additions and 40 deletions

View File

@@ -51,21 +51,21 @@ export default function AboutPage() {
}}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/saint-basil-s-cathedral-red-square-moscow-russia_181624-2329.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/saint-basil-s-cathedral-red-square-moscow-russia_181624-2329.jpg?_wi=3",
imageAlt: "Russia heritage",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-peles-castle-romania_1268-20831.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-peles-castle-romania_1268-20831.jpg?_wi=3",
imageAlt: "Russia nature",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg?_wi=4",
imageAlt: "Russia culture",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-ready-take-train-from_23-2148258896.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-ready-take-train-from_23-2148258896.jpg?_wi=4",
imageAlt: "Russia exploration",
},
]}
@@ -96,28 +96,28 @@ export default function AboutPage() {
id: "team-1",
name: "Dmitri Volkov",
role: "Founder & CEO",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg?_wi=3",
imageAlt: "Dmitri Volkov",
},
{
id: "team-2",
name: "Natasha Sokolov",
role: "Head of Operations",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-woman-smiling_23-2148729684.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-woman-smiling_23-2148729684.jpg?_wi=3",
imageAlt: "Natasha Sokolov",
},
{
id: "team-3",
name: "Ivan Petrov",
role: "Chief Guide",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-camera-forest_23-2147835179.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-camera-forest_23-2147835179.jpg?_wi=3",
imageAlt: "Ivan Petrov",
},
{
id: "team-4",
name: "Alexei Mikhailov",
role: "Adventure Coordinator",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-taking-photos_23-2150343029.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-taking-photos_23-2150343029.jpg?_wi=2",
imageAlt: "Alexei Mikhailov",
},
]}

View File

@@ -1,28 +1,62 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Montserrat } 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 { Montserrat } from "next/font/google";
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Russia Tours - Immersive Travel Experiences",
description: "Discover Russia's breathtaking landscapes, rich culture, and timeless traditions. Expert-guided tours from Lake Baikal to Moscow.",
keywords: "Russia tours, travel Russia, Lake Baikal, Moscow tours, Russian culture, adventure travel, Siberia",
metadataBase: new URL("https://russiatours.com"),
alternates: {
canonical: "https://russiatours.com",
},
openGraph: {
title: "Russia Tours - Explore Russia's Greatest Destinations",
description: "Hand-crafted tour experiences across Russia. Adventure, culture, and unforgettable memories await.",
siteName: "Russia Tours",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/saint-basil-s-cathedral-red-square-moscow-russia_181624-2329.jpg",
alt: "Red Square Moscow",
},
],
},
twitter: {
card: "summary_large_image",
title: "Russia Tours - Discover Your Russian Adventure",
description: "Experience Russia's landscapes and culture with expert guides.",
images: [
"http://img.b2bpic.net/free-photo/saint-basil-s-cathedral-red-square-moscow-russia_181624-2329.jpg",
],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -31,7 +65,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${montserrat.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +79,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -69,21 +69,21 @@ export default function HomePage() {
}}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/saint-basil-s-cathedral-red-square-moscow-russia_181624-2329.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/saint-basil-s-cathedral-red-square-moscow-russia_181624-2329.jpg?_wi=1",
imageAlt: "Red Square Moscow",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-peles-castle-romania_1268-20831.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-peles-castle-romania_1268-20831.jpg?_wi=1",
imageAlt: "Lake Baikal winter landscape",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg?_wi=1",
imageAlt: "Hermitage Palace interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-ready-take-train-from_23-2148258896.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-ready-take-train-from_23-2148258896.jpg?_wi=1",
imageAlt: "Trans-Siberian railway",
},
]}
@@ -180,7 +180,7 @@ export default function HomePage() {
name: "Lake Baikal Adventure",
price: "$2,499",
variant: "10 days",
imageSrc: "http://img.b2bpic.net/free-photo/very-large-beautiful-chunk-ice-sunrise-winter_335224-293.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/very-large-beautiful-chunk-ice-sunrise-winter_335224-293.jpg?_wi=1",
imageAlt: "Lake Baikal",
},
{
@@ -188,7 +188,7 @@ export default function HomePage() {
name: "Moscow & St. Petersburg",
price: "$1,899",
variant: "8 days",
imageSrc: "http://img.b2bpic.net/free-photo/saint-isaac-s-cathedral-st-petersburg_1398-2677.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/saint-isaac-s-cathedral-st-petersburg_1398-2677.jpg?_wi=1",
imageAlt: "Moscow Red Square",
},
{
@@ -196,7 +196,7 @@ export default function HomePage() {
name: "Siberian Wilderness",
price: "$2,799",
variant: "12 days",
imageSrc: "http://img.b2bpic.net/free-photo/pine-trees-surrounded-with-snow_198169-248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pine-trees-surrounded-with-snow_198169-248.jpg?_wi=1",
imageAlt: "Siberian wilderness",
},
]}
@@ -258,7 +258,7 @@ export default function HomePage() {
name: "Sarah Mitchell",
role: "Adventure Enthusiast",
testimonial: "The Lake Baikal tour was absolutely incredible. Our guide shared fascinating insights about the region, and the accommodations were top-notch. I felt truly immersed in Russian culture.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg?_wi=1",
imageAlt: "Sarah Mitchell",
icon: Star,
},
@@ -267,7 +267,7 @@ export default function HomePage() {
name: "Michael Chen",
role: "Travel Blogger",
testimonial: "Russia Tours exceeded all my expectations. The itinerary was perfectly balanced, giving us time for major attractions and hidden gems. The organization was seamless from start to finish.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-woman-smiling_23-2148729684.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-woman-smiling_23-2148729684.jpg?_wi=1",
imageAlt: "Michael Chen",
icon: Star,
},
@@ -276,7 +276,7 @@ export default function HomePage() {
name: "Elena Rodriguez",
role: "Culture Explorer",
testimonial: "The Moscow and St. Petersburg tour was enlightening. Visiting the Hermitage with a knowledgeable guide made it so much more meaningful. I loved every moment of this journey.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-camera-forest_23-2147835179.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-camera-forest_23-2147835179.jpg?_wi=1",
imageAlt: "Elena Rodriguez",
icon: Star,
},
@@ -285,7 +285,7 @@ export default function HomePage() {
name: "James Thompson",
role: "Seasoned Traveler",
testimonial: "I've traveled extensively, and this Russia tour ranks among my top experiences. The guides, the destinations, the local food experiences—everything was exceptional.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-taking-photos_23-2150343029.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-taking-photos_23-2150343029.jpg?_wi=1",
imageAlt: "James Thompson",
icon: Star,
},

View File

@@ -62,21 +62,21 @@ export default function ToursPage() {
}}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/saint-basil-s-cathedral-red-square-moscow-russia_181624-2329.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/saint-basil-s-cathedral-red-square-moscow-russia_181624-2329.jpg?_wi=2",
imageAlt: "Red Square Moscow",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-peles-castle-romania_1268-20831.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-peles-castle-romania_1268-20831.jpg?_wi=2",
imageAlt: "Lake Baikal winter landscape",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg?_wi=2",
imageAlt: "Hermitage Palace interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-ready-take-train-from_23-2148258896.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-ready-take-train-from_23-2148258896.jpg?_wi=2",
imageAlt: "Trans-Siberian railway",
},
]}
@@ -105,7 +105,7 @@ export default function ToursPage() {
name: "Lake Baikal Adventure",
price: "$2,499",
variant: "10 days",
imageSrc: "http://img.b2bpic.net/free-photo/very-large-beautiful-chunk-ice-sunrise-winter_335224-293.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/very-large-beautiful-chunk-ice-sunrise-winter_335224-293.jpg?_wi=2",
imageAlt: "Lake Baikal",
},
{
@@ -113,7 +113,7 @@ export default function ToursPage() {
name: "Moscow & St. Petersburg",
price: "$1,899",
variant: "8 days",
imageSrc: "http://img.b2bpic.net/free-photo/saint-isaac-s-cathedral-st-petersburg_1398-2677.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/saint-isaac-s-cathedral-st-petersburg_1398-2677.jpg?_wi=2",
imageAlt: "Moscow Red Square",
},
{
@@ -121,7 +121,7 @@ export default function ToursPage() {
name: "Siberian Wilderness",
price: "$2,799",
variant: "12 days",
imageSrc: "http://img.b2bpic.net/free-photo/pine-trees-surrounded-with-snow_198169-248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pine-trees-surrounded-with-snow_198169-248.jpg?_wi=2",
imageAlt: "Siberian wilderness",
},
{
@@ -137,7 +137,7 @@ export default function ToursPage() {
name: "Trans-Siberian Railway",
price: "$3,299",
variant: "14 days",
imageSrc: "http://img.b2bpic.net/free-photo/woman-ready-take-train-from_23-2148258896.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-ready-take-train-from_23-2148258896.jpg?_wi=3",
imageAlt: "Train journey",
},
{
@@ -145,7 +145,7 @@ export default function ToursPage() {
name: "Cultural Immersion",
price: "$1,699",
variant: "7 days",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg?_wi=3",
imageAlt: "Russian culture",
},
]}
@@ -177,7 +177,7 @@ export default function ToursPage() {
name: "Sarah Mitchell",
role: "Adventure Enthusiast",
testimonial: "The Lake Baikal tour was absolutely incredible. Our guide shared fascinating insights about the region, and the accommodations were top-notch. I felt truly immersed in Russian culture.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg?_wi=2",
imageAlt: "Sarah Mitchell",
icon: Star,
},
@@ -186,7 +186,7 @@ export default function ToursPage() {
name: "Michael Chen",
role: "Travel Blogger",
testimonial: "Russia Tours exceeded all my expectations. The itinerary was perfectly balanced, giving us time for major attractions and hidden gems. The organization was seamless from start to finish.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-woman-smiling_23-2148729684.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-woman-smiling_23-2148729684.jpg?_wi=2",
imageAlt: "Michael Chen",
icon: Star,
},
@@ -195,7 +195,7 @@ export default function ToursPage() {
name: "Elena Rodriguez",
role: "Culture Explorer",
testimonial: "The Moscow and St. Petersburg tour was enlightening. Visiting the Hermitage with a knowledgeable guide made it so much more meaningful. I loved every moment of this journey.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-camera-forest_23-2147835179.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-camera-forest_23-2147835179.jpg?_wi=2",
imageAlt: "Elena Rodriguez",
icon: Star,
},