improve pricing dialog further
This commit is contained in:
parent
f17a6c1242
commit
75317cb542
@ -29,10 +29,10 @@ const PricingDialog: React.FC = () => {
|
||||
get 100 code generations for $15
|
||||
</DialogTrigger>
|
||||
)}
|
||||
<DialogContent className="max-w-2xl">
|
||||
<DialogContent className="max-w-4xl">
|
||||
<DialogHeader>
|
||||
<DialogTitle className="mb-2 text-2xl text-center">
|
||||
Save Hours of Development Time
|
||||
<DialogTitle className="text-3xl text-center">
|
||||
Ship Code Faster
|
||||
</DialogTitle>
|
||||
</DialogHeader>
|
||||
|
||||
|
||||
@ -61,7 +61,7 @@ function PricingPlans() {
|
||||
</li>
|
||||
<li className="flex items-center">
|
||||
<FaCheckCircle className="text-black mr-2" />
|
||||
All AI models
|
||||
Full access to all supported AI models
|
||||
</li>
|
||||
<li className="flex items-center">
|
||||
<FaCheckCircle className="text-black mr-2" />
|
||||
@ -101,7 +101,7 @@ function PricingPlans() {
|
||||
</li>
|
||||
<li className="flex items-center">
|
||||
<FaCheckCircle className="text-black mr-2" />
|
||||
All AI models
|
||||
Full access to all supported AI models
|
||||
</li>
|
||||
<li className="flex items-center">
|
||||
<FaCheckCircle className="text-black mr-2" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user