diff --git a/README.md b/README.md
index da3c95f..9ac909f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-
PINCA Docs
+ INCA Docs
Table of Contents
@@ -14,7 +14,7 @@
## Introduction
-This repository contains the code to deploy the PINCA Docs website, a project by [ThreeFold](https://threefold.io).
+This repository contains the code to deploy the INCA Docs website, a project by [ThreeFold](https://threefold.io).
## Prerequisites
@@ -50,11 +50,11 @@ make run
## License
-**PINCA Docs** is licensed under the Apache 2.0 license — see the [LICENSE](./LICENSE.md) file for details.
+**INCA Docs** is licensed under the Apache 2.0 license — see the [LICENSE](./LICENSE.md) file for details.
## References
-This PINCA Docs website is based on the amazing [AstroWind repo](https://github.com/onwidget/astrowind).
+This INCA Docs website is based on the amazing [AstroWind repo](https://github.com/onwidget/astrowind).
We changed the license from MIT to Apache 2.0 to suit this specific project.
diff --git a/src/config.yaml b/src/config.yaml
index 25b788d..4b40758 100644
--- a/src/config.yaml
+++ b/src/config.yaml
@@ -16,7 +16,7 @@ metadata:
index: true
follow: true
openGraph:
- site_name: Project PINCA
+ site_name: Project INCA
images:
- url: '~/assets/images/inca_background.png'
width: 1200
diff --git a/src/navigation.js b/src/navigation.js
index 892936f..45ef339 100644
--- a/src/navigation.js
+++ b/src/navigation.js
@@ -19,7 +19,7 @@ export const headerData = {
href: getPermalink('/contact'),
},
],
- actions: [{ text: 'Get PINCA Nodes', href: 'https://threefold.io', target: '_blank' }],
+ actions: [{ text: 'Get INCA Nodes', href: 'https://threefold.io', target: '_blank' }],
};
export const footerData = {
diff --git a/src/pages/index.astro b/src/pages/index.astro
index c2bab75..50e6d86 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -28,7 +28,7 @@ const metadata = {
actions={[
{
variant: 'primary',
- text: 'Get PINCA Nodes',
+ text: 'Get INCA Nodes',
href: 'https://threefold.io',
target: '_blank',
icon: 'tabler:brand-minecraft',
@@ -293,7 +293,7 @@ const metadata = {