From ce2bc8b737f0a7835fa38624a86d5461588d7886 Mon Sep 17 00:00:00 2001
From: 13Colours
Date: Sun, 17 Apr 2022 01:33:27 +1000
Subject: [PATCH] Use next/link to navigate between pages
---
site/components/Home/Features.js | 42 ++++++++++++++++------------
site/components/Home/Get-Involved.js | 15 ++++++----
site/components/Home/Why.js | 41 +++++++++++++++------------
3 files changed, 56 insertions(+), 42 deletions(-)
diff --git a/site/components/Home/Features.js b/site/components/Home/Features.js
index 18d550a..f842cc4 100644
--- a/site/components/Home/Features.js
+++ b/site/components/Home/Features.js
@@ -1,3 +1,5 @@
+import Link from 'next/link'
+
export default function Features() {
return (
@@ -13,12 +15,13 @@ export default function Features() {
Blockchain, tokens, NFTs, DAOs - what does it all mean? Our guide provides an accessible overview of the key concepts in Crypto and Web3.
@@ -46,12 +49,14 @@ export default function Features() {
Want to learn more? We are maintaining a comprehensive library of articles, papers, books and other materials related to the space and the surrounding discourse. It provides deeper background on specific topics along with everything you need to fully engage with, and evaluate, Web3 and the claims being made about it.
@@ -79,12 +84,13 @@ export default function Features() {
Crypto and Web3 are associated with many bold claims. From classic technology boosterism of better and faster, to the radical transformation of our societies. But huge controversy surrounds these claims, and there’s a lack of agreement on even basic points and definitions.
diff --git a/site/components/Home/Get-Involved.js b/site/components/Home/Get-Involved.js
index f7c7436..ec1ef6a 100644
--- a/site/components/Home/Get-Involved.js
+++ b/site/components/Home/Get-Involved.js
@@ -1,3 +1,5 @@
+import Link from 'next/link'
+
export default function GetInvolved() {
return (
@@ -22,12 +24,13 @@ export default function GetInvolved() {
Share the work with others.
diff --git a/site/components/Home/Why.js b/site/components/Home/Why.js
index 9fe7f71..8d02bc8 100644
--- a/site/components/Home/Why.js
+++ b/site/components/Home/Why.js
@@ -1,3 +1,5 @@
+import Link from 'next/link'
+
export default function Why() {
return (
@@ -25,12 +27,13 @@ export default function Why() {
not an easy topic to make sense of.
@@ -65,12 +68,13 @@ export default function Why() {
change).
@@ -102,12 +106,13 @@ export default function Why() {
questions to ask and the process of answering them.