From fb449f021810b52613ba9f54f6d7667322d5a13a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 03:13:57 +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 3c0a83f..5ec64f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,18 +112,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Safari Expeditions", description: "Witness Africa's majestic wildlife from exclusive private reserves with expert naturalist guides and luxury mobile camps.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4t74j8" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4t74j8" } + title: "Safari Expeditions", description: "Witness Africa's majestic wildlife from exclusive private reserves with expert naturalist guides and luxury mobile camps.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4t74j8&_wi=1" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4t74j8&_wi=2" } }, { id: 2, - title: "Luxury Cruises", description: "Navigate the world's most beautiful coastlines aboard ultra-premium vessels with Michelin-starred restaurants and fine art galleries.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=484by7" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=484by7" } + title: "Luxury Cruises", description: "Navigate the world's most beautiful coastlines aboard ultra-premium vessels with Michelin-starred restaurants and fine art galleries.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=484by7&_wi=1" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=484by7&_wi=2" } }, { id: 3, - title: "Private Aviation", description: "Travel on your schedule with access to exclusive charter aircraft, bypassing commercial airports for ultimate convenience.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bnaxdr" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bnaxdr" } + title: "Private Aviation", description: "Travel on your schedule with access to exclusive charter aircraft, bypassing commercial airports for ultimate convenience.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bnaxdr&_wi=1" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bnaxdr&_wi=2" } } ]} showStepNumbers={true} -- 2.49.1