File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
landing-page/home/sections Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const HeroSection = () => {
2121
2222 < div >
2323 < ButtonPrimary
24- label = "Start free trial "
24+ label = "Get early access "
2525 href = "https://cmd.wopee.io"
2626 className = "w-60 h-[50px]"
2727 />
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const HowItWorksIntro = () => {
2727
2828 < div className = "px-2 lg:px-0" >
2929 < ButtonPrimary
30- label = "Start free trial "
30+ label = "Get early access "
3131 href = "https://cmd.wopee.io"
3232 className = "w-60 h-[50px]"
3333 />
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const EndingSection = ({ bot }: { bot?: boolean }) => {
2525 </ div >
2626 < div className = "h-20" >
2727 < ButtonPrimary
28- label = " Start free trial"
28+ label = { bot ? "Get early access" : " Start free trial"}
2929 href = "https://cmd.wopee.io"
3030 className = "w-60 h-[50px]"
3131 />
You can’t perform that action at this time.
0 commit comments