-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
775 lines (685 loc) · 36.4 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
<!doctype html>
<html class="no-js" lang="en" style="overflow-x: hidden;">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>The Organic Studio - Your One-Stop Online Shop for Spices, Groceries, and Oils!</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico in the root directory -->
<link rel="shortcut icon" type="image/x-icon" href="/assets/img/logo/favicon.png">
<!-- CSS here -->
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/animate.css">
<link rel="stylesheet" href="/assets/css/swiper-bundle.css">
<link rel="stylesheet" href="/assets/css/slick.css">
<link rel="stylesheet" href="/assets/css/magnific-popup.css">
<link rel="stylesheet" href="/assets/css/spacing.css">
<link rel="stylesheet" href="/assets/css/meanmenu.css">
<link rel="stylesheet" href="/assets/css/nice-select.css">
<link rel="stylesheet" href="/assets/css/fontawesome.min.css">
<link rel="stylesheet" href="/assets/css/icon-dukamarket.css">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/mystyles.css">
</head>
<body>
<div id="buffer">
<div class="error" id="error-alert">
<div class="error__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" viewBox="0 0 24 24" height="24" fill="none">
<path fill="#393a37"
d="m13 13h-2v-6h2zm0 4h-2v-2h2zm-1-15c-1.3132 0-2.61358.25866-3.82683.7612-1.21326.50255-2.31565 1.23915-3.24424 2.16773-1.87536 1.87537-2.92893 4.41891-2.92893 7.07107 0 2.6522 1.05357 5.1957 2.92893 7.0711.92859.9286 2.03098 1.6651 3.24424 2.1677 1.21325.5025 2.51363.7612 3.82683.7612 2.6522 0 5.1957-1.0536 7.0711-2.9289 1.8753-1.8754 2.9289-4.4189 2.9289-7.0711 0-1.3132-.2587-2.61358-.7612-3.82683-.5026-1.21326-1.2391-2.31565-2.1677-3.24424-.9286-.92858-2.031-1.66518-3.2443-2.16773-1.2132-.50254-2.5136-.7612-3.8268-.7612z">
</path>
</svg>
</div>
<div class="error__title">Connection Timeout</div>
<div class="error__close"><svg xmlns="http://www.w3.org/2000/svg" width="20" viewBox="0 0 20 20" height="20">
<path fill="#393a37"
d="m15.8333 5.34166-1.175-1.175-4.6583 4.65834-4.65833-4.65834-1.175 1.175 4.65833 4.65834-4.65833 4.6583 1.175 1.175 4.65833-4.6583 4.6583 4.6583 1.175-1.175-4.6583-4.6583z">
</path>
</svg></div>
</div>
<svg viewBox="25 25 50 50" class="svg-spinner">
<circle r="20" cy="50" cx="50"></circle>
</svg>
</div>
<!-- Scroll-top -->
<button class="scroll-top scroll-to-target" data-target="html">
<i class="icon-chevrons-up"></i>
</button>
<!-- Scroll-top-end-->
<!-- header-area-start -->
<header>
<div id="header-sticky" class="header__main-area d-none d-xl-block" style="z-index: 999;">
<div class="container">
<div class="header__for-megamenu p-relative">
<div class="row align-items-center">
<div class="col-xl-3">
<div class="header__logo">
<a href="/"><img src="/assets/img/logo/logo.png" alt="logo" style="height: 50px;"></a>
</div>
</div>
<div class="col-xl-6">
<div class="header__menu main-menu text-center">
<nav id="mobile-menu">
<ul>
<li><a href="/">Home</a></li>
</li>
<li><a href="/all-products/">Products</a></li>
</li>
<li><a href="/my-cart/">My Cart</a></li>
</li>
<li><a href="/wishlist/">Wishlist</a></li>
</li>
<li><a href="/about-us/">About Us</a></li>
<li><a href="/contact-us/">Contact Us</a></li>
</ul>
</nav>
</div>
</div>
<div class="col-xl-3">
<div class="header__info d-flex align-items-center">
<div class="header__info-search tpcolor__purple ml-10">
<button class="tp-search-toggle"><i class="icon-search"></i></button>
</div>
<div class="header__info-user tpcolor__yellow ml-10">
<a href="/login/"><i class="icon-user"></i></a>
</div>
<div class="header__info-wishlist tpcolor__greenish ml-10">
<a href="/wishlist/"><i class="icon-heart icons"></i></a>
</div>
<div class="header__info-cart tpcolor__oasis ml-10 tp-cart-toggle">
<button id="cart-button"><i class="icon-cart"></i>
<span id="cart-qnty-1">1</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- header-search -->
<div class="tpsearchbar tp-sidebar-area">
<button class="tpsearchbar__close"><i class="icon-x"></i></button>
<div class="search-wrap text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-6 pt-100 pb-100">
<h2 class="tpsearchbar__title">What Are You Looking For?</h2>
<div class="tpsearchbar__form">
<form action="#">
<input type="text" name="search" placeholder="Search Product...">
<button class="tpsearchbar__search-btn"><i class="icon-search"></i></button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="search-body-overlay"></div>
<!-- header-search-end -->
<!-- header-cart-start -->
<div class="tpcartinfo tp-cart-info-area p-relative">
<button class="tpcart__close"><i class="icon-x"></i></button>
<div class="tpcart">
<h4 class="tpcart__title">Your Cart</h4>
<div class="tpcart__product">
<div class="tpcart__product-list">
<ul id="cart-lists">
</ul>
</div>
<div class="tpcart__checkout">
<div class="tpcart__total-price d-flex justify-content-between align-items-center">
<span> Subtotal:</span>
<span class="total-price" id="total-price-navbar"></span>
</div>
<div class="tpcart__checkout-btn">
<a class="tpcart-btn mb-10" href="/my-cart/">View Cart</a>
<a class="tpcheck-btn" href="/checkout/">Checkout</a>
</div>
</div>
</div>
</div>
</div>
<div class="cartbody-overlay" style="z-index: 9999;"></div>
<!-- header-cart-end -->
<!-- mobile-menu-area -->
<div id="header-sticky-2" class="tpmobile-menu d-xl-none">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-lg-4 col-md-4 col-3 col-sm-3">
<div class="mobile-menu-icon">
<button class="tp-menu-toggle"><i class="icon-menu1"></i></button>
</div>
</div>
<div class="col-lg-4 col-md-4 col-6 col-sm-4">
<div class="header__logo text-center">
<a href="/"><img src="/assets/img/logo/logo.png" alt="logo" style="height: 50px;"></a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-3 col-sm-5">
<div class="header__info d-flex align-items-center">
<div class="header__info-search tpcolor__purple ml-10 d-none d-sm-block">
<button class="tp-search-toggle"><i class="icon-search"></i></button>
</div>
<div class="header__info-user tpcolor__yellow ml-10 d-none d-sm-block">
<a href="/login/"><i class="icon-user"></i></a>
</div>
<div class="header__info-wishlist tpcolor__greenish ml-10 d-none d-sm-block">
<a href="/wishlist/"><i class="icon-heart icons"></i></a>
</div>
<div class="header__info-cart tpcolor__oasis ml-10 tp-cart-toggle">
<button id="cart-button"><i class="icon-cart"></i>
<span id="cart-qnty-2">1</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="body-overlay"></div>
<!-- mobile-menu-area-end -->
<!-- sidebar-menu-area -->
<div class="tpsideinfo">
<button class="tpsideinfo__close">Close<i class="fal fa-times ml-10"></i></button>
<div class="tpsideinfo__search text-center pt-35">
<span class="tpsideinfo__search-title mb-20">What Are You Looking For?</span>
<form action="#">
<input type="text" placeholder="Search Products...">
<button><i class="icon-search"></i></button>
</form>
</div>
<div class="tpsideinfo__nabtab">
<div class="tab-content" id="pills-tabContent">
<div class="tab-pane fade show active" id="pills-home" role="tabpanel" aria-labelledby="pills-home-tab"
tabindex="0">
<div class="mobile-menu"></div>
</div>
<div class="tab-pane fade" id="pills-profile" role="tabpanel" aria-labelledby="pills-profile-tab"
tabindex="0">
<div class="tpsidebar-categories">
</div>
</div>
</div>
</div>
</div>
<!-- sidebar-menu-area-end -->
</header>
<!-- header-area-end -->
<main>
<!-- slider-area-start -->
<section class="slider-area tpslider-delay">
<div class="swiper-container slider-active">
<div class="swiper-wrapper" id="header-swiper">
<!--Main Header Slides Starts Here-->
<!--
<div class="swiper-slide ">
<div class="tpslider pt-90 pb-0 grey-bg" data-background="/assets/img/slider/shape-bg.jpg">
<div class="container">
<div class="row align-items-center">
<div class="col-xxl-5 col-lg-6 col-md-6 col-12 col-sm-6">
<div class="tpslider__content pt-20">
<span class="tpslider__sub-title mb-35">Top Seller In The Week</span>
<h2 class="tpslider__title mb-30">Choose Your Healthy Lifestyle.</h2>
<p>Presentation matters. Our fresh Vietnamese vegetable rolls <br> look good and taste even better</p>
<div class="tpslider__btn">
<a class="tp-btn" href="/shop-details/">Shop Now</a>
</div>
</div>
</div>
<div class="col-xxl-7 col-lg-6 col-md-6 col-12 col-sm-6">
<div class="tpslider__thumb p-relative pt-15">
<img class="tpslider__thumb-img" src="/assets/img/slider/slider-bg-1.png" alt="slider-bg">
<div class="tpslider__shape d-none d-md-block">
<img class="tpslider__shape-one" src="/assets/img/slider/slider-shape-1.png" alt="shape">
<img class="tpslider__shape-two" src="/assets/img/slider/slider-shape-2.png" alt="shape">
<img class="tpslider__shape-three" src="/assets/img/slider/slider-shape-3.png" alt="shape">
<img class="tpslider__shape-four" src="/assets/img/slider/slider-shape-4.png" alt="shape">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
-->
<!--Main Header Slides Ends Here-->
</div>
<div class="tpslider__arrow d-none d-xxl-block">
<button class="tpsliderarrow tpslider__arrow-prv"><i class="icon-chevron-left"></i></button>
<button class="tpsliderarrow tpslider__arrow-nxt"><i class="icon-chevron-right"></i></button>
</div>
<div class="slider-pagination d-xxl-none"></div>
</div>
</section>
<!-- slider-area-end -->
<!-- category-area-start -->
<section class="category-area grey-bg pb-40">
<div class="container">
<div class="input-layout">
<div>
<input type="text" placeholder="Search Product...." id="search-input" onkeypress="if (event.key === 'Enter') {
window.location.href = '/all-products/?search='+this.value;
}">
<i class="icon-search" onclick="window.location.href = '/all-products/?search='+document.getElementById('search-input').value;"></i>
</div>
</div>
<div class="swiper-container category-active">
<div class="swiper-wrapper" id="category-wrapper">
<!--Categories List Starts Here
<div class="swiper-slide">
<div class="category__item mb-30">
<div class="category__thumb fix mb-15">
<a href="/all-products/?category=Vegetables"><img src="/assets/img/catagory/category-1.jpg"
alt="category-thumb"></a>
</div>
<div class="category__content">
<h5 class="category__title"><a href="/shop-details/">Vegetables</a></h5>
</div>
</div>
</div>
Categories Lists Ends Here-->
</div>
</div>
</div>
</div>
</section>
<!-- category-area-end -->
<!-- product-area-start -->
<section class="product-area grey-bg pb-0">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="tpsection mb-35">
<h4 class="tpsection__sub-title">~ Special Products ~</h4>
<h4 class="tpsection__title">Weekly Offers</h4>
<p>Get Update With The Latest Offers Of The Week</p>
</div>
</div>
</div>
<div class="tpproduct__arrow p-relative">
<div class="swiper-container tpproduct-active tpslider-bottom p-relative">
<div class="swiper-wrapper" id="offer-wrapper">
<!--Offer Products Lists Starts Here
<div class="swiper-slide">
<div class="tpproduct p-relative">
<div class="tpproduct__thumb p-relative text-center">
<a href="shop-details/"><img src="/assets/img/product/products21-min.jpg" alt=""></a>
<div class="tpproduct__info bage">
<span class="tpproduct__info-hot bage__hot">HOT</span>
</div>
<div class="tpproduct__shopping">
<a class="tpproduct__shopping-wishlist" href="wishlist.html"><i
class="icon-heart icons"></i></a>
</div>
</div>
<div class="tpproduct__content">
<span class="tpproduct__content-weight">
<a href="shop-details/">Fresh Fruits</a>,
<a href="shop-details/">Vagetables</a>
</span>
<h4 class="tpproduct__title">
<a href="shop-details/">Mangosteen Organic From VietNamese</a>
</h4>
<div class="tpproduct__price">
<span>$56.00</span>
<del>$19.00</del>
</div>
</div>
<div class="tpproduct__hover-text">
<div class="tpproduct__hover-btn d-flex justify-content-center mb-10">
<a class="tp-btn-2" href="/shop-details/">Add to cart</a>
</div>
</div>
</div>
</div>
Offer Products Lists Ends Here-->
</div>
</div>
<div class="tpproduct-btn">
<div class="tpprduct-arrow tpproduct-btn__prv"><a href="#"><i class="icon-chevron-left"></i></a></div>
<div class="tpprduct-arrow tpproduct-btn__nxt"><a href="#"><i class="icon-chevron-right"></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- product-area-end -->
<!-- product-feature-area-start -->
<section class="product-feature-area product-feature grey-bg pt-80 pb-40">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12">
<div class="tpfeature__thumb p-relative pb-40">
<img src="/assets/img/product/feature-thumb-1.png" alt="">
<div class="tpfeature__shape d-none d-md-block">
<img class="tpfeature__shape-one" src="/assets/img/product/feature-shape-1.png" alt="">
<img class="tpfeature__shape-two" src="/assets/img/product/feature-shape-2.png" alt="">
</div>
</div>
</div>
<div class="col-lg-6 col-md-12">
<div class="tpproduct-feature p-relative pt-45 pb-40">
<div class="tpsection tpfeature__content mb-35">
<h4 class="tpsection__sub-title mb-0" style="text-align: center;">~ The Best For Your ~</h4>
<h4 class="tpsection__title tpfeature__title mb-25" style="text-align: center;">Organic Studio <br> <span>Easy
Healthy</span> - Happy Life</h4>
<p style="text-align: center;">A BRAND FROM THE HOUSE OF <strong>CHAKKUMKODE FOODS LLP</strong></p>
</div>
<div class="tpfeature__shape d-none d-md-block">
<img class="tpfeature__shape-three" src="/assets/img/product/feature-shape-3.png" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- product-feature-area-end -->
<!-- banner-area-start -->
<section class="banner-area pb-60 grey-bg">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="tpbanner__item mb-30">
<a href="/all-products/?category=Vegetable">
<div class="tpbanner__content" style="background-image: url(/assets/img/banner/banner-1.png); background-position:right; display:flex; flex-direction:column; justify-content:center;">
<h4 class="tpbanner__title mb-15">Sensory Adventure</h4>
<p style="width:70%;">Spices transform eating into a sensory adventure with diverse tastes.</p>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="tpbanner__item mb-30">
<a href="/all-products/?category=Meat">
<div class="tpbanner__content" style="background-image: url(/assets/img/banner/banner-2.png); background-position:right; display:flex; flex-direction:column; justify-content:center;">
<h4 class="tpbanner__title mb-15">Cultural Richness</h4>
<p style="width:70%;">Spices link us to culinary traditions, enriching our cooking with flavors.</p>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="tpbanner__item mb-30">
<a href="/all-products/?category=Bread">
<div class="tpbanner__content" style="background-image: url(/assets/img/banner/banner-3.png); background-position:center; display:flex; flex-direction:column; justify-content:center;">
<h4 class="tpbanner__title mb-15">Elevated Aesthetics</h4>
<p style="width:70%;">Spices go beyond taste, adding for visually appealing meals.</p>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- banner-area-end -->
<!-- product-area-start -->
<section class="weekly-product-area grey-bg pb-70">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="tpsection mb-20">
<h4 class="tpsection__title">All Products</h4>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="tpnavtab__area pb-40">
<nav>
<div class="nav nav-tabs" id="nav-tab" role="tablist">
<!--Category Titles Starts Here-->
<button class="nav-link active" id="nav-all-tab" data-bs-toggle="tab"
data-bs-target="#nav-all" type="button" role="tab" aria-controls="nav-all"
aria-selected="true">Selected From The Latest</button>
<!--Category Titles Starts Here-->
</div>
</nav>
<div class="tab-content" id="nav-tabContent">
<div class="tab-pane fade show active" id="nav-all" role="tabpanel"
aria-labelledby="nav-all-tab" tabindex="0">
<div class="tpproduct__arrow p-relative">
<div class="swiper-container tpproduct-active-all tpslider-bottom p-relative">
<div class="swiper-wrapper" id="allp-wrapper">
<!--Filter Categorised Products Starts Here
<div class="swiper-slide">
<div class="tpproduct p-relative">
<div class="tpproduct__thumb p-relative text-center">
<a href="#"><img src="/assets/img/product/products29-min.jpg" alt=""></a>
<a class="tpproduct__thumb-img" href="/shop-details/"><img
src="/assets/img/product/products30-min.jpg" alt=""></a>
<div class="tpproduct__info bage">
<span class="tpproduct__info-discount bage__discount">-50%</span>
<span class="tpproduct__info-hot bage__hot">HOT</span>
</div>
<div class="tpproduct__shopping">
<a class="tpproduct__shopping-wishlist" href="/wishlist/"><i
class="icon-heart icons"></i></a>
</div>
</div>
<div class="tpproduct__content">
<span class="tpproduct__content-weight">
<a href="shop-details/">Fresh Meat</a>
</span>
<h4 class="tpproduct__title">
<a href="shop-details/">Mangosteen Organic From VietNamese</a>
</h4>
<div class="tpproduct__price">
<span>$56.00</span>
<del>$19.00</del>
</div>
</div>
<div class="tpproduct__hover-text">
<div class="tpproduct__hover-btn d-flex justify-content-center mb-10">
<a class="tp-btn-2" href="/shop-details/">Add to cart</a>
</div>
</div>
</div>
</div>
Filter Categorised Products Starts Here-->
</div>
<div style="display: flex; justify-content:center; margin-top:60px;">
<!--Create This Button Dynamically To Get Url-->
<a class="tp-btn-2" href="/all-products/">Shop From All Products <i
class="icon-chevron-down"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- product-area-end -->
<!-- product-coundown-area-start -->
<section class="product-coundown-area tpcoundown__bg grey-bg"
style="background-image:url(/assets/img/banner/rice-powder.png); background-size:contain;background-position:right;">
<div style="background: #08080852; backdrop-filter: blur(3px);border:1px solid #3f3f3f15;">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="tpcoundown p-relative ml-175">
<div class="section__content mb-35">
<span class="section__sub-title mb-10">~ About Us ~</span>
<h2 class="section__title mb-25">Why Choose Us ?</h2>
<p style="max-width: 500px;">We have realised that the ready available products will be a great choice for the customers especially in the festive time. Then we have started our own products with the commitments to serve original ingredients in a small counter. It was a great success and motivation for us to expand in a well manner to meet the increased customer demand.</p>
</div>
<!--
<h4 class="tpcoundown__count-title">hurry up! Offer End In:</h4>
<div class="tpcoundown__countdown" data-countdown="2024/06/11"></div>
-->
<div class="tpcoundown__count">
<div class="tpcoundown__btn mt-50">
<a class="whight-btn" href="/all-products/">Shop Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- product-coundown-area-end -->
<!-- blog-area-start -->
<section class="blog-area pt-100 pb-100 grey-bg">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="tpsection mb-35">
<h4 class="tpsection__sub-title">~ Read Our Blog ~</h4>
<h4 class="tpsection__title">Our Latest Post</h4>
<p>Unveil the essence of pure harvests in our latest blog post, where nature's authenticity meets the art of quality curation.</p>
</div>
</div>
</div>
<div class="swiper-container tpblog-active">
<div class="swiper-wrapper" id="blog-wrapper">
<!--Blog Lists Starts Here
<div class="swiper-slide">
<div class="tpblog__item">
<div class="tpblog__thumb fix">
<a href="blog-details.html"><img src="/assets/img/blog/blog-bg-1.jpg" alt=""></a>
</div>
<div class="tpblog__wrapper">
<h4 class="tpblog__title"><a href="blog-details.html">Avocado Grilled Salmon, Rich In
Nutrients For The Body</a></h4>
<p>These are the people who make your life easier. Egestas is tristique vestibulum...</p>
<div class="tpblog__details">
<a href="/about-us/">GO TO ABOUT-US <i class="icon-chevrons-right"></i> </a>
</div>
</div>
</div>
</div>
Blog Lists Ends Here-->
</div>
</div>
</div>
</section>
<!-- blog-area-end -->
<!-- feature-area-start -->
<section class="feature-area mainfeature__bg grey-bg pt-50 pb-40"
data-background="/assets/img/shape/footer-shape-1.svg">
<div class="container">
<div class="mainfeature__border pb-15">
<div class="services">
<div class="col">
<div class="mainfeature__item text-center mb-30">
<div class="mainfeature__icon">
<img src="/assets/img/icon/feature-icon-1.svg" alt="">
</div>
<div class="mainfeature__content">
<h4 class="mainfeature__title">Fast Delivery</h4>
<p>Across West & East India</p>
</div>
</div>
</div>
<div class="col">
<div class="mainfeature__item text-center mb-30">
<div class="mainfeature__icon">
<img src="/assets/img/icon/feature-icon-2.svg" alt="">
</div>
<div class="mainfeature__content">
<h4 class="mainfeature__title">safe payment</h4>
<p>100% Secure Payment</p>
</div>
</div>
</div>
<div class="col">
<div class="mainfeature__item text-center mb-30">
<div class="mainfeature__icon">
<img src="/assets/img/icon/feature-icon-3.svg" alt="">
</div>
<div class="mainfeature__content">
<h4 class="mainfeature__title">Online Discount</h4>
<p>Add Multi-buy Discount </p>
</div>
</div>
</div>
<div class="col">
<div class="mainfeature__item text-center mb-30">
<div class="mainfeature__icon">
<img src="/assets/img/icon/feature-icon-5.svg" alt="">
</div>
<div class="mainfeature__content">
<h4 class="mainfeature__title">Curated items</h4>
<p>From Handpicked Sellers</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- feature-area-end -->
</main>
<!-- footer-area-start -->
<footer>
<div class="tpfooter__area theme-bg-2">
<div class="tpfooter__top pb-15">
<div class="container">
<div class="row">
<div class="col-xl-3 col-lg-4 col-md-6 col-sm-6">
<div class="tpfooter__widget footer-col-1 mb-50">
<h4 class="tpfooter__widget-title">Let Us Help You</h4>
<p>If you have any question, please <br> contact us at:
<a href="mailto:[email protected]">[email protected]</a>
</p>
<div class="tpfooter__widget-social mt-45">
<span class="tpfooter__widget-social-title mb-5">Social Media:</span>
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
<a href="#"><i class="fab fa-pinterest-p"></i></a>
<a href="#"><i class="fab fa-skype"></i></a>
</div>
</div>
</div>
<div class="col-xl-2 col-lg-4 col-md-4 col-sm-5">
</div>
</div>
</div>
</div>
<div class="tpfooter___bottom pt-40 pb-40">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-7 col-sm-12">
<div class="tpfooter__copyright">
<span class="tpfooter__copyright-text">Copyright © <a href="https://www.azoraads.com/">Azora ads</a> all rights
reserved.</span>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- footer-area-end -->
<!-- JS here -->
<script src="/assets/js/jquery.js"></script>
<script src="/assets/js/waypoints.js"></script>
<script src="/assets/js/bootstrap.bundle.min.js"></script>
<script src="/assets/js/swiper-bundle.js"></script>
<script src="/assets/js/nice-select.js"></script>
<script src="/assets/js/slick.js"></script>
<script src="/assets/js/magnific-popup.js"></script>
<script src="/assets/js/counterup.js"></script>
<script src="/assets/js/wow.js"></script>
<script src="/assets/js/isotope-pkgd.js"></script>
<script src="/assets/js/imagesloaded-pkgd.js"></script>
<script src="/assets/js/countdown.js"></script>
<script src="/assets/js/ajax-form.js"></script>
<script src="/assets/js/meanmenu.js"></script>
<script src="/assets/js/main.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.8.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.8.0/firebase-firestore.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.8.0/firebase-database.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/firebase/7.15.5-0/firebase.js"></script>
<script src="/firebase-config.js"></script>
<script src="/cart.js"></script>
</body>
</html>