-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
862 lines (831 loc) · 37.9 KB
/
index.html
File metadata and controls
862 lines (831 loc) · 37.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
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
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shopify</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<body class="font-[Poppins] text-white">
<!-- Navbar Section -->
<section class="text-gray-600 body-font lg:px-5 xl:px-16 bg-[#FBF7ED]">
<div class="flex flex-row flex-wrap items-center justify-between px-2 mx-auto 2xl:container md:p-5 md:flex-row">
<a class="flex items-center mb-4 font-medium text-gray-900 title-font md:mb-0">
<img class="h-16 translate-y-1 md:translate-y-0" src="./images/shopify-bag.png" alt="" </a>
<nav
class="md:mr-auto hidden md:ml-4 md:py-1 md:pl-4 md:flex flex-wrap items-center text-[17px] justify-center">
<a class="relative mr-8 font-medium group hover:text-gray-900">
Start
<i class="fa-solid fa-angle-down relative top-[1px]"></i>
<ul
class="absolute flex-col hidden w-56 py-1 font-semibold bg-white border rounded shadow-lg top-6 group-hover:flex">
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Start Your Business
</li>
<div class="h-[1px] w-[80%] mx-auto bg-gray-300"></div>
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Branding
</li>
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Online presence
</li>
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Store set up
</li>
</ul>
</a>
<a class="relative mr-8 font-medium group hover:text-gray-900">
Sell
<i class="fa-solid fa-angle-down relative top-[1px]"></i>
<ul
class="absolute flex-col hidden w-56 py-1 font-semibold bg-white border rounded shadow-lg top-6 group-hover:flex">
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Sell everywhere
</li>
<div class="h-[1px] w-[80%] mx-auto bg-gray-300"></div>
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Online store
</li>
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Point of Sale
</li>
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Buy Button
</li>
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Checkout
</li>
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Sales channels
</li>
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Custom storefront tools
</li>
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
International commerce
</li>
</ul>
</a>
<a class="relative mr-8 font-medium group hover:text-gray-900">
Market
<i class="fa-solid fa-angle-down relative top-[1px]"></i>
<ul
class="absolute flex-col hidden w-56 py-1 font-semibold bg-white border rounded shadow-lg top-6 group-hover:flex">
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Market Your Business
</li>
<div class="h-[1px] w-[80%] mx-auto bg-gray-300"></div>
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Email Marketing
</li>
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Marketing automation
</li>
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Customer groups
</li>
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Business chat
</li>
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Facebook Ads
</li>
</ul>
</a>
<a class="relative mr-8 font-medium group hover:text-gray-900">
Manage
<i class="fa-solid fa-angle-down relative top-[1px]"></i>
<ul
class="absolute flex-col hidden w-56 py-1 font-semibold bg-white border rounded shadow-lg top-6 group-hover:flex">
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Manage everything
</li>
<div class="h-[1px] w-[80%] mx-auto bg-gray-300"></div>
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Ecommerce automation
</li>
</ul>
</a>
</nav>
<div class="flex">
<nav
class="md:mr-auto hidden md:ml-4 md:py-1 md:pl-4 md:flex flex-wrap items-center text-[17px] justify-center">
<a class="relative mr-8 font-medium group hover:text-gray-900">
Pricing
</a>
<a class="relative mr-8 font-medium group hover:text-gray-900">
Learn
<i class="fa-solid fa-angle-down relative top-[1px]"></i>
<ul
class="absolute flex-col hidden w-48 py-1 font-semibold bg-white border rounded shadow-lg top-6 -right-3 group-hover:flex">
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Help Center
</li>
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Blog
</li>
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Business Courses
</li>
<li
class="hover:bg-gray-100 hover:border-l-[3px] px-5 py-3 text-sm duration-300 border-l-[3px] border-transparent hover:border-green-700">
Guides
</li>
</ul>
</a>
<a class="relative mr-8 font-medium group hover:text-gray-900">
Log in
</a>
</div>
<button
class="items-center hidden px-2 py-1 font-normal text-white duration-300 border-0 rounded shadow-md md:inline-flex bg-[#107a69] md:py-3 md:px-5 focus:outline-none hover:bg-[#004C3F] xl:first-letter:font-semibold md:mt-0">
Try for free
</button>
</div>
</section>
<!-- Hero Section -->
<section class="text-gray-600 lg:px-5 xl:px-16 bg-[#FBF7ED] body-font">
<div class="flex flex-col items-center px-5 py-2 mx-auto xl:container md:flex-row">
<div
class="flex flex-col items-center text-center lg:flex-grow md:w-1/2 lg:pr-24 md:pr-16 md:items-start md:text-left md:mb-0">
<h1 class="mb-4 text-3xl text-[#004C3F] title-font sm:text-5xl md:font-bold ">
The easiest way to sell online in India
</h1>
<p class="mb-8 leading-loose">
Try one of the most powerful platforms on the market for free. No
technical knowledge needed.
</p>
<div class="flex flex-col justify-center w-full md:flex-row md:justify-start md:items-end">
<div class="space-x-2 md:w-[300px] lg:w-[400px]">
<input type="text" placeholder="Enter your email address" name="hero-field"
class="w-full xl:w-[60%] 2xl:w-[70%] inline rounded border bg-opacity-50 border-gray-300 focus:ring-1 focus:bg-transparent focus:border-[#004C3F] text-base outline-none text-gray-700 focus:ring-[#004C3F] py-2 px-5 leading-8 transition-colors duration-200 ease-in-out" />
<button
class="inline-flex flex-row items-center px-5 py-3 mx-auto mt-2 font-semibold text-white duration-300 border-0 rounded shadow-md bg-[#004C3F] focus:outline-none hover:bg-[#107a69] md:mt-0">
Try for free
</button>
</div>
</div>
<p class="text-[15px] mt-4 text-gray-500 mb-8 w-full">
Try Shopify free for 14 days, no credit card required. By entering
your email, you agree to receive marketing emails from Shopify.
</p>
</div>
<div class="w-5/6 lg:max-w-2xl 2xl:max-w-3xl lg:w-full md:w-1/2">
<img class="object-cover object-center rounded" alt="hero" src="./svg/01.webp" />
</div>
</div>
</section>
<!-- Bring Your Business Online -->
<section class="bg-[#004C3F]">
<div class="container px-6 py-12 mx-auto xl:py-20 2xl:px-5 xl:px-14 xl:text-left">
<h1 class="text-2xl text-white xl:text-5xl">
Bring your business online
</h1>
<div class="justify-between 2xl:flex">
<p class="mt-4 text-sm leading-relaxed text-white md:text-base">
Create an ecommerce website backed by powerful tools that help you
find customers, drive sales, and manage your day-to-day.
</p>
<p class="mt-2 font-semibold text-white 2xl:mt-4">
Explore more examples
</p>
</div>
<div class="mt-12">
<div class="grid grid-cols-2 text-sm md:grid-cols-3 lg:grid-cols-5 md:text-base gap-x-4 gap-y-8">
<div class="">
<img class="rounded-lg shadow-lg" src="./images/home-example-small-4144844351e226a9896cffee4bebdaeecb17897116c33a753bfd086b8b621e74.jpeg" alt="" />
<p class="mt-3 font-semibold uppercase">Food & Drink</p>
<p class="">Blue Tokai</p>
</div>
<div class="">
<img class="rounded-lg shadow-lg" src="./images/home-example-small-8b1c6b138414b76150e6e00f5143c4301a07b708aa6113dd7096f4340ddfecad.jpeg" alt="" />
<p class="mt-3 font-semibold uppercase">Jewelry</p>
<p class="">Quirksmith</p>
</div>
<div class="">
<img class="rounded-lg shadow-lg" src="./images/home-example-small-099933088cbe804543fbb1b0963a5d0a16365e73e6000949b5b0ab2bf4b21503.jpeg" alt="" />
<p class="mt-3 font-semibold uppercase">Electronics</p>
<p class="">Crossbeats</p>
</div>
<div class="md:hidden lg:inline-block">
<img class="rounded-lg shadow-lg" src="./images/home-example-small-26afc247af7a3a7b1c9c585a645ccdff26e76156e98be7d9ff0fe9ecd4d3b675.jpeg" alt="" />
<p class="mt-3 font-semibold uppercase">Beauty</p>
<p class="">Mcaffeine</p>
</div>
<div class="hidden lg:inline-block">
<img class="rounded-lg shadow-lg" src="./images/home-example-small-4575b175c798e22af5531bae02621396add507433f771db37b1515e9941f8a45.jpeg" alt="" />
<p class="mt-3 font-semibold uppercase">Fashion</p>
<p class="">Bunaai</p>
</div>
</div>
</div>
<div class="mt-24">
<h1 class="text-2xl">Take the best path forward</h1>
<div class="grid grid-cols-1 mt-12 mr-3 gap-y-14 gap-x-10 lg:grid-cols-4 md:grid-cols-2">
<div class="space-y-3">
<img class="w-8 md:w-10" src="./svg/01icon.jpg" alt="" />
<p class="font-semibold">Start an online business</p>
<p class="text-sm">
Create a business, whether you’ve got a fresh idea or are
looking for a new way to make money.
</p>
</div>
<div class="space-y-3">
<img class="w-8 md:w-10" src="./svg/02icon.jpg" alt="" />
<p class="font-semibold">Move your business online</p>
<p class="text-sm">
Turn your retail store into an online store and keep serving
customers without missing a beat.
</p>
</div>
<div class="space-y-3">
<img class="w-8 md:w-10" src="./svg/03icon.jpg" alt="" />
<p class="font-semibold">Switch to Shopify</p>
<p class="text-sm">
Bring your business to Shopify, no matter which ecommerce
platform you’re currently using.
</p>
</div>
<div class="space-y-3">
<img class="w-8 md:w-10" src="./svg/04icon.jpg" alt="" />
<p class="font-semibold">Hire a Shopify expert</p>
<p class="text-sm">
Get set up with the help of a trusted freelancer or agency from
the Shopify Experts Marketplace.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="mt-20 text-black">
<div class="px-3 text-center">
<h1 class="text-2xl xl:text-4xl">With you wherever you’re going</h1>
<p class="xl:w-[40rem] mx-auto mt-5 text-black/70 text-base xl:text-lg">
One platform with all the ecommerce and point of sale features you
need to start, run, and grow your business.
</p>
</div>
<div class="mt-20">
<div class="flex flex-col-reverse items-center justify-center px-5 gap-x-20 gap-y-5 md:flex-row">
<div>
<video autoplay width="500px" src="./svg/sell-animation-desktop-1b186d853b04bce6dbc12bb63bd5bc4bc1ff60cd1a06fd12f85261c8acc66d0a.webm" alt=""></video>
</div>
<div>
<h1 class="text-2xl xl:text-3xl">Sell everywhere</h1>
<p class="max-w-lg mx-auto mt-5 text-base text-black/70">
Use one platform to sell products to anyone, anywhere—in person
with Point of Sale and online through your website, social media,
and online marketplaces.
</p>
<button class="mt-5 font-semibold text-lg group text-[#008060]">
Explore ways to sell
<i class="fa-solid fa-arrow-right text-[25px] relative top-[5px] duration-300 group-hover:translate-x-1"
></i>
</button>
</div>
</div>
<div class="flex flex-col-reverse items-center justify-center px-5 mt-10 gap-x-20 gap-y-5 md:flex-row-reverse">
<div>
<img width="600px" src="./images/market-small-084eab2d72b510555838c446501d27dd7380585450efcaaa97453289b2b69c79.jpeg" alt=""></img>
</div>
<div>
<h1 class="text-2xl xl:text-3xl">Explore ways to sell </h1>
<p class="max-w-lg mx-auto mt-5 text-base text-black/70">
Take the guesswork out of marketing with built-in tools that help you create, execute, and analyze digital
marketing campaigns.
</p>
<button class="mt-5 font-semibold text-[#008060]">
Explore how to market your business
<i class="fa-solid fa-arrow-right text-[25px] relative top-[5px] duration-300 group-hover:translate-x-1"
></i>
</button>
</div>
</div>
<div class="flex flex-col-reverse items-center justify-center px-5 mt-10 gap-x-20 gap-y-5 md:flex-row">
<div>
<img width="600px" class="rounded-lg shadow-lg" src="./svg/21.jpg" alt=""></img>
</div>
<div>
<h1 class="text-2xl xl:text-3xl">Manage everything</h1>
<p class="max-w-md mx-auto mt-5 text-base text-black/70">
Gain the insights you need to grow—use a single dashboard to manage orders, shipping, and payments anywhere
you go.
</p>
<button class="mt-5 font-semibold group text-shopifyGreen">
Explore how to manage your busines
</button>
</div>
</div>
</div>
</section>
<section class="bg-[#F3FCF4] mt-32 px-5 py-5 md:px-20 md:py-10 xl:px-56 xl:py-20">
<h1 class="mb-10 text-xl text-[#004C3F] xl:text-4xl">Explore more from Shopify in India</h1>
<div class="flex flex-col-reverse text-black bg-white md:flex-row">
<div class="flex flex-col justify-between py-10 pl-10 pr-20 space-y-5">
<h1 class="font-bold">START</h1>
<div>
<h1 class="mb-3 text-xl xl:text-2xl">Launch your store with the help of a Shopify Expert</h1>
<p>Find hundreds of experts from India ready to help you get your store up and running, from choosing a theme
to
building a fully customized site.</p>
</div>
<button class="font-semibold text-left group text-[#004c3f]">
Browse Experts in India
<i class="fa-solid fa-arrow-right text-[25px] relative top-[5px] duration-300 group-hover:translate-x-1"
></i>
</button>
</div>
<div>
<img class="object-cover h-full overflow-hidden" src="./images/india-experts-small-432c16e7cd8ec09f3ae3aca42c58775001d5dc511e70608476ed7ee0e2d2e2c5.jpeg" alt="">
</div>
</div>
</section>
<section class="py-20 px-20 flex-row bg-[#fff]">
<h1 class="text-[#000] text-3xl ml-2">Empowering independent business <br> owners everywhere</h1>
<p class="text-[#000] text-3xl ml-2 mt-8">Millions of businesses in <b> 175 countries </b> around the world have <br>
made over <b> $496 billion USD </b> in sales using Shopify.</p>
</div>
<button class="font-semibold mt-6 ml-2 text-left group text-[#004c3f]">
Learn more about shopify
<i class="fa-solid fa-arrow-right text-[25px] relative top-[5px] duration-300 group-hover:translate-x-1"
></i>
</button>
<div class="img">
<img src="./svg/download.png" alt="">
</div>
</section>
<!-- Lady Seller -->
<section class="px-5 py-5 md:px-20 md:py-10 xl:px-40 2xl:px-56 2xl:py-10">
<div class="flex flex-col-reverse items-center h-[80vh] text-black bg-white bg-[#002E25] xl:flex-row-reverse">
<div class="p-5 text-center xl:p-20">
<p class="mb-3 text-xl font-medium text-white xl:text-3xl">
“Shopify was my knight in shining armor when I exhausted every other possibility of getting my online store up
and running. It was stunningly easy to use, with more features and plug-ins that I didn’t even know I wanted.”
</p>
<img class="h-20 mx-auto" src="./images/logo-alicia-souza-small-4ac1bd956b9bf4d8fd78b6597f24ba9379714861042d3a199065b704a11657e6.png" alt="">
<p class="text-white">Alicia | Alicia Souza</p>
</div>
<div class="h-full overflow-hidden ">
<img class=" object-cover overflow-hidden" src="./svg/alicia-souza-testimonial@desktop-2x-e23757c6b9ce56ed3372efeb7ac496e6712827be336f746653593e126c1634ea.jpg" alt="">
</div>
</div>
</section>
<section
class="grid grid-cols-2 mx-5 my-5 md:grid-cols-3 place xl:grid-cols-7 place-content-center place-items-center lg:gap-x-14 md:mx-20 xl:mx-40 2xl:mx-56 ">
<img class="h-6 mt-2 lg:h-10" src="./svg/bajaao-large-90b80d8dca23c6010844c15073c5682e366e2a7cce83c3906023254ddc0f118f.webp" alt="">
<img class="h-6 mt-2 lg:h-10" src="./svg/johnjacobs-large-64648953616375e0c0cdf42f66d2dac5d5d42c1fd73c36479bbfadde18215515.webp" alt="">
<img class="h-6 mt-2 lg:h-10" src="./svg/kylie-large-cc52236a0d0155a055cdcb79674ed7d09e34dad57775fdacfcf5fe35a54573fe.png" alt="">
<img class="h-6 mt-2 lg:h-10" src="./svg/nush-large-700def69c5dedebecfbd66e65596eb777f090ed413fe4bade3f8547524c9b6c0.webp" alt="">
<img class="h-6 mt-2 lg:h-10" src="./svg/yogabar-large-5e1859ae4c2493c4b21db6bd0029982f0ed35a632bdb24f9bacca6d553341986.webp" alt="">
<img class="h-6 mt-2 lg:h-10" src="./svg/starstruck-large-f1878004d9a8b2965ddda61f9860c542fe63c6bbd4f9b9674894f4c34ecc05ae.webp" alt="">
<img class="hidden h-6 mt-2 lg:h-10 xl:inline" src="./svg/mcaffeine-large-58ebe816c20a443da0ce4d32256d4b1e48ec46cae26cb7a2b0f595ea91fdd795.webp" alt="">
</section>
<section class="bg-[#FBF7ED] px-5 my-14 md:px-20 xl:px-40 2xl:px-56 ">
<div class="flex flex-col text-center lg:text-left lg:flex-row">
<div class="flex flex-col lg:w-1/2">
<h1 class="py-10 text-2xl text-black lg:w-3/4 xl:text-4xl">Get the help you need, every step of the way</h1>
<div class="text-black">
<h1 class="text-lg font-medium ">Shopify Support</h1>
<p class="max-w-md mx-auto mt-3 text-base lg:w-1/2 text-black/70">
Contact support 24/7, whether you’re troubleshooting issues or looking for business advice.
</p>
<button class="mt-5 font-semibold group text-[#004C3F]">
Contact support
<i class="fa-solid fa-arrow-right text-[25px] relative top-[5px] duration-300 group-hover:translate-x-1"
></i>
</button>
</div>
<div class="mt-10 text-black">
<h1 class="text-lg font-medium ">Shopify App Store</h1>
<p class="max-w-md mx-auto mt-3 text-base lg:w-1/2 text-black/70">
Add features and functionality to your business with 6,000+ apps that integrate directly with Shopify.
</p>
<button class="mt-5 font-semibold group text-[#004C3F]">
Visit the Shopify App Store
<i class="fa-solid fa-arrow-right text-[25px] relative top-[5px] duration-300 group-hover:translate-x-1"
></i>
</button>
</div>
<div class="my-10 text-black">
<h1 class="text-lg font-medium ">Shopify Experts Marketplace</h1>
<p class="max-w-md mx-auto mt-3 text-base lg:w-1/2 text-black/70">
Hire a Shopify expert to help you with everything from store setup to SEO. </p>
<button class="mt-5 font-semibold group text-[#004C3F]">
Explore the Shopify Experts Marketplace
Learn more about shopify
<i class="fa-solid fa-arrow-right text-[25px] relative top-[5px] duration-300 group-hover:translate-x-1"
></i>
</button>
</div>
</div>
<div class=" lg:w-1/2">
<img class="object-cover h-full overflow-hidden" src="./svg/help@desktop-2x-2929e8d420327b708cb9452bf940e92a426145bd07f88ad410db628513e571d4.webp" alt="">
</div>
</div>
</section>
<section class="px-2 text-center text-black my-14 md:px-20 xl:px-40 2xl:px-56">
<h1 class="text-2xl xl:text-4xl ">Start your business journey with
<span class="font-bold">
Shopify
</span>
</h1>
<p class="px-4 my-5 text-sm xl:text-lg text-black/60">Try Shopify for free, and explore all the tools and services
you need to
start,
run, and grow
your business.
</p>
<button
class="items-center px-5 py-3 font-normal text-white duration-300 border-0 rounded shadow-md md:inline-flex bg-[#004C3F] md:py-4 md:px-7 focus:outline-none hover:bg-shopifyGreen xl:first-letter:font-semibold md:mt-0">
Start free trial
</button>
</section>
<div
class="px-[6%] flex justify-center md:justify-end pb-[50px]"
>
<div>
<div
class="flex items-center pt-[20px] gap-1 group cursor-pointer"
>
<a href="#top">
<span
class="text-[1.125rem] font-[700] text-[#008060]"
>Back to top
</span>
<span
class="inline-block w-[20px] group-hover:-translate-y-2 duration-500"
>
<i
class="fa-solid fa-arrow-up text-[#008060]"
></i>
</span>
</a>
</div>
</div>
</div>
</main>
</div>
<!-- footer -->
<footer class="flow-root mx-auto relative bg-[#002e25]">
<div class="flow-root py-0 px-[5%] box-border">
<div
class="px-0 float-left w-full relative lg:px-[18px] text-center md:text-left"
>
<div
class="border-b border-[rgba(210,213,217,0.1)] mb-[1.526em]"
>
<div class="py-[10px] md:py-0">
<a
class="leading-[70xp] border-b-[2px] border-[#002e25] py-[5px] md:py-[20px] hover:border-b-[#FFFFFF] transition-all duration-300 font-[700] text-[1em] mr-[1em] text-white inline-block"
href="#"
>About</a
>
<a
class="leading-[70xp] border-[2px] border-[#002e25] py-[5px] md:py-[20px] hover:border-b-[#FFFFFF] transition-all duration-300 font-[700] text-[1em] mr-[1em] text-white inline-block"
href="#"
>Careers</a
>
<a
class="leading-[70xp] border-[2px] border-[#002e25] py-[5px] md:py-[20px] hover:border-b-[#FFFFFF] transition-all duration-300 font-[700] text-[1em] mr-[1em] text-white inline-block"
href="#"
>Press and Media</a
>
<a
class="leading-[70xp] border-[2px] border-[#002e25] py-[5px] md:py-[20px] hover:border-b-[#FFFFFF] transition-all duration-300 font-[700] text-[1em] mr-[1em] text-white inline-block"
href="#"
>Shopify Plus</a
>
<a
class="leading-[70xp] border-[2px] border-[#002e25] py-[5px] md:py-[20px] hover:border-b-[#FFFFFF] transition-all duration-300 font-[700] text-[1em] mr-[1em] text-white inline-block"
href="#"
>Sitemap</a
>
</div>
</div>
</div>
<div class="w-[50%] px-[4px] float-left relative lg:px-[18px]">
<div>
<h2
class="mb-[0.625em] text-white text-[14px] font-[700] uppercase"
>
Online Store
</h2>
</div>
<div class="md:columns-3">
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Sell online</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Features</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Examples</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Website builder</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Online retail</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Ecommerce website</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Domain names</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Themes</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Shopping cart</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Ecommerce hosting</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Mobile commerce</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Ecommerce software</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Online store builder</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Dropshipping Business</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Store themes</a
>
</li>
</div>
</div>
<div
class="w-[50%] mb-[28px] md:w-[16%] px-[4px] float-left relative lg:px-[18px]"
>
<div>
<h2
class="mb-[0.625em] text-white text-[14px] font-[700] uppercase"
>
Point Of sale
</h2>
</div>
<div>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Point of sale</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Features</a
>
</li>
</div>
</div>
<div
class="w-[50%] md:w-[16%] px-[4px] float-left relative lg:px-[18px]"
>
<div>
<h2
class="mb-[0.625em] text-white text-[14px] font-[700] uppercase"
>
Support
</h2>
</div>
<div class="gutter-bottom--mobile footer__-column-list">
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>24/7 support</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Shopify Help Center</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Shopify Community</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>API documentation</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Free tools</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Free stock photos</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Websites for sale</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Logo Maker</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Business name generator</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Research</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Legal</a
>
</li>
</div>
</div>
<div
class="md:w-[16%] pt-[28px] px-[4px] float-left relative lg:px-[18px]"
>
<div>
<h2
class="mb-[0.625em] text-white text-[14px] font-[700] uppercase"
>
Shopify
</h2>
</div>
<div class="gutter-bottom--mobile footer__-column-list">
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Contact</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Partner program</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Afflicate program</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>App developers</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Investors</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Blog topics</a
>
</li>
<li class="list-none">
<a
class="block text-[#b6babf] text-[14px] py-[5px] hover:text-[#FFFFFF] transition-all duration-300"
href="#"
>Community Events</a
>
</li>
</div>
</div>
</div>
</div>
</body>
</html>