Skip to content

Commit 8280e03

Browse files
committed
feat: update homepage icons
1 parent c25b85b commit 8280e03

8 files changed

Lines changed: 97 additions & 400 deletions

File tree

src/components/HomepageFeatures/index.tsx

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,29 @@ type FeatureItem = {
1111

1212
const FeatureList: FeatureItem[] = [
1313
{
14-
title: 'Easy to Use',
15-
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
14+
title: 'What is Mintlayer?',
15+
Svg: require('@site/static/img/feature-extension-icon.svg').default,
1616
description: (
1717
<>
18-
Docusaurus was designed from the ground up to be easily installed and
19-
used to get your website up and running quickly.
18+
Learn more about Mintlayer and how it can help you build your next blockchain project.
2019
</>
2120
),
2221
},
2322
{
24-
title: 'Focus on What Matters',
25-
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
23+
title: 'Documentation',
24+
Svg: require('@site/static/img/feature_decentralised-icon.svg').default,
2625
description: (
2726
<>
28-
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
29-
ahead and move your docs into the <code>docs</code> directory.
27+
Find the information you need to start building on Mintlayer.
3028
</>
3129
),
3230
},
3331
{
34-
title: 'Powered by React',
35-
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
32+
title: 'User Guide',
33+
Svg: require('@site/static/img/feature-rocket-icon.svg').default,
3634
description: (
3735
<>
38-
Extend or customize your website layout by reusing React. Docusaurus can
39-
be extended while reusing the same header and footer.
36+
Learn how to use Mintlayer products and services.
4037
</>
4138
),
4239
},

src/pages/index.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ function HomepageHeader() {
1717
{siteConfig.title}
1818
</Heading>
1919
<p className="hero__subtitle">{siteConfig.tagline}</p>
20-
<div className={styles.buttons}>
21-
<Link
22-
className="button button--secondary button--lg"
23-
to="/docs/intro">
24-
Getting Started - 5min ⏱️
25-
</Link>
26-
</div>
2720
</div>
2821
</header>
2922
);
Lines changed: 7 additions & 0 deletions
Loading

static/img/feature-rocket-icon.svg

Lines changed: 33 additions & 0 deletions
Loading
Lines changed: 48 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)