Skip to content

Commit 33b5c65

Browse files
authored
Merge pull request #85 from apsinghdev/change/pricing
change pricing
2 parents 005fc07 + 70b52a8 commit 33b5c65

File tree

1 file changed

+16
-5
lines changed
  • apps/web/src/app/(main)/(landing)/pricing

1 file changed

+16
-5
lines changed

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

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,18 @@ const opensoxFeatures = [
4040
description: [
4141
"A comprehensive sheet of 30+ modules along with detailed videos to give you a clear path to start rocking in open source.",
4242
"It will contain videos, resouces and hand made docs.",
43-
"In each of the 30 steps, you will learn, then apply, If stuck, we'll help and then we'll do an accountability check.",
43+
<>
44+
In each of the 30 steps, you will learn, then apply, If stuck,
45+
we&apos;ll help and then we&apos;ll do an accountability check.{" "}
46+
<Link
47+
href="https://www.youtube.com/playlist?list=PLiWTvT-J4wHhDh-Mngogynfusor-694G-"
48+
target="_blank"
49+
rel="noopener noreferrer"
50+
className="hover:underline text-[#a472ea]"
51+
>
52+
Check here.
53+
</Link>
54+
</>,
4455
],
4556
features: [],
4657
},
@@ -49,15 +60,15 @@ const opensoxFeatures = [
4960
const whySub = [
5061
{
5162
content:
52-
"Currently, Opensox 2.0 is in progress (70% done) so till the launch, we are offering premium plan at a discounted price - $20 for the whole year",
63+
"Currently, Opensox 2.0 is in progress (70% done) so till the launch, we are offering premium plan at a discounted price - $49 for the whole year",
5364
},
5465
{
5566
content:
56-
"This offer is only available for the first 1000 (4 slots booked) users",
67+
"This offer is only available for the first 1000 (20 slots booked) users",
5768
},
5869
{
5970
content:
60-
"After the launch, this $20 offer be removed and Opensox premium will be around $70 for whole year ($6/mo.)",
71+
"After the launch, this $49 offer be removed and Opensox premium will be around ~ $120 for whole year ($10/mo.)",
6172
},
6273
];
6374

@@ -352,7 +363,7 @@ const SecondaryPricingCard = () => {
352363

353364
<div className="w-full border-dashed border-border-primary px-6 lg:px-10 py-4">
354365
<h2 className="text-6xl lg:text-[90px] lg:leading-[82px] tracking-tight font-semibold">
355-
$20 <span className="text-4xl">/ year</span>
366+
$49 <span className="text-4xl">/ year</span>
356367
</h2>
357368
</div>
358369
<div className="w-full border-dashed border-border-primary px-6 lg:px-10 py-4 ">

0 commit comments

Comments
 (0)