Skip to content

Commit f94d328

Browse files
committed
feat(homepage): updated homepage copy
1 parent 5e5f259 commit f94d328

File tree

8 files changed

+25423
-23
lines changed

8 files changed

+25423
-23
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"@semantic-release/npm": "^9.0.1",
3232
"@semantic-release/release-notes-generator": "semantic-release/release-notes-generator",
3333
"@tailwindcss/typography": "^0.5.2",
34+
"@xpd/tailwind-3dtransforms": "^1.0.3",
3435
"autoprefixer": "^10.4.7",
3536
"axios": "^0.25",
3637
"commitizen": "^4.2.4",

public/css/app.css

+2,222-1
Large diffs are not rendered by default.

public/images/map.png

1.76 MB
Loading

public/js/app.js

+23,099-2
Large diffs are not rendered by default.

public/mix-manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"/js/app.js": "/js/app.js",
33
"/css/app.css": "/css/app.css",
4-
"/images/map.jpg": "/images/map.jpg"
4+
"/images/map.jpg": "/images/map.jpg",
5+
"/images/map.png": "/images/map.png"
56
}

resources/views/welcome.blade.php

+83-9
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,28 @@
66
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
77
<div class="col-span-1 md:col-span-3">
88
<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+
1631
</div>
1732
</div>
1833
</div>
@@ -21,7 +36,7 @@
2136
<div class="rounded-lg">
2237
<div class="rounded-lg text-right p-6" style="background: linear-gradient(0deg, #0f0f10, #131314);">
2338
<h1 class="text-3xl lg:text-5xl font-bold">
24-
250,000
39+
200,000
2540
</h1>
2641
<p class="text-sm mt-2">
2742
People see one of our markers every month
@@ -34,7 +49,7 @@
3449
<div class="rounded-lg">
3550
<div class="rounded-lg text-right p-6" style="background: linear-gradient(0deg, #0f0f10, #131314);">
3651
<h1 class="text-3xl lg:text-5xl font-bold">
37-
2,840,000
52+
2,000,000
3853
</h1>
3954
<p class="text-sm mt-2">
4055
Markers are used to improve maps every month
@@ -56,6 +71,65 @@
5671
</div>
5772
</div>
5873

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+
59133
{{-- PINS --}}
60134
<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);">
61135
<div class="-mb-4">

tailwind.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ module.exports = {
1010
plugins: [
1111
require('@tailwindcss/typography'),
1212
require('@tailwindcss/forms'),
13+
require("@xpd/tailwind-3dtransforms"),
1314
],
14-
}
15+
}

yarn.lock

+14-9
Original file line numberDiff line numberDiff line change
@@ -1566,11 +1566,11 @@
15661566
resolved "https://codeload.github.com/semantic-release/github/tar.gz/1482296e2c755783115818bf234b0c51d9ada071"
15671567
dependencies:
15681568
"@octokit/core" "^5.0.0"
1569-
"@octokit/plugin-paginate-rest" "^9.0.0"
1569+
"@octokit/plugin-paginate-rest" "^8.0.0"
15701570
"@octokit/plugin-retry" "^6.0.0"
1571-
"@octokit/plugin-throttling" "^8.0.0"
1571+
"@octokit/plugin-throttling" "^7.0.0"
15721572
"@semantic-release/error" "^4.0.0"
1573-
aggregate-error "^5.0.0"
1573+
aggregate-error "^4.0.1"
15741574
debug "^4.3.4"
15751575
dir-glob "^3.0.1"
15761576
globby "^13.1.4"
@@ -1621,16 +1621,16 @@
16211621
version "0.0.0-development"
16221622
resolved "https://codeload.github.com/semantic-release/release-notes-generator/tar.gz/8c47240552f6a7886624cc42702f0aef8022ca96"
16231623
dependencies:
1624-
conventional-changelog-angular "^7.0.0"
1625-
conventional-changelog-writer "^7.0.0"
1626-
conventional-commits-filter "^4.0.0"
1627-
conventional-commits-parser "^5.0.0"
1624+
conventional-changelog-angular "^6.0.0"
1625+
conventional-changelog-writer "^6.0.0"
1626+
conventional-commits-filter "^3.0.0"
1627+
conventional-commits-parser "^4.0.0"
16281628
debug "^4.0.0"
16291629
get-stream "^7.0.0"
1630-
import-from-esm "^1.0.3"
1630+
import-from "^4.0.0"
16311631
into-stream "^7.0.0"
16321632
lodash-es "^4.17.21"
1633-
read-pkg-up "^11.0.0"
1633+
read-pkg-up "^10.0.0"
16341634

16351635
"@tailwindcss/forms@^0.5.2":
16361636
version "0.5.6"
@@ -2091,6 +2091,11 @@
20912091
resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.7.0.tgz#e1993689ac42d2b16e9194376cfb6753f6254db1"
20922092
integrity sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==
20932093

2094+
"@xpd/tailwind-3dtransforms@^1.0.3":
2095+
version "1.0.3"
2096+
resolved "https://registry.yarnpkg.com/@xpd/tailwind-3dtransforms/-/tailwind-3dtransforms-1.0.3.tgz#71871c860943f81333473006b2af88ac49d19233"
2097+
integrity sha512-LEKfNj57djZAucQ1itu/zinRkYnkhzNjAMhz8DkbguTyBcTDHF1R6CuXO536BFE/YGyHDCYd7tDF5ghSrViUgQ==
2098+
20942099
"@xtuc/ieee754@^1.2.0":
20952100
version "1.2.0"
20962101
resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"

0 commit comments

Comments
 (0)