|
14 | 14 | <link rel="icon" type="image/png" href="/favicon.png" /> |
15 | 15 |
|
16 | 16 | <!-- Google Fonts - JetBrains Mono --> |
17 | | - <link rel="preconnect" href="https://fonts.googleapis.com"> |
18 | | - <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
19 | | - <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet"> |
| 17 | + <link rel="preconnect" href="https://fonts.googleapis.com" /> |
| 18 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
| 19 | + <link |
| 20 | + href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" |
| 21 | + rel="stylesheet" |
| 22 | + /> |
20 | 23 |
|
21 | 24 | <!-- Tailwind CSS CDN --> |
22 | 25 | <script src="https://cdn.tailwindcss.com"></script> |
@@ -244,6 +247,46 @@ <h1 class="hero-header"> |
244 | 247 | </div> |
245 | 248 | </section> |
246 | 249 |
|
| 250 | + <!-- Trusted by --> |
| 251 | + <section id="trusted-by" class="space-y-6 px-4 sm:px-6 lg:px-8"> |
| 252 | + <h2 class="text-center text-gray-600 text-sm">Trusted by</h2> |
| 253 | + |
| 254 | + <div |
| 255 | + class="grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-5 gap-8 items-center justify-items-center opacity-60" |
| 256 | + > |
| 257 | + <img |
| 258 | + src="logos/goldsky.svg" |
| 259 | + alt="Goldsky" |
| 260 | + class="h-6 w-auto object-contain" |
| 261 | + /> |
| 262 | + <img |
| 263 | + src="logos/scentbird.svg" |
| 264 | + alt="Scentbird" |
| 265 | + class="h-6 w-auto object-contain" |
| 266 | + /> |
| 267 | + <img |
| 268 | + src="logos/aviron.svg" |
| 269 | + alt="Aviron" |
| 270 | + class="h-8 w-auto object-contain" |
| 271 | + /> |
| 272 | + <img |
| 273 | + src="logos/beeldi.svg" |
| 274 | + alt="Beeldi" |
| 275 | + class="h-6 w-auto object-contain" |
| 276 | + /> |
| 277 | + <img |
| 278 | + src="logos/govisa.svg" |
| 279 | + alt="GoVisa" |
| 280 | + class="h-4 w-auto object-contain" |
| 281 | + /> |
| 282 | + <img |
| 283 | + src="logos/camper-mate.svg" |
| 284 | + alt="Camper Mate" |
| 285 | + class="h-12 w-auto object-contain" |
| 286 | + /> |
| 287 | + </div> |
| 288 | + </section> |
| 289 | + |
247 | 290 | <hr class="border-gray-200" /> |
248 | 291 |
|
249 | 292 | <!-- Killer features --> |
|
0 commit comments