5 Commits

Author SHA1 Message Date
5172f09a22 Update src/app/page.tsx 2026-03-04 16:28:52 +00:00
efd7da55a1 Merge version_2 into main
Merge version_2 into main
2026-03-04 16:25:18 +00:00
267e1c452d Update src/app/page.tsx 2026-03-04 16:25:14 +00:00
ef1a5a5829 Update src/app/layout.tsx 2026-03-04 16:25:13 +00:00
60845dbfb2 Merge version_1 into main
Merge version_1 into main
2026-03-04 16:21:42 +00:00
2 changed files with 42 additions and 23 deletions

View File

@@ -22,20 +22,22 @@ const manrope = Manrope({
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Arctic Travels | Luxury Ski & Snowboarding Vacations", description: "Plan your perfect ski trip to world-class resorts. Luxury accommodations, expert travel agents, and the best prices on skiing vacations in Niseko, Chamonix, Zermatt and beyond.", keywords: "ski vacations, snowboarding holidays, luxury ski resorts, arctic travel, winter sports, Niseko, Chamonix, Zermatt", metadataBase: new URL("https://arctictravels.com"), title: "Arctic Travels | Luxury Ski & Snowboarding Vacations", description: "Plan your perfect ski trip to world-class resorts. Luxury accommodations, expert travel agents, and the best prices on skiing vacations in Niseko, Chamonix, Zermatt and beyond.", keywords: "ski vacations, snowboarding holidays, luxury ski resorts, arctic travel, winter sports, Niseko, Chamonix, Zermatt", metadataBase: new URL("https://arctictravels.com"),
alternates: { alternates: {
canonical: "https://arctictravels.com"}, canonical: "https://arctictravels.com"
},
openGraph: { openGraph: {
title: "Arctic Travels | Luxury Ski Vacations", description: "Plan your perfect winter ski adventure with our specialized travel agents. Luxury resorts worldwide.", url: "https://arctictravels.com", siteName: "Arctic Travels", type: "website", images: [ title: "Arctic Travels | Luxury Ski Vacations", description: "Plan your perfect winter ski adventure with our specialized travel agents. Luxury resorts worldwide.", url: "https://arctictravels.com", siteName: "Arctic Travels", type: "website", images: [
{ {
url: "http://img.b2bpic.net/free-photo/skier-skiing-snowy-mountains_107420-95978.jpg", alt: "Arctic Travels - Luxury Ski Vacations"}, url: "http://img.b2bpic.net/free-photo/skier-skiing-snowy-mountains_107420-95978.jpg", alt: "Arctic Travels - Luxury Ski Vacations"
], }
]
}, },
twitter: { twitter: {
card: "summary_large_image", title: "Arctic Travels | Luxury Ski Vacations", description: "Plan your perfect winter ski adventure with Arctic Travels", images: ["http://img.b2bpic.net/free-photo/skier-skiing-snowy-mountains_107420-95978.jpg"], card: "summary_large_image", title: "Arctic Travels | Luxury Ski Vacations", description: "Plan your perfect winter ski adventure with Arctic Travels", images: ["http://img.b2bpic.net/free-photo/skier-skiing-snowy-mountains_107420-95978.jpg"]
}, },
robots: { robots: {
index: true, index: true,
follow: true, follow: true
}, }
}; };
export default function RootLayout({ export default function RootLayout({

View File

@@ -41,14 +41,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCentered <HeroCentered
title="Plan the perfect winter trip" title="Your Luxury Ski Vacation, Expertly Planned"
description="Easily plan your ideal ski trip from home with the help of professionals" description="Easily plan your ideal ski trip from home with the help of professionals"
background={{ variant: "downward-rays-static" }} background={{ variant: "downward-rays-static" }}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/skier-skiing-snowy-mountains_107420-95978.jpg", alt: "Alpine skier on mountain"}, src: "http://img.b2bpic.net/free-photo/skier-skiing-snowy-mountains_107420-95978.jpg", alt: "Alpine skier on mountain"
},
{ {
src: "http://img.b2bpic.net/free-photo/snow-scoot-snow-bike-extreme-winter-sports_654080-908.jpg", alt: "Snowboarder in action"}, src: "http://img.b2bpic.net/free-photo/snow-scoot-snow-bike-extreme-winter-sports_654080-908.jpg", alt: "Snowboarder in action"
},
]} ]}
avatarText="Trusted by thousands of ski enthusiasts worldwide" avatarText="Trusted by thousands of ski enthusiasts worldwide"
buttons={[{ text: "Book here", href: "#contact" }]} buttons={[{ text: "Book here", href: "#contact" }]}
@@ -63,18 +65,23 @@ export default function LandingPage() {
description="Choose exactly how you want to experience your perfect ski vacation" description="Choose exactly how you want to experience your perfect ski vacation"
products={[ products={[
{ {
id: "regions", name: "Regions", price: "20+ destinations", imageSrc: "http://img.b2bpic.net/free-photo/landscape-ropeways-surrounded-by-hills-forests-covered-snow-blue-sky_181624-39788.jpg?_wi=1", imageAlt: "Featured ski regions worldwide"}, id: "regions", name: "Regions: Alpine, Powder & Resort", price: "20+ destinations", imageSrc: "http://img.b2bpic.net/free-photo/landscape-ropeways-surrounded-by-hills-forests-covered-snow-blue-sky_181624-39788.jpg?_wi=1", imageAlt: "Featured ski regions worldwide"
},
{ {
id: "lodging", name: "Lodging", price: "Luxury accommodations", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263619.jpg", imageAlt: "Premium mountain lodging"}, id: "lodging", name: "Lodging: 5-Star Mountain Retreats", price: "Luxury accommodations", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263619.jpg", imageAlt: "Premium mountain lodging"
},
{ {
id: "resorts", name: "Resorts", price: "Top-tier resorts", imageSrc: "http://img.b2bpic.net/free-photo/chair-lift-french-mountain-europe_268835-3582.jpg", imageAlt: "World-class ski resorts"}, id: "resorts", name: "Resorts: Iconic & Exclusive", price: "Top-tier resorts", imageSrc: "http://img.b2bpic.net/free-photo/chair-lift-french-mountain-europe_268835-3582.jpg", imageAlt: "World-class ski resorts"
},
{ {
id: "passes", name: "Passes", price: "All-inclusive packages", imageSrc: "http://img.b2bpic.net/free-vector/winter-sport-banners_23-2148008618.jpg", imageAlt: "Comprehensive ski pass options"}, id: "passes", name: "Passes: Unlimited Mountain Access", price: "All-inclusive packages", imageSrc: "http://img.b2bpic.net/free-vector/winter-sport-banners_23-2148008618.jpg", imageAlt: "Comprehensive ski pass options"
},
]} ]}
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
cardNameClassName="text-sm font-semibold text-gray-800"
buttons={[{ text: "Book here", href: "#contact" }]} buttons={[{ text: "Book here", href: "#contact" }]}
/> />
</div> </div>
@@ -86,11 +93,14 @@ export default function LandingPage() {
tag="Top Resorts" tag="Top Resorts"
products={[ products={[
{ {
id: "niseko", name: "Niseko, Japan", price: "Premium powder experience", imageSrc: "http://img.b2bpic.net/free-photo/landscape-ropeways-surrounded-by-hills-forests-covered-snow-blue-sky_181624-39788.jpg?_wi=2", imageAlt: "Niseko ski resort"}, id: "niseko", name: "Niseko, Japan", price: "Premium powder experience", imageSrc: "http://img.b2bpic.net/free-photo/landscape-ropeways-surrounded-by-hills-forests-covered-snow-blue-sky_181624-39788.jpg?_wi=2", imageAlt: "Niseko ski resort"
},
{ {
id: "chamonix", name: "Chamonix, France", price: "Alpine mountain adventure", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-ski-resort-chamonix-mont-blanc-alps_181624-42091.jpg", imageAlt: "Chamonix ski resort"}, id: "chamonix", name: "Chamonix, France", price: "Alpine mountain adventure", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-ski-resort-chamonix-mont-blanc-alps_181624-42091.jpg", imageAlt: "Chamonix ski resort"
},
{ {
id: "zermatt", name: "Zermatt, Switzerland", price: "Iconic mountain luxury", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-woman-chair-lift-french-alps-europe_268835-3616.jpg", imageAlt: "Zermatt ski resort"}, id: "zermatt", name: "Zermatt, Switzerland", price: "Iconic mountain luxury", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-woman-chair-lift-french-alps-europe_268835-3616.jpg", imageAlt: "Zermatt ski resort"
},
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
@@ -119,7 +129,8 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"Expedia", "Booking.com", "Airbnb", "Marriott", "Hyatt", "Four Seasons", "Ritz Carlton", "Peninsula Hotels"]} "Expedia", "Booking.com", "Airbnb", "Marriott", "Hyatt", "Four Seasons", "Ritz Carlton", "Peninsula Hotels"
]}
speed={40} speed={40}
showCard={true} showCard={true}
/> />
@@ -133,22 +144,28 @@ export default function LandingPage() {
testimonials={[ testimonials={[
{ {
id: "1", name: "James Morrison", role: "CEO", company: "Tech Ventures Inc", rating: 5, id: "1", name: "James Morrison", role: "CEO", company: "Tech Ventures Inc", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Morrison"}, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Morrison"
},
{ {
id: "2", name: "Sarah Chen", role: "Executive Director", company: "Global Investments", rating: 5, id: "2", name: "Sarah Chen", role: "Executive Director", company: "Global Investments", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "Sarah Chen"}, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "Sarah Chen"
},
{ {
id: "3", name: "Michael Richardson", role: "Founder", company: "Alpine Ventures", rating: 5, id: "3", name: "Michael Richardson", role: "Founder", company: "Alpine Ventures", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Richardson"}, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Richardson"
},
{ {
id: "4", name: "Victoria Laurent", role: "Chief Marketing Officer", company: "Luxury Brands Co", rating: 5, id: "4", name: "Victoria Laurent", role: "Chief Marketing Officer", company: "Luxury Brands Co", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Victoria Laurent"}, imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Victoria Laurent"
},
{ {
id: "5", name: "David Whitmore", role: "Managing Director", company: "Wealth Management Partners", rating: 5, id: "5", name: "David Whitmore", role: "Managing Director", company: "Wealth Management Partners", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Whitmore"}, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Whitmore"
},
{ {
id: "6", name: "Elisabeth Bergman", role: "President", company: "Nordic Holdings", rating: 5, id: "6", name: "Elisabeth Bergman", role: "President", company: "Nordic Holdings", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Elisabeth Bergman"}, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Elisabeth Bergman"
},
]} ]}
kpiItems={[ kpiItems={[
{ value: "20+", label: "Worldwide Resorts" }, { value: "20+", label: "Worldwide Resorts" },