Skip to content

Commit 8136c64

Browse files
committed
chore: fix the typo
1 parent 0ed6c13 commit 8136c64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/web/src/app/(main)/(landing)/pricing

apps/web/src/app/(main)/(landing)/pricing/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const whySub = [
8888
},
8989
{
9090
content:
91-
"After the launch, this $49 offer be removed and Opensox Pro will be around ~ $69 for whole year ($10/mo.)",
91+
"After the launch, this $49 offer be removed and Opensox Pro will be around ~ $89 for whole year.",
9292
},
9393
{
9494
content: "The price of the dollar is constantly increasing.",
@@ -487,7 +487,7 @@ const SecondaryPricingCard = ({ callbackUrl }: { callbackUrl: string }) => {
487487
<h2 className="text-6xl lg:text-[90px] lg:leading-[82px] tracking-tight font-semibold">
488488
$49{" "}
489489
<span className="text-3xl lg:text-4xl text-white-400 line-through decoration-2">
490-
$69
490+
$89
491491
</span>{" "}
492492
<span className="text-4xl">/ year</span>
493493
</h2>

0 commit comments

Comments
 (0)