save new price

This commit is contained in:
Jun-te Kim 2026-02-07 19:44:13 +00:00
parent ba48046f5b
commit fb33f68bf6
2 changed files with 18 additions and 25 deletions

View file

@ -71,12 +71,15 @@ Got you — heres a clean, founder-brain-friendly summary of **Stripe → Inv
---
## ⚠️ Known issues
## ⚠️ Known issues & TODO
* Account codes:
* Missing UX guardrails:
* **CRITICAL: Stripe payment integration**
* Need to implement Stripe Billing API to accept payments
* Currently not accepting any money from users (test mode only)
* Must add subscription checkout flow before going live
* Reference: [Stripe Billing API docs](https://stripe.com/docs/billing)
* **Missing UX guardrails:**
* No clear **pre-payment checklist** before enabling sync
---
@ -184,27 +187,17 @@ These unlock charging real money.
### Pricing Tiers
**Starter — £15/month**
* Up to 50 invoices/month
* Stripe Payment Links + one-off payments
* Email support (48h response)
* Perfect for: Solo founders, side projects, small consultancies
**All Plans — £50/month**
* Unlimited invoices/month
* Stripe Payment Links + Subscriptions support
* Full VAT handling and audit compliance
* Email support
* Perfect for: UK businesses using Stripe + Xero, any size
**Professional — £35/month**
* Up to 200 invoices/month
* Everything in Starter, plus:
* Stripe Subscriptions support
* Priority email support (24h response)
* Custom account code mapping
* Perfect for: Growing businesses, SaaS products, agencies
**Business — £75/month**
* Unlimited invoices
* Everything in Professional, plus:
* Multi-currency support (planned)
* Dedicated Slack support
* Early access to new features
* Perfect for: Established businesses, high-volume merchants
**Future tiers** (if needed):
* Starter — £30/month (up to 50 invoices)
* Professional — £50/month (up to 200 invoices)
* Business — £100/month (unlimited)
### Implementation Notes

View file

@ -224,7 +224,7 @@ export default async function Home() {
</p>
<div className="max-w-md mx-auto bg-gradient-to-br from-slate-50 to-slate-100 border-2 border-blue-600 rounded-2xl p-8 text-center">
<h3 className="text-4xl font-bold text-slate-900 mb-2">£200</h3>
<h3 className="text-4xl font-bold text-slate-900 mb-2">£50</h3>
<p className="text-slate-600 mb-6">per month</p>
<ul className="space-y-3 text-left mb-8">
<li className="flex gap-3 text-slate-700">