Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 03:52:52 +00:00

View File

@@ -135,18 +135,18 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "African Safari Adventure", description: "Witness the majesty of wildlife in their natural habitat with expert guides and luxury accommodations.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-elephants-standing-near-lake-sunset_181624-29375.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-elephants-standing-near-lake-sunset_181624-29375.jpg" }
title: "African Safari Adventure", description: "Witness the majesty of wildlife in their natural habitat with expert guides and luxury accommodations.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-elephants-standing-near-lake-sunset_181624-29375.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-elephants-standing-near-lake-sunset_181624-29375.jpg?_wi=2" }
},
{
id: 2,
title: "Alpine Ski Luxury", description: "Experience world-class skiing combined with five-star resorts and après-ski sophistication.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/house-snowy-mountains_23-2147803875.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/house-snowy-mountains_23-2147803875.jpg" }
title: "Alpine Ski Luxury", description: "Experience world-class skiing combined with five-star resorts and après-ski sophistication.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/house-snowy-mountains_23-2147803875.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/house-snowy-mountains_23-2147803875.jpg?_wi=2" }
},
{
id: 3,
title: "Oceanic Voyages", description: "Sail in ultimate luxury with gourmet dining, spa treatments, and exclusive port experiences.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/big-ship-port_72229-250.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/big-ship-port_72229-250.jpg" }
title: "Oceanic Voyages", description: "Sail in ultimate luxury with gourmet dining, spa treatments, and exclusive port experiences.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/big-ship-port_72229-250.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/big-ship-port_72229-250.jpg?_wi=2" }
}
]}
showStepNumbers={true}