diff --git a/src/frontend/src/components/landingPage.json b/src/frontend/src/components/landingPage.json index fc7752460d..60a870f531 100644 --- a/src/frontend/src/components/landingPage.json +++ b/src/frontend/src/components/landingPage.json @@ -1,6 +1,7 @@ { "en": { - "title": "Identity that's private and decentralized.", + "title_1": "Decentralized.", + "title_2": "Private. Identity.", "subtitle": "Since 2021, Internet Identity has combined secure passkey technology with the Internet Computer to keep you safe." } } diff --git a/src/frontend/src/components/landingPage.ts b/src/frontend/src/components/landingPage.ts index 903b480660..c073eb284f 100644 --- a/src/frontend/src/components/landingPage.ts +++ b/src/frontend/src/components/landingPage.ts @@ -35,7 +35,10 @@ export const landingPage = ({
-

${copy.title}

+

+ ${copy.title_1} + ${copy.title_2} +

${copy.subtitle}