From d6b1bed1b5b42c50cf67cc9dee081a014b90bae9 Mon Sep 17 00:00:00 2001 From: Kalidou Diagne Date: Thu, 31 Jul 2025 12:36:15 +0200 Subject: [PATCH] update homepage copy (#530) --- app/labels.ts | 3 ++- components/sections/HomepageHeader.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/labels.ts b/app/labels.ts index b01cac9..77a495a 100644 --- a/app/labels.ts +++ b/app/labels.ts @@ -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.", diff --git a/components/sections/HomepageHeader.tsx b/components/sections/HomepageHeader.tsx index 7ba3be4..6900059 100644 --- a/components/sections/HomepageHeader.tsx +++ b/components/sections/HomepageHeader.tsx @@ -41,7 +41,7 @@ export const HomepageHeader = () => {