update homepage copy (#530)

This commit is contained in:
Kalidou Diagne
2025-07-31 12:36:15 +02:00
committed by GitHub
parent 3f63c67054
commit d6b1bed1b5
2 changed files with 3 additions and 2 deletions

View File

@@ -111,6 +111,7 @@ export const LABELS = {
"Sorry, we couldn't find any results for your search. Please try again with different keywords.",
EXPLORE_PROJECT_LIBRARY: "Explore Project Library",
DEVELOPMENT_PROJECTS: "Development Projects",
APPLIED_RESEARCH: "Applied Research",
RESEARCH: "Research",
CLEAR_ALL: "Clear all",
SHOW_PROJECTS: "Show projects",
@@ -145,7 +146,7 @@ export const LABELS = {
MISSION_BUTTON: "LEARN MORE ABOUT US",
HEADER_TITLE: "Privacy Stewards of Ethereum",
HEADER_SUBTITLE:
"PSE is a applied research lab delivering privacy to the Ethereum ecosystem",
"PSE is a research lab delivering privacy to the Ethereum ecosystem",
WHO_WE_ARE: "Who we are",
WHO_WE_ARE_DESCRIPTION:
"PSE is a research lab building free tools that expand the world of cryptography.",

View File

@@ -41,7 +41,7 @@ export const HomepageHeader = () => {
<Button className="w-full sm:w-auto">
<div className="flex items-center gap-1">
<span className="text-base font-medium uppercase">
{LABELS.COMMON.RESEARCH}
{LABELS.COMMON.APPLIED_RESEARCH}
</span>
<Icons.arrowRight
fill="white"