diff --git a/src/app/page.tsx b/src/app/page.tsx index d66c143..1cbb03c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,13 +50,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-swimming-pool-beach_657883-734.jpg", imageAlt: "Tropical Paradise Destination" + imageSrc: "http://img.b2bpic.net/free-photo/luxury-swimming-pool-beach_657883-734.jpg?_wi=1", imageAlt: "Tropical Paradise Destination" }, { - imageSrc: "http://img.b2bpic.net/free-photo/autumn-landscape-ordesa-national-park-pyrenees-huesca-aragon-spain_1301-6934.jpg", imageAlt: "Alpine Mountain Resort" + imageSrc: "http://img.b2bpic.net/free-photo/autumn-landscape-ordesa-national-park-pyrenees-huesca-aragon-spain_1301-6934.jpg?_wi=1", imageAlt: "Alpine Mountain Resort" }, { - imageSrc: "http://img.b2bpic.net/free-photo/lights-amazing-landscape-landmark-working_1122-1681.jpg", imageAlt: "Urban Luxury Destination" + imageSrc: "http://img.b2bpic.net/free-photo/lights-amazing-landscape-landmark-working_1122-1681.jpg?_wi=1", imageAlt: "Urban Luxury Destination" } ]} autoplayDelay={5000} @@ -111,13 +111,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "African Safari Luxury", description: "Experience the majesty of Africa's wildlife in exclusive lodges with private guides and personalized game viewing experiences.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-giraffe-wild_23-2151708861.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-giraffe-wild_23-2151708861.jpg" } + title: "African Safari Luxury", description: "Experience the majesty of Africa's wildlife in exclusive lodges with private guides and personalized game viewing experiences.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-giraffe-wild_23-2151708861.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-giraffe-wild_23-2151708861.jpg?_wi=2" } }, { id: 2, - title: "Mediterranean Cruise", description: "Sail the azure waters of the Mediterranean aboard premium vessels, discovering ancient cultures and coastal elegance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-dress-summer-resort-hotel-wearing-sunglasses-stylish-accessories-laughing-vacation_285396-2699.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-dress-summer-resort-hotel-wearing-sunglasses-stylish-accessories-laughing-vacation_285396-2699.jpg" } + title: "Mediterranean Cruise", description: "Sail the azure waters of the Mediterranean aboard premium vessels, discovering ancient cultures and coastal elegance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-dress-summer-resort-hotel-wearing-sunglasses-stylish-accessories-laughing-vacation_285396-2699.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-dress-summer-resort-hotel-wearing-sunglasses-stylish-accessories-laughing-vacation_285396-2699.jpg?_wi=2" } } ]} animationType="slide-up" @@ -133,13 +133,13 @@ export default function LandingPage() { tag="Global Collection" features={[ { - id: "1", title: "Maldives Overwater Paradise", description: "Crystal-clear waters, pristine beaches, and exclusive overwater bungalows create the ultimate tropical escape.", tag: "Indian Ocean", imageSrc: "http://img.b2bpic.net/free-photo/luxury-swimming-pool-beach_657883-734.jpg", imageAlt: "Maldives Luxury Resort" + id: "1", title: "Maldives Overwater Paradise", description: "Crystal-clear waters, pristine beaches, and exclusive overwater bungalows create the ultimate tropical escape.", tag: "Indian Ocean", imageSrc: "http://img.b2bpic.net/free-photo/luxury-swimming-pool-beach_657883-734.jpg?_wi=2", imageAlt: "Maldives Luxury Resort" }, { - id: "2", title: "Swiss Alpine Excellence", description: "Majestic peaks, world-class skiing, and charming villages offer an unmatched mountain experience.", tag: "Europe", imageSrc: "http://img.b2bpic.net/free-photo/autumn-landscape-ordesa-national-park-pyrenees-huesca-aragon-spain_1301-6934.jpg", imageAlt: "Swiss Alpine Mountains" + id: "2", title: "Swiss Alpine Excellence", description: "Majestic peaks, world-class skiing, and charming villages offer an unmatched mountain experience.", tag: "Europe", imageSrc: "http://img.b2bpic.net/free-photo/autumn-landscape-ordesa-national-park-pyrenees-huesca-aragon-spain_1301-6934.jpg?_wi=2", imageAlt: "Swiss Alpine Mountains" }, { - id: "3", title: "Tokyo Urban Sophistication", description: "Blend traditional elegance with modern luxury in Japan's vibrant capital city of culture and innovation.", tag: "Asia-Pacific", imageSrc: "http://img.b2bpic.net/free-photo/lights-amazing-landscape-landmark-working_1122-1681.jpg", imageAlt: "Tokyo City Lights" + id: "3", title: "Tokyo Urban Sophistication", description: "Blend traditional elegance with modern luxury in Japan's vibrant capital city of culture and innovation.", tag: "Asia-Pacific", imageSrc: "http://img.b2bpic.net/free-photo/lights-amazing-landscape-landmark-working_1122-1681.jpg?_wi=2", imageAlt: "Tokyo City Lights" } ]} animationType="scale-rotate"