From ca0910a983dd14768392f70a27942ab955b8ba9d Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Thu, 6 Jun 2024 15:47:48 -0400 Subject: [PATCH] added kristof ideas in revised --- src/navigation.js | 10 +++++----- src/pages/{nodes.astro => farming.astro} | 19 +++++++++---------- 2 files changed, 14 insertions(+), 15 deletions(-) rename src/pages/{nodes.astro => farming.astro} (93%) diff --git a/src/navigation.js b/src/navigation.js index a439976..791f5c2 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -7,8 +7,8 @@ export const headerData = { href: getPermalink('/technology'), }, { - text: 'Nodes', - href: getPermalink('/nodes'), + text: 'Farming', + href: getPermalink('/farming'), }, { text: 'About', @@ -36,9 +36,9 @@ export const footerData = { { title: 'Nodes', links: [ - { text: 'Silver', href: '/nodes#pincanodes' }, - { text: 'Platinum', href: '/nodes#pincanodes' }, - { text: 'AI', href: '/nodes#pincanodes' }, + { text: 'Silver', href: '/farming#incanodes' }, + { text: 'Platinum', href: '/farming#incanodes' }, + { text: 'AI', href: '/farming#incanodes' }, ], }, { diff --git a/src/pages/nodes.astro b/src/pages/farming.astro similarity index 93% rename from src/pages/nodes.astro rename to src/pages/farming.astro index 54b9115..35d48a1 100644 --- a/src/pages/nodes.astro +++ b/src/pages/farming.astro @@ -8,7 +8,7 @@ import Features3 from '~/components/widgets/Features3.astro'; import CallToAction from '~/components/widgets/CallToAction.astro'; const metadata = { - title: 'Nodes', + title: 'Farming', }; --- @@ -16,16 +16,15 @@ const metadata = {