Skip to content

Commit 3a1139d

Browse files
Updates
1 parent 7734e92 commit 3a1139d

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

src/pages/pricing.astro

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -235,19 +235,13 @@ const categories = [
235235
<thead>
236236
<tr class="border-b border-gray-200 dark:border-gray-700">
237237
<th class="text-left py-2 pr-4">Component</th>
238-
<th class="text-left py-2 px-4">Included</th>
239-
<th class="text-left py-2 px-4">Additional usage</th>
238+
<th class="text-left py-2 px-4">Pricing</th>
240239
</tr>
241240
</thead>
242241
<tbody>
243242
{product.components.map((component, idx) => (
244243
<tr class={idx < product.components.length - 1 ? "border-b border-gray-100 dark:border-gray-800" : ""}>
245244
<td class="py-3 pr-4">{component.name}</td>
246-
<td class="py-3 px-4">
247-
<span class="font-semibold" style="color: var(--sl-color-green-high)">
248-
{component.included}
249-
</span>
250-
</td>
251245
<td class="py-3 px-4">
252246
{component.price !== "Free" ? (
253247
<>
@@ -273,12 +267,6 @@ const categories = [
273267
<section class="mt-12">
274268
<h2 class="text-2xl font-bold mb-4">Frequently Asked Questions</h2>
275269

276-
<Details header="How does the $5 minimum work?">
277-
<p>
278-
You'll be charged $5/month minimum, which covers included usage across all developer products. Any usage beyond the included amounts is charged at the rates shown above.
279-
</p>
280-
</Details>
281-
282270
<Details header="What are Class A and Class B operations in R2?">
283271
<p>
284272
Class A operations include ListBuckets, PutBucket, ListObjects, PutObject, CopyObject, CompleteMultipartUpload, CreateMultipartUpload, ListMultipartUploads, UploadPart, UploadPartCopy, ListParts, PutBucketEncryption, PutBucketCors, and PutBucketLifecycleConfiguration. Class B operations include HeadBucket, HeadObject, GetObject, UsageSummary, GetBucketEncryption, GetBucketLocation, GetBucketCors, and GetBucketLifecycleConfiguration.
@@ -293,7 +281,7 @@ const categories = [
293281

294282
<Details header="Is there a free tier?">
295283
<p>
296-
Yes! The included usage shown above is available with the $5/month subscription. Many developers can run their applications entirely within the included usage.
284+
Cloudflare offers a generous free tier across many products. Check individual product documentation for specific free tier limits.
297285
</p>
298286
</Details>
299287

0 commit comments

Comments
 (0)