From 0cd300cd71e7a5555ec6b20e264e8a17442a555e Mon Sep 17 00:00:00 2001 From: ak Date: Thu, 13 Feb 2025 18:56:49 +0300 Subject: [PATCH 1/6] update hero background svg --- website/public/img/home-bg.svg | 52 +++++++++++----------------------- 1 file changed, 16 insertions(+), 36 deletions(-) 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 @@ - - - - - - - - + + + + - - - + + + - - - + + + - - - + + + - - - - - - - - - - - - - - - - - - - + + + From 467560675b00a360592dcbe57b633b74e7ed2dd8 Mon Sep 17 00:00:00 2001 From: ak Date: Thu, 13 Feb 2025 18:57:08 +0300 Subject: [PATCH 2/6] update hero title alignment and text color --- website/src/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/HomePage.tsx b/website/src/HomePage.tsx index c036907d170a..77bcec23b092 100644 --- a/website/src/HomePage.tsx +++ b/website/src/HomePage.tsx @@ -20,8 +20,8 @@ export default function HomePage() {
-
-

+
+

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

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

From ae259d761e852b19110f48decd4946b78581a9eb Mon Sep 17 00:00:00 2001 From: ak Date: Thu, 13 Feb 2025 19:04:00 +0300 Subject: [PATCH 3/6] add icons to all products --- website/src/HomePage.tsx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/website/src/HomePage.tsx b/website/src/HomePage.tsx index 77bcec23b092..adcc4fe4c5fb 100644 --- a/website/src/HomePage.tsx +++ b/website/src/HomePage.tsx @@ -3,7 +3,7 @@ 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' @@ -68,16 +68,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={ +
+ +
+ } />

From fc032b8690183f4516902b832b82d70a197b8874 Mon Sep 17 00:00:00 2001 From: ak Date: Thu, 13 Feb 2025 19:09:42 +0300 Subject: [PATCH 4/6] update dividers on navbar --- website/src/Layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/Layout.tsx b/website/src/Layout.tsx index cdff82868d87..381e4ee68041 100644 --- a/website/src/Layout.tsx +++ b/website/src/Layout.tsx @@ -339,7 +339,7 @@ export default function Layout({ pageOpts, children }: NextraThemeLayoutProps - + Docs @@ -388,7 +388,7 @@ export default function Layout({ pageOpts, children }: NextraThemeLayoutProps
-
+
{/* TODO: Add breadcrumbs */} From f4522ea2b8f6ee707626c3fb1a185754d4a72290 Mon Sep 17 00:00:00 2001 From: ak Date: Thu, 13 Feb 2025 19:19:23 +0300 Subject: [PATCH 5/6] fix formatting --- website/src/HomePage.tsx | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/website/src/HomePage.tsx b/website/src/HomePage.tsx index adcc4fe4c5fb..d737923d050b 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, Firehose, GraphExplorer, GraphNode, SocialYouTube, Subgraph, Substreams, SubstreamsPoweredSubgraph } 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' @@ -21,9 +30,7 @@ export default function HomePage() {
-

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

+

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

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

{/* From 49e33e5f27082b0183c85ec7ea65dac224817140 Mon Sep 17 00:00:00 2001 From: benface Date: Thu, 13 Feb 2025 11:56:52 -0500 Subject: [PATCH 6/6] Tweaks --- website/src/HomePage.tsx | 2 +- website/src/Layout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/HomePage.tsx b/website/src/HomePage.tsx index d737923d050b..bcdfc7a4b5c5 100644 --- a/website/src/HomePage.tsx +++ b/website/src/HomePage.tsx @@ -29,7 +29,7 @@ export default function HomePage() {
-
+

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

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

{/* diff --git a/website/src/Layout.tsx b/website/src/Layout.tsx index 381e4ee68041..8e278a5f4bb9 100644 --- a/website/src/Layout.tsx +++ b/website/src/Layout.tsx @@ -316,7 +316,7 @@ export default function Layout({ pageOpts, children }: NextraThemeLayoutProps