-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
293 lines (293 loc) · 8.78 KB
/
Copy pathdata.json
File metadata and controls
293 lines (293 loc) · 8.78 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
{
"hero": {
"backgroundImage": "./images/hero.jpg",
"badgeText": "Top Destination",
"titleLine1": "Discover New Places,",
"titleLine2": "Create Lasting Memories",
"description": "Handpicked stays, seamless booking, and local experiences, everything you need to plan your next adventure with confidence."
},
"whoWeAre": {
"badgeText": "Who we are?",
"statementParts": [
{
"text": "We're a group of travel professionals, local guides, ",
"isBlack": false
},
{
"text": "and experience designers working ",
"isBlack": true
},
{
"text": "together to create journey that matter. ",
"isBlack": false
},
{
"text": "From the first search to the last goodbye, we take care of the details ",
"isBlack": true
},
{
"text": "so your trip feels effortless and personal.",
"isBlack": false
}
]
},
"achievements": {
"badgeText": "Our Achievements",
"items": [
{
"count": 1.5,
"decimals": 1,
"suffix": "M+",
"label": "Nights Reserved"
},
{
"count": 85,
"decimals": 0,
"suffix": "K+",
"label": "Happy Travelers"
},
{
"count": 120,
"decimals": 0,
"suffix": "+",
"label": "Destinations"
},
{
"count": 99,
"decimals": 0,
"suffix": "%",
"label": "Positive Reviews"
},
{
"count": 15,
"decimals": 0,
"suffix": "+",
"label": "Years Experience"
}
]
},
"deals": [
{
"id": 1,
"bgImage": "./images/deals-1.jpg",
"tagline": "Winter Escape Offer",
"discount": "25%",
"description": "Off on handpicked luxury hotels",
"validity": "Valid only on 28 Nov - 10 Dec"
},
{
"id": 2,
"bgImage": "./images/deals-2.jpg",
"tagline": "Early Bird Flight Deal",
"discount": "15%",
"description": "Off on premium international flights",
"validity": "Valid only on 01 Dec - 25 Dec"
}
],
"destinations": [
{
"id": 1,
"category": "mountains",
"title": "Serene Valley & Snowy Peaks Stay in Kashmir",
"images": [
"./images/kashmir-1.jpg",
"./images/kashmir-2.jpg",
"./images/kashmir-3.jpg",
"./images/kashmir-4.jpg"
],
"location": "Kashmir",
"dateRange": "Aug 15 to 20",
"rating": "5.0 Rating",
"price": "₹13,999",
"note": "*including meals & exclusive guide"
},
{
"id": 2,
"category": "beaches",
"title": "Culinary Journey Through the Streets of Goa",
"images": [
"./images/goa-1.jpg",
"./images/goa-2.jpg",
"./images/goa-3.jpg",
"./images/goa-4.jpg"
],
"location": "Goa",
"dateRange": "Sep 10 to 17",
"rating": "4.9 Rating",
"price": "₹8,500",
"note": "*including breakfast & airport pickup"
},
{
"id": 3,
"category": "mountains",
"title": "Stargazing Camps & High Altitude Safari in Ladakh",
"images": [
"./images/ladakh-1.jpg",
"./images/ladakh-2.jpg",
"./images/ladakh-3.jpg",
"./images/ladakh-4.jpg"
],
"location": "Ladakh",
"dateRange": "Oct 01 to 07",
"rating": "4.8 Rating",
"price": "₹16,200",
"note": "*including park permits & transport"
},
{
"id": 4,
"category": "budget",
"title": "Cozy Backpackers Hostel & Hill Trekking in Manali",
"images": [
"./images/manali-1.jpg",
"./images/manali-2.jpg",
"./images/manali-3.jpg",
"./images/manali-4.jpg"
],
"location": "Manali",
"dateRange": "Nov 12 to 18",
"rating": "4.6 Rating",
"price": "₹2,499",
"note": "*including breakfast & trek guide"
},
{
"id": 5,
"category": "luxury",
"title": "Private Infinity Pool Villa & Yacht Experience in Udaipur",
"images": [
"./images/udaipur-1.jpg",
"./images/udaipur-2.jpg",
"./images/udaipur-3.jpg",
"./images/udaipur-4.jpg"
],
"location": "Udaipur",
"dateRange": "Dec 20 to 25",
"rating": "5.0 Rating",
"price": "₹45,000",
"note": "*including butler service & dinner"
},
{
"id": 6,
"category": "wildlife",
"title": "Jungle Safari & Luxury Treehouse Stay in Jim Corbett",
"images": [
"./images/corbett-1.jpg",
"./images/corbett-2.jpg",
"./images/corbett-3.jpg",
"./images/corbett-4.jpg"
],
"location": "Corbett",
"dateRange": "Jan 05 to 10",
"rating": "4.9 Rating",
"price": "₹11,500",
"note": "*including two jeep safaris & meals"
},
{
"id": 7,
"category": "heritage",
"title": "Royal Heritage Fort Tour & Folk Evening in Jaisalmer",
"images": [
"./images/jaisalmer-1.jpg",
"./images/jaisalmer-2.jpg",
"./images/jaisalmer-3.jpg",
"./images/jaisalmer-4.jpg"
],
"location": "Jaisalmer",
"dateRange": "Feb 14 to 19",
"rating": "4.8 Rating",
"price": "₹9,200",
"note": "*including camel safari & desert camp"
},
{
"id": 8,
"category": "adventure",
"title": "White Water Rafting & Cliff Jumping Camp in Rishikesh",
"images": [
"./images/rishikesh-1.jpg",
"./images/rishikesh-2.jpg",
"./images/rishikesh-3.jpg",
"./images/rishikesh-4.jpg"
],
"location": "Rishikesh",
"dateRange": "Mar 01 to 05",
"rating": "4.9 Rating",
"price": "₹5,500",
"note": "*including 16km rafting & bonfire"
},
{
"id": 9,
"category": "backwaters",
"title": "Luxury Houseboat Cruise & Ayurvedic Spa in Alleppey",
"images": [
"./images/alleppey-1.jpg",
"./images/alleppey-2.jpg",
"./images/alleppey-3.jpg",
"./images/alleppey-4.jpg"
],
"location": "Alleppey",
"dateRange": "Apr 10 to 15",
"rating": "5.0 Rating",
"price": "₹14,000",
"note": "*including all meals on boat"
}
],
"aboutUs": {
"badgeText": "About Us",
"title": "Handpicked stays, honest prices",
"subtitle": "Carefully selected accommodations that combine comfort, quality, and affordability.",
"cards": [
{
"icon": "public",
"title": "Discover Distinctive Stays Worldwide",
"desc": "Unique stays across the globe designed to make every trip memorable."
},
{
"icon": "support_agent",
"title": "24/7 Dedicated Support",
"desc": "Round-the-clock assistance to ensure a smooth and stress-free travel experience."
}
],
"rightImage": "./images/about-us.jpg"
},
"testimonials": {
"badgeText": "Testimonials",
"title": "What our customer says",
"subtitle": "Trusted by travelers worldwide, here are their stories.",
"featuredVideo": {
"image": "./images/testimonial-1.jpg",
"quote": "Our team uses Yatra Way for seamless corporate retreats & reporting",
"name": "Michael Thompson",
"role": "Content Marketing Specialist"
},
"reviews": [
{
"heading": "Traveler From New York",
"comment": "Booking through this agency was so smooth. They helped us plan every detail of our trip, from flights to hotel stays, and everything was exactly as promised. I felt stress-free the entire time and enjoyed every moment of my vacation.",
"author": {
"name": "Jonathan Johnson",
"role": "Adventure Traveler",
"avatar": "./images/testimonial-2.jpg"
}
},
{
"heading": "Family Vacation in Bali",
"comment": "We wanted our honeymoon to be unforgettable, and the team made it happen. From choosing the perfect destination to arranging special experiences, everything exceeded our expectations. We'll definitely book our next trip with them.",
"author": {
"name": "Sarah Williams",
"role": "Family Traveler",
"avatar": "./images/testimonial-3.jpg"
}
}
]
},
"offerSection": {
"videoUrl": "./videos/offer.mp4",
"title": "Discover Special Prices for Top Destinations",
"subtitle": "Special Offers",
"discount": "45% Off Prices"
},
"footer": {
"brandName": "Yatra Way",
"tagline": "A Team Committed to Enhancing Every Journey",
"copyright": "© 2026 Yatra Way. All rights reserved."
}
}