mirror of
https://github.com/twinpath/app-beta.git
synced 2026-01-26 22:01:53 +07:00
13 lines
622 B
PHP
13 lines
622 B
PHP
<div class="mx-auto mb-10 w-full max-w-60 rounded-2xl bg-gray-50 px-4 py-5 text-center dark:bg-white/[0.03]">
|
|
<h3 class="mb-2 font-semibold text-gray-900 dark:text-white">
|
|
#1 Tailwind CSS Dashboard
|
|
</h3>
|
|
<p class="mb-4 text-gray-500 text-theme-sm dark:text-gray-400">
|
|
Leading Tailwind CSS Admin Template with 500+ UI Component and Pages.
|
|
</p>
|
|
<a href="https://tailadmin.com/pricing" target="_blank" rel="nofollow"
|
|
class="flex items-center justify-center p-3 font-medium text-white rounded-lg bg-brand-500 text-theme-sm hover:bg-brand-600">
|
|
Purchase Plan
|
|
</a>
|
|
</div>
|