From c619908c325e1605a3c890f7ca9bf8a95da931a7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:16:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05b13ff..a805253 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/woman-white-swimming-suit-by-ocean-using-phone_1303-15329.jpg", imageAlt: "Luxury tropical beach resort" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-vertical-shot-rural-landscape-by-lake_181624-37174.jpg", imageAlt: "Exclusive alpine mountain villa" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-vertical-shot-rural-landscape-by-lake_181624-37174.jpg?_wi=1", imageAlt: "Exclusive alpine mountain villa" }, { imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-3064.jpg", imageAlt: "Premium city penthouse skyline" } ]} autoplayDelay={5000} @@ -100,13 +100,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Exclusive Yacht Sailing", description: "Set sail on luxury yachts to hidden coves and pristine islands. Enjoy champagne tastings, private dinners on deck, and unforgettable sunsets.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-adult-couple-sitting-side-yacht-watching-seaside-hugging-while-vacation-tan-might-fade-such-memories-you-share-with-one-you-love-last-forever_176420-15404.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-adult-couple-sitting-side-yacht-watching-seaside-hugging-while-vacation-tan-might-fade-such-memories-you-share-with-one-you-love-last-forever_176420-15404.jpg" } + title: "Exclusive Yacht Sailing", description: "Set sail on luxury yachts to hidden coves and pristine islands. Enjoy champagne tastings, private dinners on deck, and unforgettable sunsets.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-adult-couple-sitting-side-yacht-watching-seaside-hugging-while-vacation-tan-might-fade-such-memories-you-share-with-one-you-love-last-forever_176420-15404.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-adult-couple-sitting-side-yacht-watching-seaside-hugging-while-vacation-tan-might-fade-such-memories-you-share-with-one-you-love-last-forever_176420-15404.jpg?_wi=2" } }, { id: 2, - title: "African Safari Adventure", description: "Witness the Great Migration and encounter the Big Five from luxury lodges. Expert guides, gourmet meals, and once-in-a-lifetime wildlife moments.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-woman-without-care_52683-90917.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-woman-without-care_52683-90917.jpg" } + title: "African Safari Adventure", description: "Witness the Great Migration and encounter the Big Five from luxury lodges. Expert guides, gourmet meals, and once-in-a-lifetime wildlife moments.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-woman-without-care_52683-90917.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-woman-without-care_52683-90917.jpg?_wi=2" } } ]} showStepNumbers={true} @@ -128,7 +128,7 @@ export default function LandingPage() { id: "culinary", title: "Culinary Tour", description: "Embark on a gastronomic journey with private cooking classes, Michelin-starred dining, and exclusive market tours.", tag: "Gastronomy", imageSrc: "http://img.b2bpic.net/free-photo/cured-meat-with-rocket-mushroom-parmesan_141793-1771.jpg" }, { - id: "adventure", title: "Adventure Quest", description: "Experience adrenaline-pumping activities including helicopter tours, private mountain climbing, and exotic expeditions.", tag: "Adventure", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-vertical-shot-rural-landscape-by-lake_181624-37174.jpg" + id: "adventure", title: "Adventure Quest", description: "Experience adrenaline-pumping activities including helicopter tours, private mountain climbing, and exotic expeditions.", tag: "Adventure", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-vertical-shot-rural-landscape-by-lake_181624-37174.jpg?_wi=2" } ]} animationType="slide-up" -- 2.49.1