Skip to content

Commit a38db9c

Browse files
Merge pull request #97 from autonomous-testing/feat/early-access-instead-of-trail-for-bot-testing
feat: update button label to "Get early access" in multiple sections
2 parents d16cfd5 + ed05137 commit a38db9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/bot-page/HeroSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
/>

src/components/bot-page/HowItWorksIntro.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
/>

src/components/landing-page/home/sections/EndingSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
/>

0 commit comments

Comments
 (0)