diff --git a/website/public/.well-known/api-catalog b/website/public/.well-known/api-catalog index f46af40a..4c6c7417 100644 --- a/website/public/.well-known/api-catalog +++ b/website/public/.well-known/api-catalog @@ -22,10 +22,10 @@ ] }, { - "anchor": "https://quests.quantus.com/api", + "anchor": "https://qrc-1.quantus.com/api", "service-desc": [ { - "href": "https://www.quantus.com/.well-known/openapi/quests-api.json", + "href": "https://www.quantus.com/.well-known/openapi/quersi-api.json", "type": "application/json" } ], @@ -37,7 +37,7 @@ ], "status": [ { - "href": "https://quests.quantus.com/health", + "href": "https://qrc-1.quantus.com/health", "type": "application/json" } ] diff --git a/website/public/.well-known/openapi/quests-api.json b/website/public/.well-known/openapi/quersi-api.json similarity index 88% rename from website/public/.well-known/openapi/quests-api.json rename to website/public/.well-known/openapi/quersi-api.json index 7b0a5bca..9dc6aa9a 100644 --- a/website/public/.well-known/openapi/quests-api.json +++ b/website/public/.well-known/openapi/quersi-api.json @@ -1,11 +1,11 @@ { "openapi": "3.1.0", "info": { - "title": "Quantus Quests API", + "title": "Quantus Quersi API", "version": "1.0.0", - "description": "Task Master API for quests, leaderboards, and Ethereum risk analysis." + "description": "Quersi API for Ethereum risk analysis." }, - "servers": [{ "url": "https://quests.quantus.com" }], + "servers": [{ "url": "https://qrc-1.quantus.com" }], "paths": { "/health": { "get": { diff --git a/website/src/assets/wallet/checkphrases.png b/website/src/assets/wallet/checkphrases.png index 4c317b63..aafdd327 100644 Binary files a/website/src/assets/wallet/checkphrases.png and b/website/src/assets/wallet/checkphrases.png differ diff --git a/website/src/assets/wallet/encrypt-your-funds.png b/website/src/assets/wallet/encrypt-your-funds.png index cb4bee21..1b60dec0 100644 Binary files a/website/src/assets/wallet/encrypt-your-funds.png and b/website/src/assets/wallet/encrypt-your-funds.png differ diff --git a/website/src/assets/wallet/high-security-accounts.png b/website/src/assets/wallet/high-security-accounts.png index 3b03fcef..bf2cf603 100644 Binary files a/website/src/assets/wallet/high-security-accounts.png and b/website/src/assets/wallet/high-security-accounts.png differ diff --git a/website/src/assets/wallet/reversible-transactions.png b/website/src/assets/wallet/reversible-transactions.png index 47036c74..6a524558 100644 Binary files a/website/src/assets/wallet/reversible-transactions.png and b/website/src/assets/wallet/reversible-transactions.png differ diff --git a/website/src/components/features/community/EventSection.astro b/website/src/components/features/community/EventSection.astro index 2838c86b..cc1fab04 100644 --- a/website/src/components/features/community/EventSection.astro +++ b/website/src/components/features/community/EventSection.astro @@ -23,11 +23,11 @@ const t = await createTranslator(locale); {t("community.events.card.title")}

{t("community.events.card.cta")} diff --git a/website/src/components/features/wallet/FeaturesSection.astro b/website/src/components/features/wallet/FeaturesSection.astro index 1b214c7b..d75d1ab8 100644 --- a/website/src/components/features/wallet/FeaturesSection.astro +++ b/website/src/components/features/wallet/FeaturesSection.astro @@ -172,6 +172,7 @@ const t = await createTranslator(locale); width: auto; object-fit: contain; display: block; + box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.1); } @media (max-width: 768px) { diff --git a/website/src/components/layout/navbar/Navbar.astro b/website/src/components/layout/navbar/Navbar.astro index 3c78a66a..2f299980 100644 --- a/website/src/components/layout/navbar/Navbar.astro +++ b/website/src/components/layout/navbar/Navbar.astro @@ -16,14 +16,14 @@ const t = await createTranslator(locale);