From dbb37a388733ceb8f4092bfed3d7e447889d9f39 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:21:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b84ef6a..bcd420e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { description="Choose exactly how you want to experience your perfect ski vacation" 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", imageAlt: "Featured ski regions worldwide"}, + 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: "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"}, { @@ -86,7 +86,7 @@ export default function LandingPage() { tag="Top Resorts" 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", 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"}, { @@ -133,22 +133,22 @@ 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", 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", 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", 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"}, { 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", 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", 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" }, -- 2.49.1