diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8da9ee6..f73cff4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,20 +22,22 @@ const manrope = Manrope({ 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"), alternates: { - canonical: "https://arctictravels.com"}, + canonical: "https://arctictravels.com" + }, 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: [ { - 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: { - 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: { index: true, - follow: true, - }, + follow: true + } }; export default function RootLayout({ diff --git a/src/app/page.tsx b/src/app/page.tsx index bcd420e..ddc710b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,14 +41,16 @@ export default function LandingPage() {
@@ -133,22 +143,28 @@ export default function LandingPage() { testimonials={[ { 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, - 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, - 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, - 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, - 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, - 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={[ { value: "20+", label: "Worldwide Resorts" },