mirror of
https://github.com/FranP-code/inbox-negotiator.git
synced 2025-10-13 00:42:26 +00:00
Update call-to-action buttons to be visually disabled while retaining functionality
This commit is contained in:
@@ -34,11 +34,16 @@ import { DisabledBanner } from "../components/DisabledBanner";
|
|||||||
potentially save thousands on your debts.
|
potentially save thousands on your debts.
|
||||||
</p>
|
</p>
|
||||||
<div class="flex flex-col sm:flex-row gap-4 justify-center">
|
<div class="flex flex-col sm:flex-row gap-4 justify-center">
|
||||||
<a
|
<!-- <a
|
||||||
href="/signup"
|
href="/signup"
|
||||||
class="inline-flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700 dark:bg-blue-500 dark:hover:bg-blue-600 transition-colors"
|
class="inline-flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700 dark:bg-blue-500 dark:hover:bg-blue-600 transition-colors"
|
||||||
>
|
>
|
||||||
Get Started Free
|
Get Started Free
|
||||||
|
</a> -->
|
||||||
|
<a
|
||||||
|
class="inline-flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700 dark:bg-blue-500 dark:hover:bg-blue-600 transition-colors opacity-60 *:cursor-not-allowed pointer-events-none"
|
||||||
|
>
|
||||||
|
Get Started Free
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="#how-it-works"
|
href="#how-it-works"
|
||||||
@@ -234,11 +239,17 @@ import { DisabledBanner } from "../components/DisabledBanner";
|
|||||||
Join thousands who have successfully negotiated their debts with AI
|
Join thousands who have successfully negotiated their debts with AI
|
||||||
assistance.
|
assistance.
|
||||||
</p>
|
</p>
|
||||||
<a
|
<!-- <a
|
||||||
href="/signup"
|
href="/signup"
|
||||||
class="inline-flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-gray-50 dark:text-blue-700 dark:bg-gray-100 dark:hover:bg-gray-200 transition-colors"
|
class="inline-flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-gray-50 dark:text-blue-700 dark:bg-gray-100 dark:hover:bg-gray-200 transition-colors"
|
||||||
>
|
>
|
||||||
Start Your Free Account
|
Start Your Free Account
|
||||||
|
</a> -->
|
||||||
|
<a
|
||||||
|
href="/signup"
|
||||||
|
class="inline-flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-gray-50 dark:text-blue-700 dark:bg-gray-100 dark:hover:bg-gray-200 transition-colors *:cursor-not-allowed pointer-events-none opacity-60"
|
||||||
|
>
|
||||||
|
Start Your Free Account
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user