ui changes
This commit is contained in:
@@ -23,7 +23,7 @@ export default function Pricing() {
|
||||
price: t.pricingSection.plans.two.price,
|
||||
period: "/year",
|
||||
description: t.pricingSection.plans.two.desc,
|
||||
popular: true,
|
||||
|
||||
features: [
|
||||
t.pricingSection.plans.two.features[0],
|
||||
t.pricingSection.plans.two.features[1],
|
||||
@@ -37,6 +37,7 @@ export default function Pricing() {
|
||||
name: t.pricingSection.plans.three.title,
|
||||
price: t.pricingSection.plans.three.price,
|
||||
period: "per station/year",
|
||||
popular: true,
|
||||
description: t.pricingSection.plans.three.desc,
|
||||
features: [
|
||||
t.pricingSection.plans.three.features[0],
|
||||
@@ -110,7 +111,7 @@ export default function Pricing() {
|
||||
<div className="space-y-3">
|
||||
{tier.features.map((feature, featureIndex) => (
|
||||
<div key={featureIndex} className="flex items-center gap-3">
|
||||
<Check size={20} className="text-primary flex-shrink-0" />
|
||||
<Check size={20} className="text-primary shrink-0" />
|
||||
<span className="text-foreground text-sm">{feature}</span>
|
||||
</div>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user