Skip to content

Commit 5878f5b

Browse files
zzzzshawnapsinghdev
authored andcommitted
add razorpay link
1 parent 70c09d3 commit 5878f5b

File tree

1 file changed

+3
-1
lines changed
  • apps/web/src/app/(main)/(landing)/pricing

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,9 @@ const SecondaryPricingCard = () => {
365365
<h2 className='text-6xl lg:text-[90px] lg:leading-[82px] tracking-tight font-semibold'>$15 <span className='text-4xl'>/ month</span></h2>
366366
</div>
367367
<div className="w-full border-dashed border-border-primary px-6 lg:px-10 py-4 ">
368-
<PrimaryButton classname='w-full max-w-[500px] mx-auto font-semibold'>Subscribe $15</PrimaryButton>
368+
<Link target='_blank' href="https://pages.razorpay.com/pl_R6WHnm15Fm98fI/view" className='cursor-pointer z-30'>
369+
<PrimaryButton classname='w-full max-w-[500px] mx-auto font-semibold'>Subscribe $15</PrimaryButton>
370+
</Link>
369371
</div>
370372
<div className="w-full border-dashed border-border-primary px-6 lg:px-10 py-4 flex flex-col gap-4 flex-1">
371373
<h2 className='text-lg lg:text-xl tracking-tight text-left font-bold'>What you get immediately:</h2>

0 commit comments

Comments
 (0)