diff --git a/docs/learn/getting-started.mdx b/docs/learn/getting-started.mdx
index a272ef0b2..3be380b3d 100644
--- a/docs/learn/getting-started.mdx
+++ b/docs/learn/getting-started.mdx
@@ -20,7 +20,7 @@ export const CardData = [
cardContent: [
{
linkText: 'Learn how to develop with Universal Profiles',
- linkPath: '../learn/universal-profile/getting-started.md',
+ linkPath: '../learn/universal-profile/getting-started',
},
{
linkText: 'Explore code examples in our playground repository',
diff --git a/docs/tools/integrations.md b/docs/tools/integrations.md
index 06d11dfd7..2cab03e0f 100644
--- a/docs/tools/integrations.md
+++ b/docs/tools/integrations.md
@@ -114,6 +114,10 @@ All the RPC URLs are listed under the [**Networks**](../networks/mainnet/paramet
|
Transak is a crypto on-ramp marketplace that can be integrated easily by developers using their API and SDK, to enable to purchase crypto easily on a website and UI. |
+
+ |
+ Ramp Network is a fiat-to-crypto and crypto-to-fiat gateway for web3 applications. It supports local payment methods globally, ensuring fast and secure transactions. |
+
diff --git a/docusaurus.config.js b/docusaurus.config.js
index df28f4a46..5bee9599b 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -206,6 +206,11 @@ export default {
from: '/learn/expert-guides/deploy-up-with-lsp23',
to: '/learn/universal-profile/advanced-guides/deploy-up-with-lsp23',
},
+ //Standards
+ {
+ from: '/standards/nft-2.0/introduction',
+ to: '/standards/tokens/introduction',
+ },
],
},
],
diff --git a/src/components/CallToActionButton/CallToActionButton.module.scss b/src/components/CallToActionButton/CallToActionButton.module.scss
index 09525f43e..617487413 100644
--- a/src/components/CallToActionButton/CallToActionButton.module.scss
+++ b/src/components/CallToActionButton/CallToActionButton.module.scss
@@ -21,6 +21,8 @@
transition: all 200ms ease-out 10ms;
+ color: white;
+
&:hover {
box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
transform: scale(1.05);
@@ -29,8 +31,6 @@
color: white;
}
- color: white;
-
a:hover {
color: white !important;
}
diff --git a/static/img/tools/ramp-network-logo.png b/static/img/tools/ramp-network-logo.png
new file mode 100644
index 000000000..3976788d9
Binary files /dev/null and b/static/img/tools/ramp-network-logo.png differ