Files
website/content/common.tsx
Kalidou Diagne 0ccb4fdcc9 feat: design v1.3
2024-06-06 14:23:09 +02:00

21 lines
840 B
TypeScript

export const COMMON_CONTENT = {
VIEW_DOCUMENTATION: "View Documentation",
FORK_REPO: "Fork github repo",
AND_MORE: "... and more!",
CHECKOUT_GITHUB: "Checkout our Github",
CHECKOUT_DOCS: "Checkout our documentation",
LEARN_THE_BASICS: "Learn the basics",
SERVER_AUTHENTICATION: "Server Authentication",
DATA_PORTABILITY: "Data Portability",
FAQ: "FAQ",
JOIN_DISCORD: "Join Our Discord",
CONNECT_WITH_US: {
TITLE: "Connect with us",
DESCRIPTION:
"Our team believes in open-source development with a strong emphasis on trustlessness. We are committed to transparency and community-driven improvements. Come find us in our public Discord to learn more and collaborate!",
},
FOOTER: {
TITLE: "TLSNotary is project of Privacy and Scaling Explorations, an Ethereum Foundation supported team.",
},
};