All files / app/constants wizard-card.constants.ts

100% Statements 78/78
100% Branches 0/0
100% Functions 0/0
100% Lines 78/78

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 791x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x  
 
export const secondOptions = {
  loop: true,
  mouseDrag: true,
  touchDrag: true,
  pullDrag: false,
  dots: false,
  navSpeed: 700,
  responsive: {
    0: { items: 1 },
    300: { items: 1.25 },
    400: { items: 2.25 },
    650: { items: 2.25 },
    740: { items: 2.25 },
    940: { items: 3 },
  },
  merge: true,
};
 
export const firstOptions = {
	loop: true,
	mouseDrag: true,
	touchDrag: true,
	pullDrag: false,
	dots: false,
	navSpeed: 700,
	responsive: { 0: { items: 1 }, 400: { items: 2 }, 650: { items: 2 }, 740: { items: 2 }, 940: { items: 3 } },
	nav: true,
	navText: [
		'<img loading="lazy" src="/assets/images/Frame.png" width="52px" height="52px"  style="transform:rotate(180deg); cursor:pointer;" alt="next icon" />',
		'<img loading="lazy" src="/assets/images/Frame.png" width="52px" height="52px"  style="transform:rotate(180deg); cursor:pointer;" alt="prev icon" />',
	],
};
 
export const wizardCardData = [
  {
    title: 'Instant Custom Plan',
    desc: 'Choose destinations and interests to create your own personalized itinerary with just a few clicks.',
    logo: '/assets/images/custom-plan.svg',
    alt: 'Instant Custom Plan',
    link: '/trip-planner',
  },
  {
    title: 'Change The Plan',
    desc: 'Easily adjust dates, hotels, activities, and other arrangements until the trip is just right for you.',
    logo: '/assets/images/change-plan.svg',
    alt: 'Change The Plan',
    link: '',
  },
  {
    title: 'Book All-At-Once',
    desc: 'All your bookings handled effortlessly i.e. hotels, trains, transfers, private guided tours, experiences, and more.',
    logo: '/assets/images/book-at-once.svg',
    alt: 'Book All-At-Once',
    link: '',
  },
  {
    title: 'Premium Service',
    desc: 'Expert guidance and dedicated support before & during your trip for a smooth, stress-free experience.',
    logo: '/assets/images/premium-service.svg',
    alt: 'Premium Service',
    link: '',
  },
  {
    title: 'Find Hidden Gems',
    desc: 'Get local tips and insight to venture off-the-beaten-path on a unique journey.',
    logo: '/assets/images/hidden-gems.svg',
    alt: 'Find Hidden Gems',
    link: '',
  },
  {
    title: 'Travel Content',
    desc: 'Travel independently with ease using our mobile app - the detailed travel info you need at your fingertips.',
    logo: '/assets/images/travel-content.svg',
    alt: 'Travel Content',
    link: '',
  },
]