-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
834 lines (768 loc) · 45.1 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
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="icon" type="image/svg+xml" href="/vite.svg"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Deliver X</title>
</head>
<body>
<header class="header" id="header">
<div class="container">
<div class="header-content">
<div class="header-flex-container">
<div class="header-col header-col__logo">
<a href="#" class="header-logo">
<picture>
<img src="src/img/header/logo.svg" alt="Deliver-x" class="header-logo__img">
</picture>
</a>
</div>
<div class="header-mobile__block">
<nav class="header-nav">
<ul class="header-menu__list">
<li class="header-menu__item"><a href="#" class="header-menu__link active">Home</a></li>
<li class="header-menu__item"><a href="#" class="header-menu__link">About</a></li>
<li class="header-menu__item"><a href="#" class="header-menu__link">Pricing</a></li>
<li class="header-menu__item"><a href="#" class="header-menu__link">Pages</a></li>
<li class="header-menu__item"><a href="#" class="header-menu__link">Cart(0)</a></li>
</ul>
<button class="close-btn active close-btn__menu" data-active="false" id="close-btn__menu">
<span class="line line_1"></span>
<span class="line line_2"></span>
</button>
</nav>
<div class="header-interaction">
<a href="#" class="header-interaction__btn header-download__btn">Download App</a>
<a href="#" class="header-interaction__btn header-register__btn"
data-modal="register" data-active="false">Register</a>
</div>
</div>
<button class="burger mobile" data-active="false">
<span class="burger-line burger-line_1"></span>
<span class="burger-line burger-line_2"></span>
<span class="burger-line burger-line_3"></span>
</button>
</div>
</div>
</div>
<!-- /.container -->
</header>
<section class="hero">
<div class="container">
<div class="hero-content">
<div class="hero-row">
<div class="hero-col hero-col__text">
<h2 class="block-subtitle hero-subtitle">Food Delivery Service</h2>
<h1 class="hero-title block-title">Delicious food at <br/> your fingertips</h1>
<div class="hero-text">Our delights are a true explosion of flavor that will embark you on a culinary adventure. Each sliding fingertip becomes a part of this culinary sensation, thanks to our refined and appetizing dishes. Unleash your taste and savor every swirl of flavor in each slide.
</div>
<div class=" hero-actions">
<a href="#" data-modal="register" data-active="false" class="action action_1 register-btn">Register restaurant</a>
<a href="#" class="action action_2 download-btn">Download app</a>
</div>
<hr class="hero-line">
<div class="hero-achievements">
<div class="hero-achievement">
<div class="hero-achievement__figures">
10M<span>+</span>
</div>
<div class="hero-achievement__label">Happy customers</div>
</div>
<div class="hero-achievement">
<div class="hero-achievement__figures">
500k<span>+</span>
</div>
<div class="hero-achievement__label">Restaurants available</div>
</div>
<div class="hero-achievement">
<div class="hero-achievement__figures">
30M<span>+</span>
</div>
<div class="hero-achievement__label">Successful deliveries</div>
</div>
</div>
</div>
<div class="hero-col hero-col__img">
<div class="hero-img__block">
<picture class="hero-picture">
<img src="src/img/hero/hero-2.png" alt="Delicious food at your fingertips"
class="hero__image">
</picture>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="trust" id="trust">
<div class="container">
<div class="trust-content">
<div class="trust-content__text">
<p>Trusted by 5,000+ restaurants around the world</p>
</div>
<div class="trust-content__images">
<div class="trust-content__image-block"><img src="src/img/trusted/1.svg" alt="restaurant"
class="trust-content__image"></div>
<div class="trust-content__image-block"><img src="src/img/trusted/2.svg" alt="restaurant"
class="trust-content__image"></div>
<div class="trust-content__image-block"><img src="src/img/trusted/3.svg" alt="restaurant"
class="trust-content__image"></div>
<div class="trust-content__image-block"><img src="src/img/trusted/4.svg" alt="restaurant"
class="trust-content__image"></div>
</div>
<hr>
</div>
</div>
</section>
<section class="step" id="step">
<div class="container">
<div class="step-content">
<div class="step-content__text">
<h3 class="block-subtitle step-subtitle">How it works</h3>
<h2 class="block-title step-title">Our simple, yet efficient <span>delivery system</span></h2>
<div class="step-desc">
<p>Lorem ipsum dolor sit amet consectetur adipiscing elit tortor eu egestas morbi sem vulputate
etiam facilisis pellentesque ut quis.</p>
</div>
</div>
<div class="step-blocks">
<div class="step-block">
<div class="step-block__img">
<img src="src/img/hot_it_works/IMAGE.svg" alt="create a free account">
</div>
<div class="step-block__descr">
<h4 class="step-block__title">1. Create a free account <br/> at Deliver X today</h4>
<div class="step-block__info">Create a free account on Deliver X today! Enjoy the convenience and speed of deliveries.
</div>
</div>
</div>
<div class="step-block">
<div class="step-block__img">
<img src="src/img/hot_it_works/IMAGE-1.svg" alt="Order from your favorite restaurant">
</div>
<div class="step-block__descr">
<h4 class="step-block__title">2. Order from your favorite restaurant</h4>
<div class="step-block__info">Savor your favorites! Order from your preferred restaurant now.
</div>
</div>
</div>
<div class="step-block">
<div class="step-block__img">
<img src="src/img/hot_it_works/IMAGE-2.svg" alt="Receive right in your house, hassle-free">
</div>
<div class="step-block__descr">
<h4 class="step-block__title">3. Receive right in your house, hassle-free</h4>
<div class="step-block__info">Experience effortless delivery to your doorstep. Enjoy the convenience of receiving everything right at home
</div>
</div>
</div>
</div>
<div class="actions step-actions">
<a href="#" class="action action_1 register-btn" data-modal="register" data-active="false">Register restaurant</a>
<a href="#" class="action action_2 download-btn">Download app</a>
</div>
<hr>
</div>
</div>
</section>
<section class="advantages" id="advantages">
<div class="container">
<div class="advantages-content">
<div class="advantages-row">
<div class="advantages-col advantages-block__text">
<div class="advantages-top">
<h2 class="advantages-title">Learn why Deliver X is great for your restaurant</h2>
<div class="advantages-text">
<p>Discover the advantages of choosing Deliver X for your restaurant. Elevate your business with seamless service and increased customer satisfaction.</p>
</div>
</div>
<div class="advantage-blocks">
<div class="advantage-blocks__row">
<div class="advantage-block">
<div class="advantage-block__img-wrap">
<img src="src/img/advantages/IMAGE.svg" alt="Fast deliveries"
class="advantage-block__img">
</div>
<div class="advantage-block__text">
<h3 class="advantage-block__title">Fast deliveries</h3>
<div class="advantage-block__desc">
<p>Experience lightning-fast deliveries with unparalleled speed and efficiency.</p>
</div>
</div>
</div>
<div class="advantage-block">
<div class="advantage-block__img-wrap">
<img src="src/img/advantages/IMAGE-1.svg" alt="Certified riders"
class="advantage-block__img">
</div>
<div class="advantage-block__text">
<h3 class="advantage-block__title">Certified riders</h3>
<div class="advantage-block__desc">
<p> Reliable and certified riders ensuring secure and efficient deliveries every time. </p>
</div>
</div>
</div>
</div>
<div class="advantage-blocks__row mb-0">
<div class="advantage-block">
<div class="advantage-block__img-wrap">
<img src="src/img/advantages/IMAGE-2.svg" alt="Instant payments"
class="advantage-block__img">
</div>
<div class="advantage-block__text">
<h3 class="advantage-block__title">Instant payments</h3>
<div class="advantage-block__desc">
<p>Seamless and secure instant payments, making transactions quick and hassle-free.</p>
</div>
</div>
</div>
<div class="advantage-block">
<div class="advantage-block__img-wrap">
<img src="src/img/advantages/IMAGE-3.svg" alt="Low fees"
class="advantage-block__img">
</div>
<div class="advantage-block__text">
<h3 class="advantage-block__title">Low fees</h3>
<div class="advantage-block__desc">
<p>Enjoy cost-effective transactions with our low fees, ensuring affordability without compromising on service quality.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="advantages-col advantages-block__img">
<img src="src/img/advantages/photo_burger.png"
alt="Learn why Deliver X is great for your restaurant" class="advantages__img">
</div>
</div>
<div class="actions">
<a href="#" class="action action_1 register-btn" data-modal="register" data-active="false">Register restaurant</a>
<a href="#" class="action action_2 download-btn">Download app</a>
</div>
</div>
</div>
</section>
<section class="offer" id="offer">
<div class="container">
<div class="offer-content">
<div class="offer-row">
<div class="offer-col offer-text">
<div class="offer-text__top">
<h2 class="offer-text__title">A delicious burger is one tap away!</h2>
<div class="offer-text__desc">Craving a delicious burger? Look no further! With just a simple tap, you can treat yourself to a culinary delight. Our menu features a variety of mouthwatering options, from classic to gourmet burgers, all crafted with the finest ingredients. Experience the ease of ordering and enjoy the satisfaction of a tasty burger delivered right to your doorstep. Don't wait – one tap is all it takes to satisfy your burger cravings!
</div>
</div>
<a href="#" class="action offer-btn">Download app</a>
</div>
<div class="offer-sliders">
<div class="offer-slider__left swiper swiper__left">
<div class="offer-slider swiper-wrapper">
<div class="offer-slide swiper-slide"><img src="src/img/Download/left/1.jpg" alt="img-1"
class="offer-slide__img"></div>
<div class="offer-slide swiper-slide"><img src="src/img/Download/left/2.jpg" alt="img-2"
class="offer-slide__img"></div>
<div class="offer-slide swiper-slide"><img src="src/img/Download/left/3.jpg" alt="img-3"
class="offer-slide__img"></div>
<div class="offer-slide swiper-slide"><img src="src/img/Download/left/4.jpg" alt="img-4"
class="offer-slide__img"></div>
</div>
</div>
<div class="offer-slider__right swiper swiper__right">
<div class="offer-slider swiper-wrapper">
<div class="offer-slide swiper-slide"><img src="src/img/Download/right/1.jpg" alt="img-1"
class="offer-slide__img"></div>
<div class="offer-slide swiper-slide"><img src="src/img/Download/right/2.jpg" alt="img-2"
class="offer-slide__img"></div>
<div class="offer-slide swiper-slide"><img src="src/img/Download/right/3.jpg" alt="img-3"
class="offer-slide__img"></div>
<div class="offer-slide swiper-slide"><img src="src/img/Download/right/4.jpg" alt="img-4"
class="offer-slide__img"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="features" id="features">
<div class="container">
<div class="features-content">
<div class="features-content__top">
<h3 class="features-subtitle block-subtitle">Our Features</h3>
<h2 class="features-title">Learn why Deliver is great for <span>customers too!</span></h2>
<div class="features-content__desc">Explore the reasons why Deliver is the ideal choice for customers. Enjoy the convenience of swift deliveries, a user-friendly interface, and a diverse array of options tailored to meet your preferences. With reliable service and a commitment to customer satisfaction, Deliver is here to elevate your overall delivery experience.
</div>
</div>
<div class="features-items">
<div class="features-blocks">
<div class="features-block">
<div class="features-block__pic">
<img src="src/img/features/IMAGE.svg" alt="Express delivery" class="features-block__img">
</div>
<div class="features-block__text">
<h4 class="features-block__title">Express delivery</h4>
<div class="features-block__desc">Swift and seamless, our express delivery ensures your items reach you in no time.
</div>
</div>
</div>
<div class="features-block">
<div class="features-block__pic">
<img src="src/img/features/IMAGE-1.svg" alt="Safely delivered" class="features-block__img">
</div>
<div class="features-block__text">
<h4 class="features-block__title">Safely delivered</h4>
<div class="features-block__desc">Safely delivered, ensuring your items reach you securely.
</div>
</div>
</div>
<div class="features-block">
<div class="features-block__pic">
<img src="src/img/features/IMAGE-2.svg" alt="Special discounts" class="features-block__img">
</div>
<div class="features-block__text">
<h4 class="features-block__title">Special discounts</h4>
<div class="features-block__desc">Enjoy exclusive savings with our special discounts, tailored just for you.
</div>
</div>
</div>
</div>
<div class="features-blocks">
<div class="features-block">
<div class="features-block__pic">
<img src="src/img/features/IMAGE-3.svg" alt="More dishes" class="features-block__img">
</div>
<div class="features-block__text">
<h4 class="features-block__title">More dishes</h4>
<div class="features-block__desc">Explore a variety of delectable options with more dishes to satisfy every craving
</div>
</div>
</div>
<div class="features-block">
<div class="features-block__pic">
<img src="src/img/features/IMAGE-4.svg" alt="Exclusive restaurants"
class="features-block__img">
</div>
<div class="features-block__text">
<h4 class="features-block__title">Exclusive restaurants</h4>
<div class="features-block__desc">Experience exclusive dining at our select restaurants.
</div>
</div>
</div>
<div class="features-block">
<div class="features-block__pic">
<img src="src/img/features/IMAGE-5.svg" alt="and much more!" class="features-block__img">
</div>
<div class="features-block__text">
<h4 class="features-block__title">and much more!</h4>
<div class="features-block__desc">Discover endless possibilities and much more!
</div>
</div>
</div>
</div>
</div>
<div class="actions features-actions">
<a href="#" class="action action_1 register-btn" data-modal="register" data-active="false">Register restaurant</a>
<a href="#" class="action action_2 download-btn">Download app</a>
</div>
</div>
</div>
</section>
<section class="hassle" id="hassle">
<div class="container">
<div class="hassle-content">
<div class="hassle-row">
<div class="hassle-col">
<div class="hassle-col__pic"><img src="src/img/Hassle/Frame.png"
alt="Hassle-free restaurant management" class="hassle-col__img">
</div>
</div>
<div class="hassle-col hassle-col__text">
<h2 class="hassle-text__title">Hassle-free restaurant management</h2>
<div class="hassle-text__desc">Streamline your restaurant management effortlessly with our hassle-free solutions, simplifying tasks from orders to inventory. Enjoy the ease of overseeing your establishment and delivering exceptional dining experiences.
</div>
<ul class="hassle-list">
<li class="hassle-item">
<img src="src/img/Hassle/1.svg" alt="Order management" class="hassle-item__img">
<div class="hassle-item__text">
<h3 class="hassle-item__title">Order management</h3>
<p class="hassle-item__desc">Effortlessly manage your orders with our streamlined platform for seamless and efficient processing.</p>
</div>
</li>
<li class="hassle-item">
<img src="src/img/Hassle/2.svg" alt="POS integration" class="hassle-item__img">
<div class="hassle-item__text">
<h3 class="hassle-item__title">POS integration</h3>
<p class="hassle-item__desc">Effortlessly integrate with our POS system for streamlined transactions and enhanced business efficiency.</p>
</div>
</li>
</ul>
</div>
</div>
<div class="hassle-row">
<div class="hassle-col hassle-col__text hassle-col__text_right">
<h2 class="hassle-text__title hassle-text__title_normal">Super convenient for customers too</h2>
<div class="hassle-text__desc">Deliver exceptional convenience to your customers with our super-efficient service. From seamless ordering to prompt deliveries, we prioritize an unmatched experience for every user.
</div>
<ul class="hassle-list">
<li class="hassle-item">
<img src="src/img/Hassle/IMAGE.svg" alt="Order from app" class="hassle-item__img">
<div class="hassle-item__text">
<h3 class="hassle-item__title">Order from app</h3>
<p class="hassle-item__desc">Order effortlessly with our app for a seamless and convenient experience.</p>
</div>
</li>
<li class="hassle-item">
<img src="src/img/Hassle/IMAGE-1.svg" alt="Delivery tracking" class="hassle-item__img">
<div class="hassle-item__text">
<h3 class="hassle-item__title">Delivery tracking</h3>
<p class="hassle-item__desc">Track your delivery in real-time for a seamless and transparent experience.</p>
</div>
</li>
</ul>
</div>
<div class="hassle-col">
<div class="hassle-col__pic"><img src="src/img/Hassle/convenient.png"
alt="Hassle-free restaurant management" class="hassle-col__img">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="reviews" id="reviews">
<div class="container">
<div class="reviews-content">
<div class="reviews-top">
<div class="reviews-top__text">
<h2 class="reviews-text__title">What our clients say</h2>
<div class="reviews-text__desc">Discover client testimonials that speak to the excellence of our service, providing insights into the exceptional experiences our customers have had with us.
</div>
</div>
<div class="actions reviews-actions">
<a href="#" class="action action_1 register-btn" data-modal="register" data-active="false">Register restaurant</a>
<a href="#" class="action action_2 download-btn" >Download app</a>
</div>
</div>
<div class="reviews-items">
<div class="reviews-item">
<div class="reviews-item-top">
<div class="reviews-item-top__row">
<div class="reviews-item-top__info">
<div class="reviews-item-top__avatar">
<img src="src/img/clients/IMAGE.jpg" alt="John Carter" class="reviews-top__img">
</div>
<div class="reviews-item-top__client">
<div class="reviews-item-top__name">John Carter</div>
<div class="reviews-item-top__position">Echo Park</div>
</div>
</div>
<button class="reviews-item-top__btn"></button>
</div>
</div>
<div class="reviews-item__content">Outstanding service! Quick deliveries, a user-friendly interface, and top-notch customer support. Definitely my go-to for hassle-free ordering.
</div>
</div>
<div class="reviews-item">
<div class="reviews-item-top">
<div class="reviews-item-top__row">
<div class="reviews-item-top__info">
<div class="reviews-item-top__avatar">
<img src="src/img/clients/IMAGE-1.jpg" alt="Sophie Moore" class="reviews-top__img">
</div>
<div class="reviews-item-top__client">
<div class="reviews-item-top__name">Sophie Moore</div>
<div class="reviews-item-top__position">Hollywood Hills</div>
</div>
</div>
<button class="reviews-item-top__btn"></button>
</div>
</div>
<div class="reviews-item__content">Impressed with the seamless experience. The app is intuitive, and the delivery tracking feature is a game-changer. Always reliable, making my life so much easier!
</div>
</div>
<div class="reviews-item">
<div class="reviews-item-top">
<div class="reviews-item-top__row">
<div class="reviews-item-top__info">
<div class="reviews-item-top__avatar">
<img src="src/img/clients/IMAGE-2.jpg" alt="Matt Cannon" class="reviews-top__img">
</div>
<div class="reviews-item-top__client">
<div class="reviews-item-top__name">Matt Cannon</div>
<div class="reviews-item-top__position">Little Tokyo</div>
</div>
</div>
<button class="reviews-item-top__btn"></button>
</div>
</div>
<div class="reviews-item__content">Exceptional service! From order to delivery, everything is smooth and efficient. The variety of choices and the reliability keep me coming back. Highly recommended!
</div>
</div>
</div>
<div class="reviews-items">
<div class="reviews-item">
<div class="reviews-item-top">
<div class="reviews-item-top__row">
<div class="reviews-item-top__info">
<div class="reviews-item-top__avatar">
<img src="src/img/clients/IMAGE-3.jpg" alt="Lily Woods" class="reviews-top__img">
</div>
<div class="reviews-item-top__client">
<div class="reviews-item-top__name">Lily Woods</div>
<div class="reviews-item-top__position">Melsore Avenue</div>
</div>
</div>
<button class="reviews-item-top__btn"></button>
</div>
</div>
<div class="reviews-item__content">Absolutely love the variety and speed of deliveries! A true lifesaver for busy days. The app is straightforward, and the delivery updates keep me informed. Highly satisfied!
</div>
</div>
<div class="reviews-item">
<div class="reviews-item-top">
<div class="reviews-item-top__row">
<div class="reviews-item-top__info">
<div class="reviews-item-top__avatar">
<img src="src/img/clients/IMAGE-4.jpg" alt="Andy Smith" class="reviews-top__img">
</div>
<div class="reviews-item-top__client">
<div class="reviews-item-top__name">Andy Smith</div>
<div class="reviews-item-top__position">Koreatown</div>
</div>
</div>
<button class="reviews-item-top__btn"></button>
</div>
</div>
<div class="reviews-item__content">Reliable and efficient service every time. The app's simplicity makes ordering a breeze, and the delivery team is consistently punctual. Overall, a fantastic experience.
</div>
</div>
<div class="reviews-item">
<div class="reviews-item-top">
<div class="reviews-item-top__row">
<div class="reviews-item-top__info">
<div class="reviews-item-top__avatar">
<img src="src/img/clients/IMAGE-5.jpg" alt="Emily Williams"
class="reviews-top__img">
</div>
<div class="reviews-item-top__client">
<div class="reviews-item-top__name">Emily Williams</div>
<div class="reviews-item-top__position">Chinatown</div>
</div>
</div>
<button class="reviews-item-top__btn"></button>
</div>
</div>
<div class="reviews-item__content">Impressive service! The app's user interface is excellent, and the delivery tracking feature is a game-changer. Kudos to the team for their commitment to customer satisfaction. Will continue to use and recommend!
</div>
</div>
</div>
</div>
</div>
</section>
<section class="attract" id="attract">
<div class="container">
<div class="attract-content">
<div class="attract-row">
<div class="attract-col attract-col__text">
<div class="attract-text">
<h2 class="attract-text__title">Start attracting <br/> more clients today!</h2>
<div class="attract-text__content">Boost your business by attracting more clients today! Our tailored strategies and innovative solutions will elevate your brand visibility, engage your target audience, and drive growth. Don't miss out on the opportunities – start your journey to success now!
</div>
<a href="#" class="action action_1 attract-action register-btn" data-modal="register" data-active="false">Register restaurant</a>
</div>
</div>
<div class="attract-col attract-col__picture">
<picture class="attract-picture">
<img src="src/img/action/Frame.png" alt="register restaurant" class="attract__img">
</picture>
</div>
</div>
</div>
</div>
</section>
<section class="app" id="app">
<div class="container">
<div class="app-content">
<div class="app-row">
<div class="app-col app-col__text">
<a href="#" class="app-logo">
<picture>
<img src="src/img/header/logo.svg" alt="Deliver-x" class="app-logo__img">
</picture>
</a>
<div class="app-text">Experience a new level of dining convenience with Deliver-X, your go-to food delivery service. From diverse culinary options to swift and reliable deliveries, we are committed to bringing your favorite flavors straight to your door.
</div>
</div>
<div class="app-col app-col__buttons">
<div class="app-buttons">
<a href="#" class="action app-action app-action_1 download-ios">Download for iOS</a>
<a href="#" class="action app-action download-android">Download for Android</a>
</div>
</div>
</div>
<hr class="line">
</div>
</div>
</section>
<footer class="footer" id="footer">
<div class="container">
<div class="footer-content">
<div class="footer-lists">
<div class="footer-list">
<h2 class="footer-list__title">Menu</h2>
<ul class="footer-menu footer-menu_first">
<li class="footer-menu__parent">
<ul class="footer-menu footer-menu_1">
<li class="footer-menu__item"><a href="#" class="footer-menu__link">Home</a></li>
<li class="footer-menu__item"><a href="#" class="footer-menu__link">About</a></li>
<li class="footer-menu__item"><a href="#" class="footer-menu__link">Contact</a></li>
<li class="footer-menu__item"><a href="#" class="footer-menu__link">Blog</a></li>
<li class="footer-menu__item"><a href="#" class="footer-menu__link">Blog posts</a></li>
</ul>
</li>
<li class="footer-menu__parent">
<ul class="footer-menu footer-menu_2">
<li class="footer-menu__item"><a href="#" class="footer-menu__link">Plans</a></li>
<li class="footer-menu__item"><a href="#" class="footer-menu__link">Plan single</a></li>
<li class="footer-menu__item"><a href="#" class="footer-menu__link">Register</a></li>
</ul>
</li>
</ul>
</div>
<div class="footer-list">
<h2 class="footer-list__title">Utility pages</h2>
<ul class="footer-menu">
<li class="footer-menu__parent">
<ul class="footer-menu footer-menu_1">
<li class="footer-menu__item"><a href="#" class="footer-menu__link">Start here</a></li>
<li class="footer-menu__item"><a href="#" class="footer-menu__link">Styleguide</a></li>
<li class="footer-menu__item"><a href="#" class="footer-menu__link">Password
protected</a></li>
<li class="footer-menu__item"><a href="#" class="footer-menu__link">404 Not found</a>
</li>
<li class="footer-menu__item"><a href="#" class="footer-menu__link">Licenses</a></li>
<li class="footer-menu__item"><a href="#" class="footer-menu__link">Changelog</a></li>
</ul>
</li>
</ul>
</div>
<div class="footer-list">
<h2 class="footer-list__title">Available in</h2>
<ul class="footer-menu footer-menu_first">
<li class="footer-menu__parent">
<ul class="footer-menu footer-menu_available">
<li class="footer-menu__item"><a href="#" class="footer-menu__link">
<span class="footer-menu__wrap">
<img src="src/img/footer/IMAGE.svg" alt="San Francisco, CA"
class="footer-menu__icon">
<span class="footer-menu__text">San Francisco, CA</span>
</span>
</a></li>
<li class="footer-menu__item"><a href="#" class="footer-menu__link">
<span class="footer-menu__wrap">
<img src="src/img/footer/IMAGE-1.svg" alt="Los Angeles, CA"
class="footer-menu__icon">
<span class="footer-menu__text">Los Angeles, CA</span>
</span>
</a></li>
</ul>
</li>
<li class="footer-menu__parent">
<ul class="footer-menu footer-menu_available">
<li class="footer-menu__item"><a href="#" class="footer-menu__link">
<span class="footer-menu__wrap">
<img src="src/img/footer/IMAGE-2.svg" alt="New York, NY"
class="footer-menu__icon">
<span class="footer-menu__text">New York, NY</span>
</span>
</a></li>
<li class="footer-menu__item"><a href="#" class="footer-menu__link">
<span class="footer-menu__wrap">
<img src="src/img/footer/IMAGE-3.svg" alt="Seattle, WA"
class="footer-menu__icon">
<span class="footer-menu__text">Seattle, WA</span>
</span>
</a></li>
</ul>
</li>
</ul>
</div>
</div>
<hr class="footer-line">
<div class="footer-copyright">
<div class="footer-copyright__text">
<p>Copyright © Deliver X | Designed by <span>BRIX Templates</span></p>
<p> - Powered by <span>Webflow</span></p>
</div>
</div>
</div>
</div>
</footer>
<div class="overlay" id="overlay"></div>
<div class="popup" id="popup" data-modal-name="register">
<button class="close-btn active" id="close-btn">
<span class="line line_1"></span>
<span class="line line_2"></span>
</button>
<!-- Content -->
<div class="popup-content">
<div class="popup-header">
<h2 class="popup-title">Register restaurant</h2>
</div>
<div class="popup-body">
<form action="#" method="POST" class="register-form form">
<div class="form-fields scroll">
<div class="form-field field">
<label for="business_name" class="field-label required">Business name <span>*</span></label>
<input type="text" name="business_name" placeholder="Enter your business name"
class="form-control" id="business_name">
<small class="error active">This field is required</small>
</div>
<div class="form-field field">
<label for="address" class="field-label required">Address <span>*</span></label>
<input type="text" name="address" placeholder="Enter your address" class="form-control"
id="address">
<small class="error">This field is required</small>
</div>
<div class="form-field field">
<label for="city" class="field-label required">City <span>*</span></label>
<select name="city" id="city" class="form-select">
<option class="option" value="Skhidnytc'a">Skhidnytc'a</option>
<option class="option" value="Novyi Kropyvnyk">Novyi Kropyvnyk</option>
<option class="option" value="Drogobych">Drogobych</option>
<option class="option" value="Lviv">Lviv</option>
<option class="option" value="Kyiv">Kyiv</option>
<option class="option" value="Kharkiv">Kharkiv</option>
</select>
<small class="error">This field is required</small>
</div>
<div class="form-field field">
<label for="full__name" class="field-label required">Full name <span>*</span></label>
<input type="text" name="full_name" placeholder="Enter your full name" class="form-control"
id="full__name">
<small class="error">This field is required</small>
</div>
</div>
<div class="form-field field form-field__btn">
<button type="submit" class="form-submit__button">Register restaurant</button>
</div>
</form>
</div>
</div>
</div>
<!-- ЗАГОТОВКА ПОПАПА -->
<!-- SCSS file path: src/scss/interface/modal.scss -->
<!--
<div class="popup active" id="popup">
<button class="close-btn active">
<span class="line line_1"></span>
<span class="line line_2"></span>
</button>
</div>
-->
<!-- ЗАГОТОВКА ПОПАПА END-->
<script type="module" src="/js/main.js"></script>
</body>
</html>