Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
chore: Add index page button destinations
Browse files Browse the repository at this point in the history
Signed-off-by: theodesp <theo.despoudis@wpengine.com>
  • Loading branch information
theodesp committed Apr 6, 2022
1 parent 97c8b15 commit d807eae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@ export default function Page() {
world&apos;s #1 open source CMS in one powerful headless platform.{' '}
</p>
<div className={styles.actions}>
<Button styleType="secondary" href="#">
<Button styleType="secondary" href="/contact-us">
GET STARTED
</Button>
<Button styleType="primary" href="#">
<Button styleType="primary" href="/about">
LEARN MORE
</Button>
</div>
</section>
<section className="cta">
<CTA
Button={() => (
<Button href="#">
<Button href="/posts">
Get Started <FaArrowRight style={{ marginLeft: `1rem` }} />
</Button>
)}
Expand All @@ -85,7 +85,7 @@ export default function Page() {
<section className="cta">
<CTA
Button={() => (
<Button href="#">
<Button href="/posts">
Get Started <FaArrowRight style={{ marginLeft: `1rem` }} />
</Button>
)}
Expand Down

0 comments on commit d807eae

Please sign in to comment.