All files / app/constants app.constants.ts

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

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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 991x 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 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x  
export const basicOptions = {
	loop: false,
	mouseDrag: true,
	touchDrag: true,
	pullDrag: false,
	dots: false,
	navSpeed: 700,
	responsive: {
		0: {
			items: 1,
		},
		400: {
			items: 1,
		},
		650: {
			items: 2,
		},
		740: {
			items: 3,
		},
		940: {
			items: 4,
		},
	},
	nav: true,
};
 
export const basicReviewOptions = {
	loop: true,
	mouseDrag: true,
	touchDrag: true,
	pullDrag: false,
	dots: false,
	navSpeed: 700,
	responsive: {
		0: {
			items: 1,
		},
		400: {
			items: 1,
		},
		650: {
			items: 2,
		},
		740: {
			items: 2,
		},
		940: {
			items: 3,
		},
	},
	nav: true,
};
 
export const selectionWizardCard = [
	{
		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: '',
	},
	{
		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: '',
	},
];