cloud: add new pricing page (#213)

* feat: add new pricing page

* feat: extend feature comparison table

* feat: improve readability on light mode

* chore: add translations
This commit is contained in:
Henry
2025-10-15 22:16:12 +01:00
committed by GitHub
parent 5f9360c927
commit c7288cbea8
25 changed files with 1968 additions and 318 deletions

View File

@@ -0,0 +1,5 @@
import PricingView from "~/views/pricing";
export default function Pricing() {
return <PricingView />;
}