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 = {