From e1d52e3e3c24927c179033423000528da914dceb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 03:52:47 +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 49a076a..0bc9e62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} -- 2.49.1