-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
816 lines (799 loc) · 44.3 KB
/
index.html
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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
<!DOCTYPE html>
<html lang="en">
<head>
<title>Revou Full Course SE</title>
<meta property="og:title" content="Revou Full Course SE" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta property="twitter:card" content="summary_large_image" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=STIX+Two+Text:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
data-tag="font" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font" />
<link rel="stylesheet" href="https://unpkg.com/@teleporthq/teleport-custom-scripts/dist/style.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div class="home-container">
<!--Navbar component-->
<nav class="navbar2-wrapper">
<header id="navbar2" class="navbar2-container navbar2root-class-name">
<header data-thq="thq-navbar" class="navbar2-navbar-interactive">
<img alt="Your Company Name" src="public/logo-revou.png" class="navbar2-image1" />
<div data-thq="thq-navbar-nav" class="navbar2-desktop-menu">
<nav class="navbar2-links1">
<a href="#navbar2" id="home" class="thq-body-small thq-link">
<fragment class="home-fragment10">
<span class="home-text10">Home</span>
</fragment>
</a>
<a href="#features23" id="our-package" class="thq-body-small thq-link">
<fragment class="home-fragment11">
<span class="home-text11">Our Package</span>
</fragment>
</a>
<a href="#contact3" id="call-us" class="thq-body-small thq-link">
<fragment class="home-fragment12">
<span class="home-text12">Call Us</span>
</fragment>
</a>
</nav>
</div>
<div data-thq="thq-burger-menu" class="navbar2-burger-menu">
<svg viewBox="0 0 1024 1024" class="navbar2-icon10">
<path
d="M128 554.667h768c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667h-768c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667zM128 298.667h768c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667h-768c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667zM128 810.667h768c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667h-768c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667z">
</path>
</svg>
</div>
<div data-thq="thq-mobile-menu" class="navbar2-mobile-menu">
<div class="navbar2-nav">
<div class="navbar2-top">
<img alt="Your Company Name" src="public/logo-revou.png" class="navbar2-logo" />
<div data-thq="thq-close-menu" class="navbar2-close-menu">
<svg viewBox="0 0 1024 1024" class="navbar2-icon12">
<path
d="M810 274l-238 238 238 238-60 60-238-238-238 238-60-60 238-238-238-238 60-60 238 238 238-238z">
</path>
</svg>
</div>
</div>
<nav class="navbar2-links2">
<a href="#navbar2" class="thq-body-small thq-link">
<fragment class="home-fragment10">
<span class="home-text10">Home</span>
</fragment>
</a>
<a href="#features23" class="thq-body-small thq-link">
<fragment class="home-fragment11">
<span class="home-text11">Our Package</span>
</fragment>
</a>
<a href="#contact3" class="thq-body-small thq-link">
<fragment class="home-fragment12">
<span class="home-text12">Call Us</span>
</fragment>
</a>
</nav>
</div>
<div class="navbar2-icon-group">
<svg viewBox="0 0 950.8571428571428 1024" class="thq-icon-x-small">
<path
d="M925.714 233.143c-25.143 36.571-56.571 69.143-92.571 95.429 0.571 8 0.571 16 0.571 24 0 244-185.714 525.143-525.143 525.143-104.571 0-201.714-30.286-283.429-82.857 14.857 1.714 29.143 2.286 44.571 2.286 86.286 0 165.714-29.143 229.143-78.857-81.143-1.714-149.143-54.857-172.571-128 11.429 1.714 22.857 2.857 34.857 2.857 16.571 0 33.143-2.286 48.571-6.286-84.571-17.143-148-91.429-148-181.143v-2.286c24.571 13.714 53.143 22.286 83.429 23.429-49.714-33.143-82.286-89.714-82.286-153.714 0-34.286 9.143-65.714 25.143-93.143 90.857 112 227.429 185.143 380.571 193.143-2.857-13.714-4.571-28-4.571-42.286 0-101.714 82.286-184.571 184.571-184.571 53.143 0 101.143 22.286 134.857 58.286 41.714-8 81.714-23.429 117.143-44.571-13.714 42.857-42.857 78.857-81.143 101.714 37.143-4 73.143-14.286 106.286-28.571z">
</path>
</svg><svg viewBox="0 0 877.7142857142857 1024" class="thq-icon-x-small">
<path
d="M585.143 512c0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286 65.714 146.286 146.286 146.286 146.286-65.714 146.286-146.286zM664 512c0 124.571-100.571 225.143-225.143 225.143s-225.143-100.571-225.143-225.143 100.571-225.143 225.143-225.143 225.143 100.571 225.143 225.143zM725.714 277.714c0 29.143-23.429 52.571-52.571 52.571s-52.571-23.429-52.571-52.571 23.429-52.571 52.571-52.571 52.571 23.429 52.571 52.571zM438.857 152c-64 0-201.143-5.143-258.857 17.714-20 8-34.857 17.714-50.286 33.143s-25.143 30.286-33.143 50.286c-22.857 57.714-17.714 194.857-17.714 258.857s-5.143 201.143 17.714 258.857c8 20 17.714 34.857 33.143 50.286s30.286 25.143 50.286 33.143c57.714 22.857 194.857 17.714 258.857 17.714s201.143 5.143 258.857-17.714c20-8 34.857-17.714 50.286-33.143s25.143-30.286 33.143-50.286c22.857-57.714 17.714-194.857 17.714-258.857s5.143-201.143-17.714-258.857c-8-20-17.714-34.857-33.143-50.286s-30.286-25.143-50.286-33.143c-57.714-22.857-194.857-17.714-258.857-17.714zM877.714 512c0 60.571 0.571 120.571-2.857 181.143-3.429 70.286-19.429 132.571-70.857 184s-113.714 67.429-184 70.857c-60.571 3.429-120.571 2.857-181.143 2.857s-120.571 0.571-181.143-2.857c-70.286-3.429-132.571-19.429-184-70.857s-67.429-113.714-70.857-184c-3.429-60.571-2.857-120.571-2.857-181.143s-0.571-120.571 2.857-181.143c3.429-70.286 19.429-132.571 70.857-184s113.714-67.429 184-70.857c60.571-3.429 120.571-2.857 181.143-2.857s120.571-0.571 181.143 2.857c70.286 3.429 132.571 19.429 184 70.857s67.429 113.714 70.857 184c3.429 60.571 2.857 120.571 2.857 181.143z">
</path>
</svg><svg viewBox="0 0 602.2582857142856 1024" class="thq-icon-x-small">
<path
d="M548 6.857v150.857h-89.714c-70.286 0-83.429 33.714-83.429 82.286v108h167.429l-22.286 169.143h-145.143v433.714h-174.857v-433.714h-145.714v-169.143h145.714v-124.571c0-144.571 88.571-223.429 217.714-223.429 61.714 0 114.857 4.571 130.286 6.857z">
</path>
</svg>
</div>
</div>
</header>
</header>
</nav>
<!--Hero component-->
<section class="hero7-wrapper">
<div id="hero7" class="hero7-header23 thq-section-padding">
<div class="hero7-max-width thq-section-max-width">
<div class="hero7-content">
<h1 class="hero7-area1 thq-heading-1">
<fragment class="home-fragment14">
<span class="home-text14">Your Trusted Travel Agent's</span>
</fragment>
</h1>
<p class="hero7-text2 thq-body-large">
<fragment class="home-fragment13">
<span class="home-text13">
Discover our exclusive travel packages to Bali, Japan,
Singapore, Italy, and many more. Start your journey with
us today!
</span>
</fragment>
</p>
</div>
</div>
</div>
</section>
<!--Testimonial component-->
<section class="testimonial7-wrapper">
<div class="testimonial7-container1 thq-section-padding testimonial7root-class-name">
<div class="testimonial7-max-width thq-section-max-width">
<!-- Testimonial -->
<div class="testimonial7-container2">
<div data-thq="slider" data-loop="true" data-autoplay="true" data-navigation="false" data-pagination="false"
class="testimonial7-slider swiper">
<div data-thq="slider-wrapper" class="swiper-wrapper">
<div data-thq="slider-slide" class="testimonial7-slider-slide1 swiper-slide">
<div class="testimonial7-container3">
<img alt="Image"
src="https://images.unsplash.com/photo-1498307833015-e7b400441eb8?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5MTMyMXwwfDF8cmFuZG9tfHx8fHx8fHx8MTczNDE1ODU2MXw&ixlib=rb-4.0.3&q=80&w=1500"
class="testimonial7-thumbnail1 thq-img-ratio-1-1" />
<div class="testimonial7-content1">
<div class="testimonial7-stars1">
<svg viewBox="0 0 1024 1024" class="testimonial7-icon10 thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z">
</path>
</svg><svg viewBox="0 0 1024 1024" class="testimonial7-icon12 thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z">
</path>
</svg><svg viewBox="0 0 1024 1024" class="testimonial7-icon14 thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z">
</path>
</svg><svg viewBox="0 0 1024 1024" class="testimonial7-icon16 thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z">
</path>
</svg><svg viewBox="0 0 1024 1024" class="testimonial7-icon18 thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z">
</path>
</svg>
</div>
<p class="thq-body-large testimonial7-text10">
<fragment class="home-fragment16">
<span class="home-text16">
"Liburan bersama RevoU jadi menyenangkan."
</span>
</fragment>
</p>
<div class="testimonial7-avatar1">
<img alt="Travelers United" src="public/avatar1.png" class="testimonial7-logo1 thq-img-round" />
<div class="testimonial7-avatar-content1">
<span class="testimonial7-text11 thq-body-small">
<fragment class="home-fragment22">
<span class="home-text22">
Florence Huges
</span>
</fragment>
</span>
<span class="thq-body-small">
<fragment class="home-fragment25">
<span class="home-text25">
Ibu Rumah Tangga, 28 Tahun
</span>
</fragment>
</span>
</div>
</div>
</div>
</div>
</div>
<div data-thq="slider-slide" class="testimonial7-slider-slide2 swiper-slide">
<div class="testimonial7-container4">
<img alt="Image"
src="https://images.unsplash.com/photo-1532986499443-46a25e056eeb?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5MTMyMXwwfDF8cmFuZG9tfHx8fHx8fHx8MTczNDMxNzU4M3w&ixlib=rb-4.0.3&q=80&w=1400"
class="testimonial7-thumbnail2 thq-img-ratio-1-1" />
<div class="testimonial7-content2">
<div class="testimonial7-stars2">
<svg viewBox="0 0 1024 1024" class="testimonial7-icon20 thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z">
</path>
</svg><svg viewBox="0 0 1024 1024" class="testimonial7-icon22 thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z">
</path>
</svg><svg viewBox="0 0 1024 1024" class="testimonial7-icon24 thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z">
</path>
</svg><svg viewBox="0 0 1024 1024" class="testimonial7-icon26 thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z">
</path>
</svg><svg viewBox="0 0 1024 1024" class="testimonial7-icon28 thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z">
</path>
</svg>
</div>
<p class="thq-body-large testimonial7-text13">
<fragment class="home-fragment17">
<span class="home-text17">
"Liburan bersama RevoU jadi menyenangkan."
</span>
</fragment>
</p>
<div class="testimonial7-avatar2">
<img alt="Travelers United" src="public/avatar2.png" class="testimonial7-logo2 thq-img-round" />
<div class="testimonial7-avatar-content2">
<span class="testimonial7-text14 thq-body-small">
<fragment class="home-fragment23">
<span class="home-text23">Bryant Huang</span>
</fragment>
</span>
<span class="thq-body-small">
<fragment class="home-fragment26">
<span class="home-text26">
Actor, 25 Tahun
</span>
</fragment>
</span>
</div>
</div>
</div>
</div>
</div>
<div data-thq="slider-slide" class="testimonial7-slider-slide3 swiper-slide">
<div class="testimonial7-container5">
<img alt="Image"
src="https://images.unsplash.com/photo-1493564738392-d148cfbd6eda?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5MTMyMXwwfDF8cmFuZG9tfHx8fHx8fHx8MTczNDMxNzc5MXw&ixlib=rb-4.0.3&q=80&w=1400"
class="testimonial7-thumbnail3 thq-img-ratio-1-1" />
<div class="testimonial7-content3">
<div class="testimonial7-stars3">
<svg viewBox="0 0 1024 1024" class="testimonial7-icon30 thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z">
</path>
</svg><svg viewBox="0 0 1024 1024" class="testimonial7-icon32 thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z">
</path>
</svg><svg viewBox="0 0 1024 1024" class="testimonial7-icon34 thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z">
</path>
</svg><svg viewBox="0 0 1024 1024" class="testimonial7-icon36 thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z">
</path>
</svg><svg viewBox="0 0 1024 1024" class="testimonial7-icon38 thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z">
</path>
</svg>
</div>
<p class="thq-body-large testimonial7-text16">
<fragment class="home-fragment18">
<span class="home-text18">
"Liburan bersama RevoU jadi menyenangkan."
</span>
</fragment>
</p>
<div class="testimonial7-avatar3">
<img alt="Travelers United" src="public/avatar3.png" class="testimonial7-logo3 thq-img-round" />
<div class="testimonial7-avatar-content3">
<span class="testimonial7-text17 thq-body-small">
<fragment class="home-fragment24">
<span class="home-text24">
Frederick Richard
</span>
</fragment>
</span>
<span class="thq-body-small">
<fragment class="home-fragment27">
<span class="home-text27">
IT Manager, 29 Tahun
</span>
</fragment>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div data-thq="slider-pagination"
class="testimonial7-slider-pagination swiper-pagination swiper-pagination-bullets swiper-pagination-horizontal">
<div data-thq="slider-pagination-bullet"
class="swiper-pagination-bullet swiper-pagination-bullet-active"></div>
<div data-thq="slider-pagination-bullet" class="swiper-pagination-bullet"></div>
<div data-thq="slider-pagination-bullet" class="swiper-pagination-bullet"></div>
</div>
<div data-thq="slider-button-prev" class="testimonial7-slider-button-prev swiper-button-prev"></div>
<div data-thq="slider-button-next" class="testimonial7-slider-button-next swiper-button-next"></div>
</div>
</div>
<!-- Contact Us -->
<div class="testimonial7-container6">
<div class="testimonial7-section-title thq-card">
<!-- <span class="testimonial7-text19 thq-body-small">
<fragment class="home-fragment20">
<span class="home-text20">Default value</span>
</fragment>
</span> -->
<h2 class="thq-heading-2">
<fragment class="home-fragment21">
<span class="home-text21">Contact Us</span>
</fragment>
</h2>
<span class="thq-body-small">
<fragment class="home-fragment19">
<span class="home-text19">
Sales will contact you 1x24 hours after we receive the data.
</span>
</fragment>
</span>
</div>
<form name="myForm" id="myForm" class="testimonial7-form thq-card">
<div class="testimonial7-container7">
<div class="testimonial7-input1 thq-flex-row">
<label for="contact-form-1-name" class="testimonial7-text22 thq-body-small">
Your Name:
</label>
<input type="text" id="txt-name" name="name" placeholder="First and last name"
class="testimonial7-text-input1 thq-input" required>
</div>
<div class="testimonial7-input2 thq-flex-row">
<label for="contact-form-1-email" class="testimonial7-text23 thq-body-small">
Email Address:
</label>
<input type="email" id="txt-email" name="email" placeholder="example@email.com"
class="testimonial7-text-input2 thq-input" required>
</div>
<div class="testimonial7-input3 thq-flex-row">
<label for="contact-form-1-email" class="testimonial7-text24 thq-body-small">
What are you interested in?
</label>
<select id="slt-interest" name="interest" class="testimonial7-select thq-input" required>
<option value="" disabled selected>Select your interest</option>
<option value="Traveling">Traveling</option>
<option value="Sports">Sports</option>
<option value="Business">Business</option>
</select>
</div>
</div>
<div class="testimonial7-checkbox1 thq-flex-row">
<input type="checkbox" id="cb-term" name="terms" class="thq-checkbox" required>
<label for="contact-form-1-check" class="thq-body-small">
I accept the Terms
</label>
</div>
<button type="submit" class="testimonial7-button thq-button-filled">
<span class="thq-body-small">
<fragment class="home-fragment15">
<span class="home-text15">Send</span>
</fragment>
</span>
</button>
</form>
</div>
</div>
</div>
</section>
<!--Exclusive Packages-->
<section class="features24-wrapper">
<div class="features24-container1 thq-section-padding">
<div class="features24-container2 thq-section-max-width">
<div class="features24-content1">
<h2 class="thq-heading-2">
<fragment class="home-fragment28">
<span class="home-text28">
Experience the Ultimate Travel Adventure with Revou's
Exclusive Packages
</span>
</fragment>
</h2>
</div>
<div class="features24-tabs-menu">
<div class="features24-tab-horizontal1">
<div class="features24-divider-container1">
<div class="features24-container3"></div>
</div>
<div class="features24-content2">
<h2 class="thq-heading-2">
<fragment class="home-fragment29">
<span class="home-text29">Bali Travel Package</span>
</fragment>
</h2>
<span class="thq-body-small">
<fragment class="home-fragment32">
<span class="home-text32">
Discover the beauty of Bali with our all-inclusive
travel package that covers accommodation, tours, and
more.
</span>
</fragment>
</span>
</div>
</div>
<div class="features24-tab-horizontal2">
<div class="features24-divider-container2">
<div class="features24-container4"></div>
</div>
<div class="features24-content3">
<h2 class="thq-heading-2">
<fragment class="home-fragment30">
<span class="home-text30">
Singapore Travel Package
</span>
</fragment>
</h2>
<span class="thq-body-small">
<fragment class="home-fragment33">
<span class="home-text33">
Experience the modernity and rich heritage of
Singapore with our carefully crafted travel package.
</span>
</fragment>
</span>
</div>
</div>
<div class="features24-tab-horizontal3">
<div class="features24-divider-container3">
<div class="features24-container5"></div>
</div>
<div class="features24-content4">
<h2 class="thq-heading-2">
<fragment class="home-fragment31">
<span class="home-text31">Japan Travel Package</span>
</fragment>
</h2>
<span class="thq-body-small">
<fragment class="home-fragment34">
<span class="home-text34">
Explore the vibrant culture and stunning landscapes of
Japan with our exclusive travel package.
</span>
</fragment>
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Packages component-->
<section class="features23-wrapper">
<div id="features23" class="features23-layout349 thq-section-padding">
<div class="features23-max-width thq-section-max-width">
<div class="features23-container1">
<h2 class="thq-heading-2">
<fragment class="home-fragment37">
<span class="home-text37">Our Packages</span>
</fragment>
</h2>
<span class="features23-text11 thq-body-small">
<fragment class="home-fragment36">
<span class="home-text36">
Our packages are meticulously crafted to offer you a
seamless and unforgettable experience, blending cultural
discoveries, breathtaking landscapes, and comfortable
accommodations. Whether you're seeking a vibrant city
adventure, a tranquil retreat, or a taste of diverse
cuisines and traditions, we have the perfect itinerary for
you.
</span>
</fragment>
</span>
<button class="thq-button-filled features23-button">
<span class="thq-body-small">
<fragment class="home-fragment35">
<span class="home-text35">Explore More</span>
</fragment>
</span>
</button>
</div>
<div class="thq-grid-3">
<div class="features23-container3 thq-card">
<h2 class="thq-heading-2">
<fragment class="home-fragment38">
<span class="home-text38">Bali</span>
</fragment>
</h2>
<span class="features23-text13 thq-body-small">
<fragment class="home-fragment44">
<span class="home-text44">
Explore the rich cultural heritage and tantalizing
cuisine of Bali on your next travel adventure.
</span>
</fragment>
</span>
</div>
<div class="features23-container4 thq-card">
<h2 class="thq-heading-2">
<fragment class="home-fragment39">
<span class="home-text39">Japan</span>
</fragment>
</h2>
<span class="features23-text15 thq-body-small">
<fragment class="home-fragment45">
<span class="home-text45">
Visit fascinating cultural heritage sites and enjoy
delicious cuisine.
</span>
</fragment>
</span>
</div>
<div class="features23-container5 thq-card">
<h2 class="thq-heading-2">
<fragment class="home-fragment40">
<span class="home-text40">Singapore</span>
</fragment>
</h2>
<span class="features23-text17 thq-body-small">
<fragment class="home-fragment46">
<span class="home-text46">
Discover Singapore’s iconic landmarks and vibrant
culinary scene.
</span>
</fragment>
</span>
</div>
<div class="features23-container6 thq-card">
<h2 class="thq-heading-2">
<fragment class="home-fragment41">
<span class="home-text41">Italy</span>
</fragment>
</h2>
<span class="features23-text19 thq-body-small">
<fragment class="home-fragment47">
<span class="home-text47">
<span>
Experience Italy’s historic charm, stunning art, and
delicious cuisine.
</span>
<br />
</span>
</fragment>
</span>
</div>
<div class="features23-container7 thq-card">
<h2 class="thq-heading-2">
<fragment class="home-fragment42">
<span class="home-text42">China</span>
</fragment>
</h2>
<span class="features23-text21 thq-body-small">
<fragment class="home-fragment48">
<span class="home-text50">
<span>
Explore China’s ancient wonders and diverse culinary
delights.
</span>
<br />
</span>
</fragment>
</span>
</div>
<div class="features23-container8 thq-card">
<h2 class="thq-heading-2">
<fragment class="home-fragment43">
<span class="home-text43">France</span>
</fragment>
</h2>
<span class="features23-text23 thq-body-small">
<fragment class="home-fragment49">
<span class="home-text53">
Fall in love with France’s elegance, romance, and
exquisite flavors.
</span>
</fragment>
</span>
</div>
</div>
</div>
</div>
</section>
<!--Contact component-->
<section class="contact3-wrapper">
<div id="contact3" class="contact3-contact20 thq-section-padding">
<div class="contact3-max-width thq-section-max-width">
<div class="contact3-section-title">
<span class="thq-body-small">
<fragment class="home-fragment54">
<span class="home-text60">
Our team is ready to assist you.
</span>
</fragment>
</span>
<div class="contact3-content1">
<h2 class="thq-heading-2">
<fragment class="home-fragment58">
<span class="home-text64">Contact Us</span>
</fragment>
</h2>
<p class="contact3-text12 thq-body-large">
<fragment class="home-fragment53">
<span class="home-text57">
<span>
Feel free to reach out to us for any inquiries or
feedback.
</span>
<span></span>
</span>
</fragment>
</p>
</div>
</div>
<div class="contact3-row">
<div class="contact3-content2">
<svg viewBox="0 0 1024 1024" class="thq-icon-medium">
<path
d="M854 342v-86l-342 214-342-214v86l342 212zM854 170q34 0 59 26t25 60v512q0 34-25 60t-59 26h-684q-34 0-59-26t-25-60v-512q0-34 25-60t59-26h684z">
</path>
</svg>
<div class="contact3-contact-info1">
<div class="contact3-content3">
<h3 class="contact3-text13 thq-heading-3">Email</h3>
<p class="contact3-text14 thq-body-large">
<fragment class="home-fragment55">
<span class="home-text61">
We typically respond to emails within 24 hours.
</span>
</fragment>
</p>
</div>
<span class="contact3-email thq-body-small">
<fragment class="home-fragment50">
<span class="home-text54">revou@contact.com</span>
</fragment>
</span>
</div>
</div>
<div class="contact3-content4">
<svg viewBox="0 0 1024 1024" class="thq-icon-medium">
<path
d="M282 460q96 186 282 282l94-94q20-20 44-10 72 24 152 24 18 0 30 12t12 30v150q0 18-12 30t-30 12q-300 0-513-213t-213-513q0-18 12-30t30-12h150q18 0 30 12t12 30q0 80 24 152 8 26-10 44z">
</path>
</svg>
<div class="contact3-contact-info2">
<div class="contact3-content5">
<h3 class="contact3-text15 thq-heading-3">Phone</h3>
<p class="contact3-text16 thq-body-large">
<fragment class="home-fragment56">
<span class="home-text62">
Connect with us on social media for updates and
news.
</span>
</fragment>
</p>
</div>
<span class="contact3-phone thq-body-small">
<fragment class="home-fragment51">
<span class="home-text55">+6234567890987</span>
</fragment>
</span>
</div>
</div>
<div class="contact3-content6">
<svg viewBox="0 0 1024 1024" class="thq-icon-medium">
<path
d="M512 0c-176.732 0-320 143.268-320 320 0 320 320 704 320 704s320-384 320-704c0-176.732-143.27-320-320-320zM512 512c-106.040 0-192-85.96-192-192s85.96-192 192-192 192 85.96 192 192-85.96 192-192 192z">
</path>
</svg>
<div class="contact3-contact-info3">
<div class="contact3-content7">
<h3 class="contact3-text17 thq-heading-3">Office</h3>
<p class="contact3-text18 thq-body-large">
<fragment class="home-fragment57">
<span class="home-text63">
We look forward to hearing from you!
</span>
</fragment>
</p>
</div>
<span class="contact3-address thq-body-small">
<fragment class="home-fragment52">
<span class="home-text56">
Jl. Kebangsaan No. 43, Jakarta Pusat, Indonesia
</span>
</fragment>
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Footer component-->
<footer class="footer15-wrapper">
<footer class="footer15-container1 thq-section-padding">
<div class="footer15-max-width thq-section-max-width">
<div class="footer15-content">
<div class="footer15-actions1">
<div class="footer15-newsletter">
<span class="thq-body-small">
<fragment class="home-fragment60">
<span class="home-text66">
Subscribe to our newsletter for the latest updates on
new features and product releases.
</span>
</fragment>
</span>
<div class="footer15-actions2">
<div class="footer15-form">
<div class="footer15-container2">
<input type="email" placeholder="Enter your email" class="footer15-text-input thq-input" />
</div>
<button class="thq-button-outline footer15-button">
<span class="thq-body-small">
<fragment class="home-fragment59">
<span class="home-text65">Subscribe</span>
</fragment>
</span>
</button>
</div>
<span class="thq-body-small">
<fragment class="home-fragment61">
<span class="home-text67">
By subscribing you agree to with our Privacy Policy
and provide consent to receive updates from our
company.
</span>
</fragment>
</span>
</div>
</div>
<div class="footer15-media">
<div class="footer15-container3">
<img alt="Company Name Logo" src="public/logo-revou.png" class="footer15-image1" />
<div class="footer15-social-links">
<svg viewBox="0 0 877.7142857142857 1024" class="thq-icon-small">
<path
d="M713.143 73.143c90.857 0 164.571 73.714 164.571 164.571v548.571c0 90.857-73.714 164.571-164.571 164.571h-107.429v-340h113.714l17.143-132.571h-130.857v-84.571c0-38.286 10.286-64 65.714-64l69.714-0.571v-118.286c-12-1.714-53.714-5.143-101.714-5.143-101.143 0-170.857 61.714-170.857 174.857v97.714h-114.286v132.571h114.286v340h-304c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571z">
</path>
</svg><svg viewBox="0 0 877.7142857142857 1024" class="thq-icon-small">
<path
d="M585.143 512c0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286 65.714 146.286 146.286 146.286 146.286-65.714 146.286-146.286zM664 512c0 124.571-100.571 225.143-225.143 225.143s-225.143-100.571-225.143-225.143 100.571-225.143 225.143-225.143 225.143 100.571 225.143 225.143zM725.714 277.714c0 29.143-23.429 52.571-52.571 52.571s-52.571-23.429-52.571-52.571 23.429-52.571 52.571-52.571 52.571 23.429 52.571 52.571zM438.857 152c-64 0-201.143-5.143-258.857 17.714-20 8-34.857 17.714-50.286 33.143s-25.143 30.286-33.143 50.286c-22.857 57.714-17.714 194.857-17.714 258.857s-5.143 201.143 17.714 258.857c8 20 17.714 34.857 33.143 50.286s30.286 25.143 50.286 33.143c57.714 22.857 194.857 17.714 258.857 17.714s201.143 5.143 258.857-17.714c20-8 34.857-17.714 50.286-33.143s25.143-30.286 33.143-50.286c22.857-57.714 17.714-194.857 17.714-258.857s5.143-201.143-17.714-258.857c-8-20-17.714-34.857-33.143-50.286s-30.286-25.143-50.286-33.143c-57.714-22.857-194.857-17.714-258.857-17.714zM877.714 512c0 60.571 0.571 120.571-2.857 181.143-3.429 70.286-19.429 132.571-70.857 184s-113.714 67.429-184 70.857c-60.571 3.429-120.571 2.857-181.143 2.857s-120.571 0.571-181.143-2.857c-70.286-3.429-132.571-19.429-184-70.857s-67.429-113.714-70.857-184c-3.429-60.571-2.857-120.571-2.857-181.143s-0.571-120.571 2.857-181.143c3.429-70.286 19.429-132.571 70.857-184s113.714-67.429 184-70.857c60.571-3.429 120.571-2.857 181.143-2.857s120.571-0.571 181.143 2.857c70.286 3.429 132.571 19.429 184 70.857s67.429 113.714 70.857 184c3.429 60.571 2.857 120.571 2.857 181.143z">
</path>
</svg><svg viewBox="0 0 950.8571428571428 1024" class="thq-icon-small">
<path
d="M925.714 233.143c-25.143 36.571-56.571 69.143-92.571 95.429 0.571 8 0.571 16 0.571 24 0 244-185.714 525.143-525.143 525.143-104.571 0-201.714-30.286-283.429-82.857 14.857 1.714 29.143 2.286 44.571 2.286 86.286 0 165.714-29.143 229.143-78.857-81.143-1.714-149.143-54.857-172.571-128 11.429 1.714 22.857 2.857 34.857 2.857 16.571 0 33.143-2.286 48.571-6.286-84.571-17.143-148-91.429-148-181.143v-2.286c24.571 13.714 53.143 22.286 83.429 23.429-49.714-33.143-82.286-89.714-82.286-153.714 0-34.286 9.143-65.714 25.143-93.143 90.857 112 227.429 185.143 380.571 193.143-2.857-13.714-4.571-28-4.571-42.286 0-101.714 82.286-184.571 184.571-184.571 53.143 0 101.143 22.286 134.857 58.286 41.714-8 81.714-23.429 117.143-44.571-13.714 42.857-42.857 78.857-81.143 101.714 37.143-4 73.143-14.286 106.286-28.571z">
</path>
</svg><svg viewBox="0 0 877.7142857142857 1024" class="thq-icon-small">
<path
d="M135.429 808h132v-396.571h-132v396.571zM276 289.143c-0.571-38.857-28.571-68.571-73.714-68.571s-74.857 29.714-74.857 68.571c0 37.714 28.571 68.571 73.143 68.571h0.571c46.286 0 74.857-30.857 74.857-68.571zM610.286 808h132v-227.429c0-121.714-65.143-178.286-152-178.286-70.857 0-102.286 39.429-119.429 66.857h1.143v-57.714h-132s1.714 37.143 0 396.571v0h132v-221.714c0-11.429 0.571-23.429 4-32 9.714-23.429 31.429-48 68-48 47.429 0 66.286 36 66.286 89.714v212zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z">
</path>
</svg><svg viewBox="0 0 1024 1024" class="thq-icon-small">
<path
d="M406.286 644.571l276.571-142.857-276.571-144.571v287.429zM512 152c215.429 0 358.286 10.286 358.286 10.286 20 2.286 64 2.286 102.857 43.429 0 0 31.429 30.857 40.571 101.714 10.857 82.857 10.286 165.714 10.286 165.714v77.714s0.571 82.857-10.286 165.714c-9.143 70.286-40.571 101.714-40.571 101.714-38.857 40.571-82.857 40.571-102.857 42.857 0 0-142.857 10.857-358.286 10.857v0c-266.286-2.286-348-10.286-348-10.286-22.857-4-74.286-2.857-113.143-43.429 0 0-31.429-31.429-40.571-101.714-10.857-82.857-10.286-165.714-10.286-165.714v-77.714s-0.571-82.857 10.286-165.714c9.143-70.857 40.571-101.714 40.571-101.714 38.857-41.143 82.857-41.143 102.857-43.429 0 0 142.857-10.286 358.286-10.286v0z">
</path>
</svg>
</div>
</div>
</div>
</div>
</div>
<div class="footer15-credits1">
<div class="footer15-row">
<div class="footer15-credits2">
<span class="thq-body-small">
<fragment class="home-fragment65">
<span class="home-text71">/privacy-policy</span>
</fragment>
</span>
<span class="thq-body-small">
<fragment class="home-fragment63">
<span class="home-text69">/terms-and-conditions</span>
</fragment>
</span>
<span class="thq-body-small">
<fragment class="home-fragment64">
<span class="home-text70">/cookies-policy</span>
</fragment>
</span>
</div>
</div>
<span class="footer15-content3 thq-body-small">
<fragment class="home-fragment62">
<span class="home-text68">
© 2024 RevoU. All Rights Reserved.
</span>
</fragment>
</span>
</div>
</div>
</footer>
</footer>
</div>
</body>
<script src="js/script.js"></script>
</html>