Skip to content

Commit e4e4541

Browse files
authored
chore(docs): Remove persona boxes from the landing page (#5400)
# Description ## Problem\* Resolves #4982 ## Summary\* These persona boxes were a rudimentary way to get some info about who was coming to the docs. We have proper analytics now, so we can remove them. ## Additional Context ## Documentation\* Check one: - [ ] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[For Experimental Features]** Documentation to be submitted in a separate PR. # PR Checklist\* - [ ] I have tested the changes locally. - [ ] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings.
1 parent 322f863 commit e4e4541

1 file changed

Lines changed: 0 additions & 32 deletions

File tree

docs/src/pages/index.jsx

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -36,38 +36,6 @@ export default function Landing() {
3636
</Link>
3737
</div>
3838
</div>
39-
40-
<div className="homepage_cta_lj_container">
41-
<div className="homepage_cta_container">
42-
<h2 className="homepage_h2">Learn</h2>
43-
<Link to="/docs/getting_started/installation" target="_blank" rel="noopener noreferrer">
44-
<button className="cta-button button button--primary button--lg homepage_cta">Try Noir</button>
45-
</Link>
46-
<Link to="/docs" target="_blank" rel="noopener noreferrer">
47-
<button className="cta-button button button--secondary button--lg homepage_cta">
48-
Noir Cryptography
49-
</button>
50-
</Link>
51-
</div>
52-
<div className="homepage_cta_container">
53-
<h2 className="homepage_h2">Coming from...</h2>
54-
<Link to="/docs/how_to/how-to-solidity-verifier" target="_blank" rel="noopener noreferrer">
55-
<button className="cta-button button button--primary button--lg homepage_cta">Solidity</button>
56-
</Link>
57-
<Link to="/docs" target="_blank" rel="noopener noreferrer">
58-
<button className="cta-button button button--secondary button--lg homepage_cta">Aztec</button>
59-
</Link>
60-
</div>
61-
<div className="homepage_cta_container">
62-
<h2 className="homepage_h2">New to Everything</h2>
63-
<Link to="/docs" target="_blank" rel="noopener noreferrer">
64-
<button className="cta-button button button--primary button--lg homepage_cta">Noir Basics</button>
65-
</Link>
66-
<Link to="/docs/tutorials/noirjs_app" target="_blank" rel="noopener noreferrer">
67-
<button className="cta-button button button--secondary button--lg homepage_cta">NoirJS</button>
68-
</Link>
69-
</div>
70-
</div>
7139
</div>
7240
</div>
7341
</Layout>

0 commit comments

Comments
 (0)