@@ -254,6 +257,6 @@ export default function ResourcePage({ params: { lang } }: LangProps) {
-
+
)
}
diff --git a/app/i18n/locales/en/common.json b/app/i18n/locales/en/common.json
index f3dc488d..5538d732 100644
--- a/app/i18n/locales/en/common.json
+++ b/app/i18n/locales/en/common.json
@@ -55,6 +55,7 @@
"sortBy": "Sort by: {{option}}",
"tryItOut": "Try it out!",
"learnMore": "Learn more",
+ "learnMoreDiscord": "Join our Discord to learn more about our programs and other educational opportunities!",
"buildWithThisTool": "Build with this tool",
"deepDiveResearch": "Dive deeper into the research",
"searchProjectPlaceholder": "Search project title or keyword",
diff --git a/app/i18n/locales/en/programs-page.json b/app/i18n/locales/en/programs-page.json
index a7df600f..5ac3d14d 100644
--- a/app/i18n/locales/en/programs-page.json
+++ b/app/i18n/locales/en/programs-page.json
@@ -1,6 +1,6 @@
{
- "title": "Join our programs",
- "description": "Want to explore the world of programmable cryptography and learn how to make substantial contributions to open-source projects? Join our free programs to kickstart your journey!",
+ "title": "Get started with programmable cryptography",
+ "description": "PSE offers free educational programs to help you dive deep into Zero Knowledge Proofs, Fully Homomorphic Encryption, Multi-Party Computation and the latest in programmable cryptography. Whether you’re looking to learn the basics or start making open-source contributions, we have resources for your learning journey!",
"common": {
"faq": "FAQ",
"curriculum": "Curriculum",
diff --git a/components/banner.tsx b/components/banner.tsx
index fda88301..babec28a 100644
--- a/components/banner.tsx
+++ b/components/banner.tsx
@@ -10,7 +10,7 @@ type BannerProps = {
const Banner = ({ title, subtitle, children }: BannerProps) => {
return (
-
+