@@ -16,7 +16,7 @@ export const Route = createFileRoute("/pricing")({
1616 {
1717 name : "description" ,
1818 content :
19- "StackFox is free to start. Every hosted organization includes free monthly usage. You only pay if you go above the included allowance." ,
19+ "StackFox is free to start. Every organization includes free monthly usage. You only pay if you go above the included allowance." ,
2020 } ,
2121 ] ,
2222 } ) ,
@@ -91,7 +91,7 @@ const faqItems = [
9191 title : "What happens if I stay under the allowance?" ,
9292 content : (
9393 < p className = "text-zinc-600" >
94- Nothing happens — you're never charged. The allowance is included automatically for every hosted organization.
94+ Nothing happens — you're never charged. The allowance is included automatically for every organization.
9595 There's no credit card required to get started.
9696 </ p >
9797 ) ,
@@ -101,7 +101,7 @@ const faqItems = [
101101 title : "How is usage calculated?" ,
102102 content : (
103103 < p className = "text-zinc-600" >
104- Usage is measured across your hosted organization. Events are counted per ingestion call. Record Reads and Writes
104+ Usage is measured across your organization. Events are counted per ingestion call. Record Reads and Writes
105105 are counted per operation. Storage is the total bytes stored across all your records. Overage is only charged on
106106 units above the free allowance.
107107 </ p >
@@ -161,7 +161,7 @@ function HeroSection({ dashboardUrl }: { dashboardUrl: string }) {
161161 Pay only for what you use.
162162 </ h1 >
163163 < p className = "mb-4 max-w-2xl text-lg text-zinc-300 sm:text-xl" >
164- Every hosted StackFox organization includes a free monthly usage allowance.{ " " }
164+ Every StackFox organization includes a free monthly usage allowance.{ " " }
165165 < span className = "text-white font-semibold" > You only pay if you go above it.</ span >
166166 </ p >
167167 < p className = "mb-8 max-w-2xl text-base text-zinc-400" >
@@ -222,7 +222,7 @@ function IncludedAllowanceSection() {
222222 Included every month. < span className = "text-primary" > For free.</ span >
223223 </ h2 >
224224 < p className = "mx-auto max-w-2xl text-base text-zinc-600 sm:text-lg" >
225- Every hosted organization automatically gets this allowance each month. If your usage stays under these
225+ Every organization automatically gets this allowance each month. If your usage stays under these
226226 limits, your bill is{ " " }
227227 < span className = "font-semibold text-foreground" > $0</ span > .
228228 </ p >
@@ -634,7 +634,7 @@ function TrustSection({ dashboardUrl }: { dashboardUrl: string }) {
634634 {
635635 icon : < CheckCircle className = "h-5 w-5 text-green-600" /> ,
636636 title : "No charges under the allowance" ,
637- body : "The free monthly allowance is real — not a trial. Every hosted organization gets it automatically, every month." ,
637+ body : "The free monthly allowance is real — not a trial. Every organization gets it automatically, every month." ,
638638 } ,
639639 ]
640640
0 commit comments