diff --git a/src/app/page.tsx b/src/app/page.tsx index fa0978f..a499819 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,18 +118,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Private Yacht Charter", description: "Navigate crystalline waters aboard your personal luxury vessel with professional crew and gourmet cuisine", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/catamaran-stairs-leading-into-turquoise-waters_23-2151995404.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/catamaran-stairs-leading-into-turquoise-waters_23-2151995404.jpg" } + title: "Private Yacht Charter", description: "Navigate crystalline waters aboard your personal luxury vessel with professional crew and gourmet cuisine", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/catamaran-stairs-leading-into-turquoise-waters_23-2151995404.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/catamaran-stairs-leading-into-turquoise-waters_23-2151995404.jpg?_wi=2" } }, { id: 2, - title: "Wellness Retreats", description: "Rejuvenate at world-renowned spas combining ancient healing traditions with modern luxury amenities", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa-hotel-outdoors_23-2149037111.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa-hotel-outdoors_23-2149037111.jpg" } + title: "Wellness Retreats", description: "Rejuvenate at world-renowned spas combining ancient healing traditions with modern luxury amenities", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa-hotel-outdoors_23-2149037111.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa-hotel-outdoors_23-2149037111.jpg?_wi=2" } }, { id: 3, - title: "Fine Dining Journeys", description: "Culinary adventures with Michelin-starred chefs offering bespoke tasting menus in intimate settings", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-6158.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-6158.jpg" } + title: "Fine Dining Journeys", description: "Culinary adventures with Michelin-starred chefs offering bespoke tasting menus in intimate settings", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-6158.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-6158.jpg?_wi=2" } } ]} showStepNumbers={true}