diff --git a/website/public/img/home-bg.svg b/website/public/img/home-bg.svg index 2a157c372f08..abdab46843fc 100644 --- a/website/public/img/home-bg.svg +++ b/website/public/img/home-bg.svg @@ -1,44 +1,24 @@ - - - - - - - - + + + + - - - + + + - - - + + + - - - + + + - - - - - - - - - - - - - - - - - - - + + + diff --git a/website/src/HomePage.tsx b/website/src/HomePage.tsx index c036907d170a..bcdfc7a4b5c5 100644 --- a/website/src/HomePage.tsx +++ b/website/src/HomePage.tsx @@ -3,7 +3,16 @@ import { useData } from 'nextra/hooks' import type { ComponentPropsWithoutRef } from 'react' import { classNames, Link as LegacyLink, Tooltip } from '@edgeandnode/gds' -import { Clock, GraphExplorer, SocialYouTube, Subgraph, Substreams } from '@edgeandnode/gds/icons' +import { + Clock, + Firehose, + GraphExplorer, + GraphNode, + SocialYouTube, + Subgraph, + Substreams, + SubstreamsPoweredSubgraph, +} from '@edgeandnode/gds/icons' import { NetworkIcon } from '@edgeandnode/go' import { Card, Heading, Link } from '@/components' @@ -20,10 +29,8 @@ export default function HomePage() {
-
-

- {t('index.hero.title')} -

+
+

{t('index.hero.title')}

{t('index.hero.description')}

{/* @@ -68,16 +75,31 @@ export default function HomePage() { title={t('index.products.sps.title')} description={t('index.products.sps.description')} cta={{t('index.products.sps.cta')}} + icon={ +
+ +
+ } /> {t('index.products.graphNode.cta')}} + icon={ +
+ +
+ } /> {t('index.products.firehose.cta')}} + icon={ +
+ +
+ } />
diff --git a/website/src/Layout.tsx b/website/src/Layout.tsx index cdff82868d87..8e278a5f4bb9 100644 --- a/website/src/Layout.tsx +++ b/website/src/Layout.tsx @@ -316,7 +316,7 @@ export default function Layout({ pageOpts, children }: NextraThemeLayoutProps - + Docs @@ -388,7 +388,7 @@ export default function Layout({ pageOpts, children }: NextraThemeLayoutProps
-
+
{/* TODO: Add breadcrumbs */}