Merge version_20_1778183030962 into main

Merge version_20_1778183030962 into main
This commit was merged in pull request #19.
This commit is contained in:
2026-05-07 19:45:36 +00:00
2 changed files with 7 additions and 4 deletions

View File

@@ -68,7 +68,10 @@ const PricingMediaCards = ({
</div>
<div className="flex flex-col justify-center gap-5 w-full md:w-1/2">
<span className="px-3 py-1 w-fit text-sm card rounded">{plan.price}{plan.period}</span>
<div className="flex items-baseline gap-2">
<span className="text-5xl font-bold">{plan.price}</span>
<span className="text-sm text-muted-foreground">/{plan.period}</span>
</div>
<h3 className="text-4xl md:text-5xl font-medium truncate">{plan.tag}</h3>
<div className="flex flex-col gap-3">

View File

@@ -10,7 +10,7 @@ export default function PricingPage() {
{
tag: 'For Startups',
price: '$99',
period: 'per month',
period: 'month',
features: [
'Basic Analytics',
'Standard Security',
@@ -27,7 +27,7 @@ export default function PricingPage() {
{
tag: 'For Growing Businesses',
price: '$499',
period: 'per month',
period: 'month',
features: [
'Advanced Analytics',
'Enhanced Security',
@@ -45,7 +45,7 @@ export default function PricingPage() {
{
tag: 'For Enterprises',
price: 'Custom',
period: 'contact us',
period: '',
features: [
'All Pro Features',
'Dedicated Account Manager',