Skip to content

Commit 5d00ac1

Browse files
committed
update pricing table
1 parent e1d70ab commit 5d00ac1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

app/src/components/PricingTable.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const PricingTable: React.FC<PricingTableProps> = ({
9393
</li>
9494
<li className="flex items-start">
9595
<Check className="h-5 w-5 text-green-500 mr-2 flex-shrink-0 mt-0.5" />
96-
<span><strong>Alert Builder:</strong> 2-3 builds/month</span>
96+
<span><strong>Alert Builder:</strong> 2-3 builds/week</span>
9797
</li>
9898
<li className="flex items-start">
9999
<Check className="h-5 w-5 text-green-500 mr-2 flex-shrink-0 mt-0.5" />
@@ -145,6 +145,10 @@ export const PricingTable: React.FC<PricingTableProps> = ({
145145
<Check className="h-5 w-5 text-green-500 mr-2 flex-shrink-0 mt-0.5" />
146146
<span><strong>Cloud Monitoring:</strong> 8 hours/day!<br/><span className="text-xs text-purple-600">Do you value your time more than 6¢/hour?</span></span>
147147
</li>
148+
<li className="flex items-start">
149+
<Check className="h-5 w-5 text-green-500 mr-2 flex-shrink-0 mt-0.5" />
150+
<span><strong>Premium Models</strong></span>
151+
</li>
148152
<li className="flex items-start">
149153
<Sparkles className="h-5 w-5 text-purple-500 mr-2 flex-shrink-0 mt-0.5" />
150154
<span><strong>Unlock AI Studio</strong></span>
@@ -206,7 +210,7 @@ export const PricingTable: React.FC<PricingTableProps> = ({
206210
</li>
207211
<li className="flex items-start">
208212
<Sparkles className="h-5 w-5 text-amber-500 mr-2 flex-shrink-0 mt-0.5" />
209-
<span><strong>Premium Models:</strong> gemma3-27b, gemini-2.5-flash-lite, Grok 4, llama4, and more</span>
213+
<span><strong>Unlimited Premium Models</strong></span>
210214
</li>
211215
<li className="flex items-start">
212216
<Sparkles className="h-5 w-5 text-amber-500 mr-2 flex-shrink-0 mt-0.5" />

0 commit comments

Comments
 (0)