Add Mollie checkout flow, billing UI, and payment UX polish #71

Merged
uz1mani merged 73 commits from staging into main 2026-03-28 10:28:03 +00:00
16 changed files with 1051 additions and 120 deletions
Showing only changes of commit fc5372ff26 - Show all commits

View File

@@ -331,6 +331,7 @@ export default function PricingSection() {
{priceDetails.yearlyTotal}
</span>
<span className="text-neutral-400 font-medium">/year</span>
<span className="text-xs text-neutral-500 ml-1">excl. VAT</span>
</div>
<div className="flex items-center gap-2 mt-2 text-sm font-medium">
<span className="text-neutral-400 line-through decoration-neutral-400">
@@ -347,6 +348,7 @@ export default function PricingSection() {
{priceDetails.baseMonthly}
</span>
<span className="text-neutral-400 font-medium">/mo</span>
<span className="text-xs text-neutral-500 ml-1">excl. VAT</span>
</div>
)
) : (