|
6 | 6 | <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
7 | 7 | <div class="col-span-1 md:col-span-3">
|
8 | 8 | <div>
|
9 |
| - <div class="rounded-lg lg:text-center p-6 lg:py-24 bg-animated"> |
10 |
| - <h1 class="text-3xl lg:text-5xl font-bold"> |
11 |
| - Generate complex map markers on the fly. |
12 |
| - </h1> |
13 |
| - <p class="text-xl mt-6"> |
14 |
| - Simplify building complex map-based experiences for modern applications. |
15 |
| - </p> |
| 9 | + <div class="rounded-lg text-center bg-animated overflow-hidden"> |
| 10 | + <div class="py-6 lg:pt-24 lg:pb-12 px-6 lg:px-24"> |
| 11 | + <h1 class="text-3xl lg:text-5xl font-bold"> |
| 12 | + Custom map markers for your app |
| 13 | + </h1> |
| 14 | + <p class="text-xl mt-6"> |
| 15 | + Simplify map-based experiences with better icons. |
| 16 | + </p> |
| 17 | + </div> |
| 18 | + |
| 19 | + {{-- MAP --}} |
| 20 | + <div class="perspective-800 h-[300px] overflow-hidden relative"> |
| 21 | + <img src="{{ asset('/images/map.png') }}" class="w-full transform rotate-x-45 drop-shadow-xl mx-auto opacity-20 absolute left-0 -top-[20vw]"> |
| 22 | + |
| 23 | + <img src="/api/v3/font-awesome/v6/pin?text=A1&background=CE86F5&size=50" class="absolute left-1/4 top-2/3" alt="Stop #1 Icon" /> |
| 24 | + <img src="/api/v3/font-awesome/v6/pin?text=A2&background=CE86F5&size=50" class="absolute left-3/4 top-1/3" alt="Stop #2 Icon" /> |
| 25 | + <img src="/api/v3/font-awesome/v6/pin?text=A3&background=CE86F5&size=50" class="absolute left-1/2 top-[30px]" alt="Stop #3 Icon" /> |
| 26 | + <img src="/api/v3/font-awesome/v6/icon?icon=fa-solid+fa-truck&color=FFF&size=50" class="absolute left-1/3 top-1/3" alt="Truck #1 Icon" /> |
| 27 | + <img src="/api/v3/font-awesome/v6/icon?icon=fa-solid+fa-box&color=FFF&size=50&label=!" class="absolute left-[60%] top-2/3" alt="Truck #1 Icon" /> |
| 28 | + <img src="/api/v3/font-awesome/v6/icon?icon=fa-solid+fa-house&color=FFF&size=50" class="absolute left-[15%] top-1/4" alt="Home" /> |
| 29 | + </div> |
| 30 | + |
16 | 31 | </div>
|
17 | 32 | </div>
|
18 | 33 | </div>
|
|
21 | 36 | <div class="rounded-lg">
|
22 | 37 | <div class="rounded-lg text-right p-6" style="background: linear-gradient(0deg, #0f0f10, #131314);">
|
23 | 38 | <h1 class="text-3xl lg:text-5xl font-bold">
|
24 |
| - 250,000 |
| 39 | + 200,000 |
25 | 40 | </h1>
|
26 | 41 | <p class="text-sm mt-2">
|
27 | 42 | People see one of our markers every month
|
|
34 | 49 | <div class="rounded-lg">
|
35 | 50 | <div class="rounded-lg text-right p-6" style="background: linear-gradient(0deg, #0f0f10, #131314);">
|
36 | 51 | <h1 class="text-3xl lg:text-5xl font-bold">
|
37 |
| - 2,840,000 |
| 52 | + 2,000,000 |
38 | 53 | </h1>
|
39 | 54 | <p class="text-sm mt-2">
|
40 | 55 | Markers are used to improve maps every month
|
|
56 | 71 | </div>
|
57 | 72 | </div>
|
58 | 73 |
|
| 74 | + <div class="md:col-span-3 py-12"> |
| 75 | + <div class="font-black text-3xl uppercase"> |
| 76 | + Developers trust MapMarker.io |
| 77 | + </div> |
| 78 | + <div class=""> |
| 79 | + We believe trust is earned. All changes are driven by a commitment to end-user performance, reliability, and long-term support (LTS). |
| 80 | + </div> |
| 81 | + </div> |
| 82 | + |
| 83 | + {{-- COMPANIES --}} |
| 84 | + <div class="col-span-1 lg:xl-span-1 xl:col-span-1 prose prose-invert text-left p-10 rounded-lg" style="background: linear-gradient(145deg, #0f0f10, #171719, #171719, #171719);"> |
| 85 | + <div class="text-2xl font-black mb-4">Petronas</div> |
| 86 | + <div> |
| 87 | + <span class="bg-gray-500 text-white text-xs px-2 py-1 rounded-full uppercase">Logistics</span> |
| 88 | + </div> |
| 89 | + <p> |
| 90 | + Petronas is a global energy group with presence in over 100 countries. They produce and deliver energy and solutions that power society’s progress. |
| 91 | + </p> |
| 92 | + <p> |
| 93 | + Petronas leverages MapMarker.io in the ride-hailing app for employees in one of the largest integrated petrochemical facilities in Malaysia. |
| 94 | + </p> |
| 95 | + </div> |
| 96 | + |
| 97 | + <div class="col-span-1 lg:xl-span-1 xl:col-span-1 prose prose-invert text-left p-10 rounded-lg" style="background: linear-gradient(145deg, #0f0f10, #171719, #171719, #171719);"> |
| 98 | + <div class="text-2xl font-black mb-4">Anheuser-Bush</div> |
| 99 | + <div> |
| 100 | + <span class="bg-gray-500 text-white text-xs px-2 py-1 rounded-full uppercase">Retail</span> |
| 101 | + </div> |
| 102 | + <p> |
| 103 | + When Anheuser-Busch was founded in the 1850s, it started as a small neighborhood brewery. Today, they employ thousands of people across the USA. |
| 104 | + </p> |
| 105 | + <p> |
| 106 | + Anheuser-Bush uses MapMarker.io to power the store locator tools on their websites to make it easier for customers to find their products in stores nearby. |
| 107 | + </p> |
| 108 | + </div> |
| 109 | + |
| 110 | + <div class="col-span-1 lg:xl-span-1 xl:col-span-1 prose prose-invert text-left p-10 rounded-lg" style="background: linear-gradient(145deg, #0f0f10, #171719, #171719, #171719);"> |
| 111 | + <div class="text-2xl font-black mb-4">Tafel.de</div> |
| 112 | + <div> |
| 113 | + <span class="bg-gray-500 text-white text-xs px-2 py-1 rounded-full uppercase">Logistics</span> |
| 114 | + </div> |
| 115 | + <p> |
| 116 | + The Tafel supports 1.6 to 2 million people in need of food throughout the country of Germany – nearly one third of them are children and youth. |
| 117 | + </p> |
| 118 | + <p> |
| 119 | + The Tafel leverages MapMarker.io as part of their digitization efforts to simplify the coordination across teams running food collection amd distibution routes. |
| 120 | + </p> |
| 121 | + </div> |
| 122 | + |
| 123 | + <div class="md:col-span-3 py-12"> |
| 124 | + <div class="font-black text-3xl uppercase"> |
| 125 | + Get Started |
| 126 | + </div> |
| 127 | + <div class=""> |
| 128 | + Start building better maps in minutes. |
| 129 | + </div> |
| 130 | + </div> |
| 131 | + |
| 132 | + |
59 | 133 | {{-- PINS --}}
|
60 | 134 | <div class="col-span-1 lg:xl-span-1 xl:col-span-1 prose prose-invert text-left p-10 rounded-lg" style="background: linear-gradient(145deg, #0f0f10, #171719, #171719, #171719);">
|
61 | 135 | <div class="-mb-4">
|
|
0 commit comments