Skip to content

Commit a6da8c0

Browse files
committed
feat(landing): add promotional badges for lab68studio on various platforms
1 parent 557d078 commit a6da8c0

1 file changed

Lines changed: 71 additions & 0 deletions

File tree

components/landing/LandingClient.tsx

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,77 @@ export function LandingClient() {
337337
</Link>
338338
</Button>
339339
</div>
340+
341+
<div className="mt-10 flex flex-col items-center gap-5">
342+
<div className="flex w-full max-w-[860px] flex-col items-center justify-center gap-3 md:flex-row md:flex-wrap md:items-stretch md:justify-center">
343+
<a
344+
href="https://forg.to/products/lab68studio"
345+
target="_blank"
346+
rel="noopener noreferrer"
347+
className="flex h-16 w-64 shrink-0 items-center justify-center overflow-hidden rounded-[8px] border border-white/10 bg-white/5 px-2 transition-colors hover:border-[#ff7a00]/40"
348+
aria-label="Upvote lab68studio on Forg"
349+
>
350+
<img
351+
src="https://forg.to/api/badges/upvote/lab68studio?theme=dark&shape=rounded"
352+
alt="lab68studio - Upvote on Forg"
353+
width="256"
354+
height="64"
355+
className="h-16 w-64 object-contain"
356+
/>
357+
</a>
358+
359+
<a
360+
href="https://unikorn.vn/p/lab68studio?ref=embed-lab68studio"
361+
target="_blank"
362+
rel="noopener noreferrer"
363+
className="flex h-16 w-64 shrink-0 items-center justify-center overflow-hidden rounded-[8px] border border-white/10 bg-white px-2 transition-colors hover:border-[#ff7a00]/40"
364+
aria-label="View lab68studio on Unikorn.vn"
365+
>
366+
<img
367+
src="https://unikorn.vn/api/widgets/badge/lab68studio?theme=light"
368+
alt="lab68studio trên Unikorn.vn"
369+
width="256"
370+
height="64"
371+
className="h-16 w-64 object-contain"
372+
/>
373+
</a>
374+
375+
<a
376+
href="https://www.producthunt.com/products/lab68studio?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-lab68studio"
377+
target="_blank"
378+
rel="noopener noreferrer"
379+
className="flex h-16 w-64 shrink-0 items-center justify-center overflow-hidden rounded-[8px] border border-white/10 bg-white/5 px-2 transition-colors hover:border-[#ff7a00]/40"
380+
aria-label="View lab68studio on Product Hunt"
381+
>
382+
<img
383+
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1152387&theme=dark&t=1779355389680"
384+
alt="lab68studio - Build, document, and ship from one focused workspace. | Product Hunt"
385+
width="256"
386+
height="64"
387+
className="h-16 w-64 object-contain"
388+
/>
389+
</a>
390+
</div>
391+
392+
<div className="flex flex-col items-center gap-2">
393+
<p className="text-[11px] font-semibold uppercase tracking-[0.18em] text-zinc-500">Achievement</p>
394+
<a
395+
href="https://unikorn.vn/p/lab68studio?ref=embed-lab68studio"
396+
target="_blank"
397+
rel="noopener noreferrer"
398+
className="flex h-16 w-64 items-center justify-center overflow-hidden rounded-[8px] border border-[#ff7a00]/20 bg-[#120b04] px-2 shadow-[0_12px_30px_rgba(255,122,0,0.08)] transition-colors hover:border-[#ff7a00]/40"
399+
aria-label="View lab68studio daily rank on Unikorn.vn"
400+
>
401+
<img
402+
src="https://unikorn.vn/api/widgets/badge/lab68studio/rank?theme=light&type=daily"
403+
alt="lab68studio - Hàng ngày"
404+
width="256"
405+
height="64"
406+
className="h-16 w-64 object-contain"
407+
/>
408+
</a>
409+
</div>
410+
</div>
340411
</div>
341412

342413
<div className="mt-12">

0 commit comments

Comments
 (0)