dasdas
This commit is contained in:
@@ -308,14 +308,14 @@ const Pricing: React.FC = () => {
|
||||
{/* CTA Button */}
|
||||
<div className="pt-4">
|
||||
<a
|
||||
href={`https://app.igny8.com/payment?plan=${tier.slug}`}
|
||||
href={`https://app.igny8.com/signup?plan=${tier.slug}`}
|
||||
className={`inline-flex w-full items-center justify-center rounded-full px-6 py-3 text-sm font-semibold transition ${
|
||||
tier.featured
|
||||
? "bg-gradient-to-r from-[var(--color-primary)] to-[var(--color-primary-dark)] text-white hover:from-[#0472b8] hover:to-[#0693e3] shadow-lg shadow-[#0693e3]/30"
|
||||
: "border-2 border-slate-300 bg-white/50 backdrop-blur-sm text-slate-900 hover:border-[var(--color-primary)] hover:bg-white"
|
||||
}`}
|
||||
>
|
||||
{tier.price === "Free" ? "Start free trial" : `Get ${tier.name} - ${tier.price}/mo`}
|
||||
{tier.price === "Free" ? "Start free trial" : `Continue to billing`}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user