diff --git a/packages/nextjs/pages/index.tsx b/packages/nextjs/pages/index.tsx index 91be840..d4f077f 100644 --- a/packages/nextjs/pages/index.tsx +++ b/packages/nextjs/pages/index.tsx @@ -322,46 +322,34 @@ const Home: NextPage<{ - {/* Nodes section */} -
-
-
-
-
-
- {/* First column */} -
-
- client logo + {/* BG Client */} +
+
+
+
+ BG Client logo +

+ Run a full Ethereum node with a single command! Opt in to our distributed RPC to power BG apps too! +

+ + Go to site +
-
-
-

- Run a full Ethereum node with a single command! Opt in to our distributed RPC to power BG apps too! -

- - Run a BG client - -
-
- satellite +
+
+ BG Client running on a computer
- {/* Second column */} -
- screenshot -
diff --git a/packages/nextjs/public/assets/client-logo.svg b/packages/nextjs/public/assets/bg-client-logo.svg similarity index 100% rename from packages/nextjs/public/assets/client-logo.svg rename to packages/nextjs/public/assets/bg-client-logo.svg diff --git a/packages/nextjs/public/assets/bg-client-monitor.png b/packages/nextjs/public/assets/bg-client-monitor.png new file mode 100644 index 0000000..1a09323 Binary files /dev/null and b/packages/nextjs/public/assets/bg-client-monitor.png differ diff --git a/packages/nextjs/public/assets/screenshot.png b/packages/nextjs/public/assets/screenshot.png deleted file mode 100644 index 31650b2..0000000 Binary files a/packages/nextjs/public/assets/screenshot.png and /dev/null differ diff --git a/packages/nextjs/styles/globals.css b/packages/nextjs/styles/globals.css index 96e0dad..f194125 100644 --- a/packages/nextjs/styles/globals.css +++ b/packages/nextjs/styles/globals.css @@ -1,4 +1,5 @@ @import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap"); @import "tailwindcss/base"; @import "tailwindcss/components"; diff --git a/packages/nextjs/tailwind.config.js b/packages/nextjs/tailwind.config.js index 7f88465..07db352 100644 --- a/packages/nextjs/tailwind.config.js +++ b/packages/nextjs/tailwind.config.js @@ -68,6 +68,7 @@ module.exports = { "space-grotesk": ["Space Grotesk", "sans-serif"], "neue-machina": ["PPNeueMachina", "sans-serif"], "editorial": ["PPEditorial", "serif"], + "space-mono": ["Space Mono", "monospace"], }, backgroundColor: { skin: "#EBECFD",