Skip to content

Commit

Permalink
Switch button colors on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
dtuite committed Oct 23, 2024
1 parent 016eb0b commit 5608eac
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/components/landing/VideoHero/VideoHero.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,23 @@ const SubTitle = () => (

const CallToAction = () => (
<div className="mt-5 sm:flex sm:justify-center md:mt-8">
<div>
<div className="mt-3 sm:mt-0 sm:ml-3">
<Button
link={true}
to={PAGE_PATHS.freeTrial}
to={PAGE_PATHS.requestDemo}
color="primary"
text="Try it free"
text="Request a demo"
size="large"
fullWidth={true}
/>
</div>
<div className="mt-3 sm:mt-0 sm:ml-3">

<div>
<Button
link={true}
to={PAGE_PATHS.requestDemo}
to={PAGE_PATHS.freeTrial}
text="Try it free"
color="secondary"
text="Request a demo"
size="large"
fullWidth={true}
/>
Expand Down

0 comments on commit 5608eac

Please sign in to comment.