22 lines
1.1 KiB
PHP
22 lines
1.1 KiB
PHP
<div>
|
|
<div class="flex items-center justify-between mb-6">
|
|
<h1 class="text-2xl font-semibold text-t1">Link-in-Bio</h1>
|
|
<button class="px-4 py-2 bg-blue text-white rounded-lg text-sm font-medium hover:opacity-90">
|
|
+ New Bio Page
|
|
</button>
|
|
</div>
|
|
|
|
<div class="bg-s1 border border-white/[.06] rounded-xl p-12 text-center">
|
|
<div class="w-16 h-16 bg-s2 rounded-2xl flex items-center justify-center mx-auto mb-4">
|
|
<svg class="w-8 h-8 text-t3" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5">
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5M3.75 17.25h7.5"/>
|
|
</svg>
|
|
</div>
|
|
<h3 class="text-lg font-medium text-t1 mb-2">No bio pages yet</h3>
|
|
<p class="text-sm text-t2 mb-6">Create a beautiful link-in-bio page for Instagram, TikTok and more.</p>
|
|
<button class="px-4 py-2.5 bg-blue text-white rounded-lg text-sm font-medium hover:opacity-90">
|
|
Create your first Bio Page
|
|
</button>
|
|
</div>
|
|
</div>
|