enhanceTripList property
getter/setter pair
Implementation
static List<Map<String, String>> enhanceTripList = [
{
'imagePath': 'assets/home/travel_01.webp',
'imagePathSmall': 'assets/home/travel_01_small.webp',
'title': 'All-Star Hotels & More',
'description':
'Discover the perfect high-tier accommodation for your journey while enjoying exclusive NEOPASS benefits that deliver added value.',
'buttonText': 'Search Hotels TBL',
'iconPath': 'assets/home/pre.svg',
'id': '1',
},
{
'imagePath': 'assets/home/travel_02.webp',
'imagePathSmall': 'assets/home/travel_02_small.webp',
'title': 'Car Rental',
'description':
'Choose NEOPASS for your car rentals on every trip and secure unbeatable transportation rates at your destination.',
'buttonText': 'Search Cars TBL',
'iconPath': 'assets/home/pre.svg',
'id': '2',
},
{
'imagePath': 'assets/home/travel_03.webp',
'imagePathSmall': 'assets/home/travel_03_small.webp',
'title': 'Experiences',
'description':
'Embark on extraordinary tours and activities for a truly meaningful holiday—take advantage of a streamlined booking experience and create unforgettable memories.',
'buttonText': 'Search Experiences TBL',
'iconPath': 'assets/home/pre.svg',
'id': '3',
},
{
'imagePath': 'assets/home/travel_04.webp',
'imagePathSmall': 'assets/home/travel_04_small.webp',
'title': 'Vacation Rentals',
'description':
'Plan remarkable vacations with family or friends through our curated global rentals and tailored services at premium rates.',
'buttonText': 'Find your perfect stay TBL',
'iconPath': 'assets/home/pre.svg',
'id': '4',
},
{
'imagePath': 'assets/home/travel_05.webp',
'imagePathSmall': 'assets/home/travel_05_small.webp',
'title': 'Cruises',
'description':
'Discover our exclusive selection of cruises and explore the world’s oceans at unbeatable prices.',
'buttonText': 'Search Cruises TBL',
'iconPath': 'assets/home/pre.svg',
'id': '5',
},
{
'imagePath': 'assets/home/travel_06.webp',
'imagePathSmall': 'assets/home/travel_06_small.webp',
'title': 'Share To Invite',
'description':
'Only NEOPASS members, YOU, can invite new members in to THE CLUB. You choose with whom to share our benefits.',
'buttonText': 'Invite Now',
'iconPath': 'assets/home/pre.svg',
'id': '6',
},
{
'imagePath': 'assets/home/travel_07.webp',
'imagePathSmall': 'assets/home/travel_07_small.webp',
'title': 'Butler Service',
'description':
'The Butler Service orchestrates elite lifestyle experiences, streamlines your daily tasks, and fosters meaningful connections—begin your luxurious journey today.',
'buttonText': 'TO BE LAUNCHED',
'iconPath': 'assets/home/pre.svg',
'id': '7',
},
{
'imagePath': 'assets/home/travel_08.webp',
'imagePathSmall': 'assets/home/travel_08_small.webp',
'title': 'On-Demand Security',
'description':
'On-Demand Security provides customized, high-quality security solutions with professionalism and efficiency, ensuring exceptional results through open communication and specialized services.',
'buttonText': 'TO BE LAUNCHED',
'iconPath': 'assets/home/pre.svg',
'id': '8',
},
{
'imagePath': 'assets/home/travel_11.webp',
'imagePathSmall': 'assets/home/travel_11_small.webp',
'title': 'Booking Navigator',
'description':
'Delight in personalized travel recommendations and optimized itineraries powered by cutting-edge technology and enjoy a flawless travel experience at the highest level.',
'buttonText': 'Know More',
'iconPath': 'assets/home/pre.svg',
'id': '9',
},
];