File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
apps/web/src/app/(main)/(landing)/pricing Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments