|
4 | 4 | {{-- Content --}}
|
5 | 5 | <section class="w-full py-12 bg-white lg:py-24">
|
6 | 6 | {{-- Integrations --}}
|
7 |
| - <section class="py-12 sm:py-16 bg-white"> |
8 | 7 | <div class="max-w-7xl px-10 mx-auto sm:text-center">
|
9 | 8 | <h3 class="font-bold text-3xl sm:text-3xl lg:text-4xl mt-3">Connect with Your Favorite Apps.</h3>
|
10 | 9 | <p class="mt-4 text-gray-500 text-base sm:text-xl lg:text-2xl">We're flexible.<br class="lg:hidden hidden sm:block"> Check out with who we are integrated 👇</p>
|
11 | 10 | <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-10 my-12 sm:my-16">
|
| 11 | + {{--First row --}} |
12 | 12 | <div class="rounded-lg py-10 flex flex-col items-center justify-center shadow-lg border border-gray-100">
|
13 | 13 | <img class="w-16 h-auto" src="{{ asset('themes\bimbala\images\integrations\google-tag-manager.svg') }}" loading="lazy" alt="Google Tag Manager">
|
14 | 14 | <p class="font-bold mt-4">Google Tag Manager</p>
|
15 | 15 | <p class="mt-2 text-sm text-gray-500">Web Tag Manager</p>
|
| 16 | + <p class="mt-2 text-sm text-gray-500">Tag management system</p> |
16 | 17 | </div>
|
17 | 18 | <div class="rounded-lg py-10 flex flex-col items-center justify-center shadow-lg border border-gray-100">
|
18 | 19 | <img class="w-16 h-auto" src="{{ asset('themes\bimbala\images\integrations\mailchimp.svg') }}" loading="lazy" alt="Mailchimp">
|
19 | 20 | <p class="font-bold mt-4">Mailchimp *</p>
|
20 |
| - <p class="mt2 text-sm text-gray-500">Email Marketing</p> |
| 21 | + <p class="mt2 text-sm text-gray-500">Customer Relations</p> |
| 22 | + <p class="mt2 text-sm text-gray-500">Marketing, Automation & Email Platform</p> |
21 | 23 | </div>
|
22 | 24 | <div class="rounded-lg py-10 flex flex-col items-center justify-center shadow-lg border border-gray-100">
|
23 | 25 | <img class="w-16 h-auto" src="{{ asset('themes\bimbala\images\integrations\hubspot.svg') }}" loading="lazy" alt="Hubspot">
|
24 | 26 | <p class="font-bold mt-4">Hubspot *</p>
|
25 | 27 | <p class="mt-2 text-sm text-gray-500">Customer Relations</p>
|
| 28 | + <p class="mt-2 text-sm text-gray-500">Inbound Marketing, Sales, and Service Software</p> |
26 | 29 | </div>
|
27 | 30 | <div class="rounded-lg py-10 flex flex-col items-center justify-center shadow-lg border border-gray-100">
|
28 | 31 | <img class="w-16 h-auto" src="{{ asset('themes\bimbala\images\integrations\zendesk.svg') }}" loading="lazy" alt="Zendesk">
|
29 | 32 | <p class="font-bold mt-4">Zendesk *</p>
|
30 |
| - <p class="mt-2 text-sm text-gray-500">Customer Messaging</p> |
| 33 | + <p class="mt-2 text-sm text-gray-500">Customer Relations</p> |
| 34 | + <p class="mt-2 text-sm text-gray-500">Customer Service Software & Sales CRM</p> |
| 35 | + </div> |
| 36 | + {{--Second row--}} |
| 37 | + <div class="rounded-lg py-10 flex flex-col items-center justify-center shadow-lg border border-gray-100"> |
| 38 | + <img class="w-16 h-auto" src="{{ asset('themes\bimbala\images\integrations\disqus.svg') }}" loading="lazy" alt="Disqus"> |
| 39 | + <p class="font-bold mt-4">Disqus *</p> |
| 40 | + <p class="mt-2 text-sm text-gray-500">Customer Relations</p> |
| 41 | + <p class="mt-2 text-sm text-gray-500">American blog comment hosting service</p> |
| 42 | + </div> |
| 43 | + <div class="rounded-lg py-10 flex flex-col items-center justify-center shadow-lg border border-gray-100"> |
| 44 | + <img class="w-16 h-auto" src="{{ asset('themes\bimbala\images\integrations\plausible-analytics.svg') }}" loading="lazy" alt="Plausible Analytics"> |
| 45 | + <p class="font-bold mt-4">Plausible Analytics</p> |
| 46 | + <p class="mt2 text-sm text-gray-500">Customer Relations</p> |
| 47 | + <p class="mt2 text-sm text-gray-500">Оpen-source and privacy-friendly alternative to Google Analytics</p> |
| 48 | + </div> |
| 49 | + <div class="rounded-lg py-10 flex flex-col items-center justify-center shadow-lg border border-gray-100"> |
| 50 | + <img class="w-16 h-auto" src="{{ asset('themes\bimbala\images\integrations\google_analytics.svg') }}" loading="lazy" alt="Google Analytics"> |
| 51 | + <p class="font-bold mt-4">Google Analytics</p> |
| 52 | + <p class="mt-2 text-sm text-gray-500">Customer Relations</p> |
| 53 | + <p class="mt-2 text-sm text-gray-500">Inbound Marketing, Sales, and Service Software</p> |
| 54 | + </div> |
| 55 | + <div class="rounded-lg py-10 flex flex-col items-center justify-center shadow-lg border border-gray-100"> |
| 56 | + <img class="w-16 h-auto" src="{{ asset('themes\bimbala\images\integrations\facebook-messanger.svg') }}" loading="lazy" alt="Facebook Messenger"> |
| 57 | + <p class="font-bold mt-4">Facebook Messenger</p> |
| 58 | + <p class="mt-2 text-sm text-gray-500">Customer Relations</p> |
| 59 | + <p class="mt-2 text-sm text-gray-500">messaging app and platform. </p> |
| 60 | + </div> |
| 61 | + {{--Three row--}} |
| 62 | + <div class="rounded-lg py-10 flex flex-col items-center justify-center shadow-lg border border-gray-100"> |
| 63 | + <img class="w-16 h-auto" src="{{ asset('themes\bimbala\images\integrations\crisp.svg') }}" loading="lazy" alt="Crisp"> |
| 64 | + <p class="font-bold mt-4">Crisp</p> |
| 65 | + <p class="mt-2 text-sm text-gray-500">Customer Relations</p> |
| 66 | + <p class="mt-2 text-sm text-gray-500">Messaging Platform For Startups</p> |
| 67 | + </div> |
| 68 | + <div class="rounded-lg py-10 flex flex-col items-center justify-center shadow-lg border border-gray-100"> |
| 69 | + <img class="w-16 h-auto" src="{{ asset('themes\bimbala\images\integrations\tawkto.png') }}" loading="lazy" alt="TawkTo"> |
| 70 | + <p class="font-bold mt-4">TawkTo</p> |
| 71 | + <p class="mt2 text-sm text-gray-500">Customer Relations</p> |
| 72 | + <p class="mt2 text-sm text-gray-500">100% FREE live chat software for your website!</p> |
| 73 | + </div> |
| 74 | + <div class="rounded-lg py-10 flex flex-col items-center justify-center shadow-lg border border-gray-100"> |
| 75 | + <img class="w-16 h-auto" src="{{ asset('themes\bimbala\images\integrations\tidio.svg') }}" loading="lazy" alt="Tidio"> |
| 76 | + <p class="font-bold mt-4">Tidio</p> |
| 77 | + <p class="mt-2 text-sm text-gray-500">Customer Relations</p> |
| 78 | + <p class="mt-2 text-sm text-gray-500">Inbound Marketing, Sales, and Service Software</p> |
| 79 | + </div> |
| 80 | + <div class="rounded-lg py-10 flex flex-col items-center justify-center shadow-lg border border-gray-100"> |
| 81 | + <img class="w-16 h-auto" src="{{ asset('themes\bimbala\images\integrations\matomo.svg') }}" loading="lazy" alt="Matomo"> |
| 82 | + <p class="font-bold mt-4">Matomo</p> |
| 83 | + <p class="mt-2 text-sm text-gray-500">Customer Relations</p> |
| 84 | + <p class="mt-2 text-sm text-gray-500">Google Analytics alternative that protects your data and your customers' privacy</p> |
31 | 85 | </div>
|
32 | 86 | </div>
|
33 | 87 | <p class="pb-8 text-purple-900 font-medium uppercase">Want more integrations? Please tell us !</p>
|
34 | 88 | <a href="https://board.bimbala.com/" class="w-full px-8 py-3 text-lg text-center bg-purple-900 text-white transition duration-150 ease-in-out bg-white sm:w-auto focus:outline-none rounded">Our roadmap</a>
|
35 | 89 | </div>
|
36 |
| - </section> |
37 | 90 | {{--End of Integrations --}}
|
38 | 91 | </section>
|
39 | 92 | @endsection
|
0 commit comments