Merge version_1 into main #1

Merged
bender merged 7 commits from version_1 into main 2026-03-11 21:37:36 +00:00
7 changed files with 73 additions and 34 deletions

View File

@@ -77,7 +77,7 @@ export default function AboutPage() {
{ text: "View Tours", href: "/" },
]}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-woman-walking-snowy-carpathian-mountains-surrounded-by-trees-romania_181624-12957.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-woman-walking-snowy-carpathian-mountains-surrounded-by-trees-romania_181624-12957.jpg?_wi=3"
imageAlt="Kashmir Horizons team in snowy mountains"
mediaAnimation="slide-up"
frameStyle="card"

View File

@@ -76,7 +76,7 @@ export default function ContactPage() {
{ text: "View Tours", href: "/" },
]}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/breathtaking-shot-mountain-range-with-town-it-winter_181624-14391.jpg"
imageSrc="http://img.b2bpic.net/free-photo/breathtaking-shot-mountain-range-with-town-it-winter_181624-14391.jpg?_wi=2"
imageAlt="Kashmir mountain landscape with snow"
mediaAnimation="slide-up"
frameStyle="card"
@@ -91,7 +91,7 @@ export default function ContactPage() {
description="Get exclusive early-bird deals on our winter packages. Limited slots available for this season."
background={{ variant: "radial-gradient" }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/breathtaking-shot-mountain-range-with-town-it-winter_181624-14391.jpg"
imageSrc="http://img.b2bpic.net/free-photo/breathtaking-shot-mountain-range-with-town-it-winter_181624-14391.jpg?_wi=3"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Get Free Itinerary"

View File

@@ -102,7 +102,7 @@ export default function DestinationsPage() {
price: "2,650m",
rating: 5,
reviewCount: "Skiing",
imageSrc: "http://img.b2bpic.net/free-photo/spruce-forest-winter-covered-with-snow_181624-17557.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spruce-forest-winter-covered-with-snow_181624-17557.jpg?_wi=2",
imageAlt: "Gulmarg mountain destination",
},
{
@@ -112,7 +112,7 @@ export default function DestinationsPage() {
price: "2,730m",
rating: 5,
reviewCount: "Glacier",
imageSrc: "http://img.b2bpic.net/free-photo/stunning-nature-landscape_23-2151922430.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stunning-nature-landscape_23-2151922430.jpg?_wi=2",
imageAlt: "Sonmarg glacier valley",
},
{
@@ -122,7 +122,7 @@ export default function DestinationsPage() {
price: "2,130m",
rating: 5,
reviewCount: "Trekking",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-residential-building-snow-land_181624-25967.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-residential-building-snow-land_181624-25967.jpg?_wi=2",
imageAlt: "Pahalgam snow valley",
},
{
@@ -132,7 +132,7 @@ export default function DestinationsPage() {
price: "2,730m",
rating: 5,
reviewCount: "Scenic",
imageSrc: "http://img.b2bpic.net/free-photo/mountain-river-susten-pass-located-switzerland-winter-daylight_181624-37228.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mountain-river-susten-pass-located-switzerland-winter-daylight_181624-37228.jpg?_wi=2",
imageAlt: "Doodhpathri milk stream valley",
},
{
@@ -142,7 +142,7 @@ export default function DestinationsPage() {
price: "3,088m",
rating: 5,
reviewCount: "Pass",
imageSrc: "http://img.b2bpic.net/free-photo/olden-norway-june-28-2023-mountain_58702-16646.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/olden-norway-june-28-2023-mountain_58702-16646.jpg?_wi=2",
imageAlt: "Peer Ki Gali mountain pass",
},
{
@@ -152,7 +152,7 @@ export default function DestinationsPage() {
price: "3,524m",
rating: 5,
reviewCount: "Extreme",
imageSrc: "http://img.b2bpic.net/free-photo/ice-river_1398-209.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ice-river_1398-209.jpg?_wi=2",
imageAlt: "Leh Ladakh winter destination",
},
]}

View File

@@ -120,7 +120,7 @@ export default function GalleryPage() {
price: "Featured",
rating: 5,
reviewCount: "Iconic",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-woman-walking-snowy-carpathian-mountains-surrounded-by-trees-romania_181624-12957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-woman-walking-snowy-carpathian-mountains-surrounded-by-trees-romania_181624-12957.jpg?_wi=2",
imageAlt: "snowy mountain landscape scenic",
},
];
@@ -167,22 +167,22 @@ export default function GalleryPage() {
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-talking-phone-street_1303-13379.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-talking-phone-street_1303-13379.jpg?_wi=2",
},
{
id: "2",
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/tourists-nature_1157-4318.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tourists-nature_1157-4318.jpg?_wi=2",
},
{
id: "3",
name: "Emma Davis",
imageSrc: "http://img.b2bpic.net/free-photo/girl-boy_1328-916.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-boy_1328-916.jpg?_wi=2",
},
{
id: "4",
name: "James Wilson",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-nature_23-2148913728.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-nature_23-2148913728.jpg?_wi=2",
},
]}
cardTitle="Over 10,000 travelers trust Kashmir Horizons for unforgettable snow adventures"

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { DM_Sans } 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 { DM_Sans } 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 dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Kashmir Horizons | Premium Snow Tours & Winter Travel Packages",
description: "Experience Kashmir's breathtaking winter wonderland with Kashmir Horizons. Luxury snow tours, skiing, trekking, and authentic Himalayan adventures. 15+ years expertise, 10,000+ happy travelers.",
keywords: "Kashmir snow tours, winter travel packages, Gulmarg skiing, Himalayan adventure, luxury winter vacation, snow trekking, Ladakh winter, Srinagar tours",
metadataBase: new URL("https://kashmirhorizons.com"),
alternates: {
canonical: "https://kashmirhorizons.com",
},
openGraph: {
title: "Kashmir Horizons | Snow Tours & Winter Travel",
description: "Discover the magic of Kashmir's snow-covered landscapes with expert guides and premium experiences.",
url: "https://kashmirhorizons.com",
siteName: "Kashmir Horizons",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/beautiful-shot-woman-walking-snowy-carpathian-mountains-surrounded-by-trees-romania_181624-12957.jpg",
alt: "Gulmarg ski slopes winter snow",
},
],
},
twitter: {
card: "summary_large_image",
title: "Kashmir Horizons | Premium Snow Tours",
description: "Experience Kashmir's breathtaking winter wonderland",
images: ["http://img.b2bpic.net/free-photo/beautiful-shot-woman-walking-snowy-carpathian-mountains-surrounded-by-trees-romania_181624-12957.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${dmSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -81,7 +81,7 @@ export default function HomePage() {
{ text: "Watch the Magic", href: "#" },
]}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-woman-walking-snowy-carpathian-mountains-surrounded-by-trees-romania_181624-12957.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-woman-walking-snowy-carpathian-mountains-surrounded-by-trees-romania_181624-12957.jpg?_wi=1"
imageAlt="Gulmarg ski slopes during winter"
mediaAnimation="slide-up"
frameStyle="card"
@@ -245,25 +245,25 @@ export default function HomePage() {
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-talking-phone-street_1303-13379.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-talking-phone-street_1303-13379.jpg?_wi=1",
imageAlt: "happy traveler mountain portrait winter",
},
{
id: "2",
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/tourists-nature_1157-4318.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tourists-nature_1157-4318.jpg?_wi=1",
imageAlt: "tourist family winter snow adventure",
},
{
id: "3",
name: "Emma Davis",
imageSrc: "http://img.b2bpic.net/free-photo/girl-boy_1328-916.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-boy_1328-916.jpg?_wi=1",
imageAlt: "couple winter mountain embrace",
},
{
id: "4",
name: "James Wilson",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-nature_23-2148913728.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-nature_23-2148913728.jpg?_wi=1",
imageAlt: "traveler portrait mountain winter",
},
]}
@@ -280,7 +280,7 @@ export default function HomePage() {
description="Get exclusive early-bird deals on our winter packages. Limited slots available for this season."
background={{ variant: "radial-gradient" }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/breathtaking-shot-mountain-range-with-town-it-winter_181624-14391.jpg"
imageSrc="http://img.b2bpic.net/free-photo/breathtaking-shot-mountain-range-with-town-it-winter_181624-14391.jpg?_wi=1"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Get Free Itinerary"

View File

@@ -84,7 +84,7 @@ export default function ToursPage() {
price: "2,650m",
rating: 5,
reviewCount: "Skiing",
imageSrc: "http://img.b2bpic.net/free-photo/spruce-forest-winter-covered-with-snow_181624-17557.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spruce-forest-winter-covered-with-snow_181624-17557.jpg?_wi=1",
imageAlt: "Gulmarg mountain destination",
},
{
@@ -94,7 +94,7 @@ export default function ToursPage() {
price: "2,730m",
rating: 5,
reviewCount: "Glacier",
imageSrc: "http://img.b2bpic.net/free-photo/stunning-nature-landscape_23-2151922430.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stunning-nature-landscape_23-2151922430.jpg?_wi=1",
imageAlt: "Sonmarg glacier valley",
},
{
@@ -104,7 +104,7 @@ export default function ToursPage() {
price: "2,130m",
rating: 5,
reviewCount: "Trekking",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-residential-building-snow-land_181624-25967.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-residential-building-snow-land_181624-25967.jpg?_wi=1",
imageAlt: "Pahalgam snow valley",
},
{
@@ -114,7 +114,7 @@ export default function ToursPage() {
price: "2,730m",
rating: 5,
reviewCount: "Scenic",
imageSrc: "http://img.b2bpic.net/free-photo/mountain-river-susten-pass-located-switzerland-winter-daylight_181624-37228.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mountain-river-susten-pass-located-switzerland-winter-daylight_181624-37228.jpg?_wi=1",
imageAlt: "Doodhpathri milk stream valley",
},
{
@@ -124,7 +124,7 @@ export default function ToursPage() {
price: "3,088m",
rating: 5,
reviewCount: "Pass",
imageSrc: "http://img.b2bpic.net/free-photo/olden-norway-june-28-2023-mountain_58702-16646.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/olden-norway-june-28-2023-mountain_58702-16646.jpg?_wi=1",
imageAlt: "Peer Ki Gali mountain pass",
},
{
@@ -134,7 +134,7 @@ export default function ToursPage() {
price: "3,524m",
rating: 5,
reviewCount: "Extreme",
imageSrc: "http://img.b2bpic.net/free-photo/ice-river_1398-209.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ice-river_1398-209.jpg?_wi=1",
imageAlt: "Leh Ladakh winter destination",
},
]}