Skip to content

Commit

Permalink
- updated texts
Browse files Browse the repository at this point in the history
- updated company info
- test call button
  • Loading branch information
IxiAngel committed Nov 6, 2024
1 parent 82b056a commit cbeb85e
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 39 deletions.
50 changes: 29 additions & 21 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"useCases": "Use Cases",
"tech": "Technology & Products",
"about": "About",
"bookHere": "Book a Free Call"
"bookHere": "Book a Free Call",
"bookUrl": "mailto: [email protected]"
},
"HeroSection": {
"title": "We Provide Greater Security & Reliability at Reduced Costs",
Expand Down Expand Up @@ -32,37 +33,38 @@
},
"CuttingEdgeSection": {
"title": "Let’s find out how we can help you improve your business.",
"bookHere": "Book a Free Call"
"bookHere": "Book a Free Call",
"bookUrl": "mailto: [email protected]"
},
"SolvingTheProblem": {
"title": "Solving Your <blue>Challenges</blue>",
"subtitle": "In today’s digital landscape, the foundation of online identity and communication is fundamentally flawed.",
"subtitle": "In today’s digital landscape, the foundation of online identity, security and communication is fundamentally flawed.",
"accordion1": {
"title": "Improved Security",
"subtitle": "No additional reliance on task specific staff, security in this case. IXI Labs transparently handles cryptographic and other elements related to security in our libraries and patents.",
"subtitle2": "Our platform enables seamless integration of all security features that you need for your business."
"title": "Security as a foundation, not an after-thought",
"subtitle": "Security aspects of an application or a service most of the times come as an after-though and are too often sacrificed for other functionality due to tight deadlines and small budgets. IXI Labs designs all products with necessary security principles from the start.",
"subtitle2": "We use the same cryptographic and other security methods as used in our decentralised platform, currently relied on by tens of thousands of users for secure communication and transferring value in the form of tokens."
},
"accordion2": {
"title": "Increased Reliability",
"subtitle": "Our platform is provably decentralised and distributed, as such it operates without a single point of failure. In addition it boasts up to 100% uptime."
},
"accordion3": {
"title": "Reduced Costs & Complexity",
"subtitle": "Your teams don’t need to have security and network communication expertise. \nWe provide the infrastructure so you can save money on it. You don’t need DevOps, SysOps."
"subtitle": "Your engineering teams don't require expensive security and network communication experts. We provide the necessary expertise and infrastructure, so you can focus on building the functionality which sets your service or product apart from the competition. Because the infrastructure is decentralised and largely handled by the community, the cost of DevOps, SysOps and general maintenance decreases."
}
},
"OurServices": {
"smallTitle": "WHAT WE SPECIALISE IN",
"title": "Fullstack Encryption and Distributed Compute",
"subtitle": "At IXI Labs, we’re solving critical problems of the new digital world by redefining how <blue>identity, security</blue> and <blue>communications</blue> are managed in the digital world. We are a development agency specializing in creating solutions where <blue>cryptography, maximum availability</blue> and user <blue>sovereignty</blue> are at the core.",
"subtitle": "At IXI Labs, we’re solving critical problems of the new digital world by redefining how <blue>identity, security</blue> and <blue>communications</blue> are managed in the digital world. We are a development agency specialising in creating solutions where <blue>cryptography, maximum availability</blue> and user <blue>sovereignty</blue> are at the core.",
"cards": {
"card1": {
"title": "Public Key as Identity",
"subtitle": "Removing the need for usernames, third-party trust, or arbitrary identifiers. All metadata (names, IPs, etc.) is linked directly to your public key, ensuring a more reliable and secure identity."
},
"card2": {
"title": "Device Self-Sovereignty",
"subtitle": "Each device acts as a self-contained unit. This way your service doesn’t need to rely on internet connectivity or other servers."
"subtitle": "Each device acts as a self-contained unit. This way your service doesn’t need to rely on internet connectivity or other servers for providing critical functionality to the usersY."
},
"card3": {
"title": "Secure Communication Protocols",
Expand All @@ -85,7 +87,7 @@
},
"card3": {
"title": "Communications",
"subtitle": "Protected and secure communication keeping our world connected in the next decade."
"subtitle": "Trustless communication platform keeping our world securely connected for decades to come."
}
}
},
Expand All @@ -94,36 +96,42 @@
"title": "Our Latest Projects",
"cards": {
"card1": {
"title": "IXI Names",
"subtitle": "Naming service powered by the Ixian platform. Secured by blockchain and expanding on the functionality of the traditional naming services.",
"additional": "Coming Soon"
},
"card2": {
"title": "Spixi Private Chat",
"subtitle": "Spixi is an encrypted peer-to-peer messaging and communications app with exclusive features and reduced operational costs.",
"additional": "Visit Spixi Website"
"additional": "Visit Spixi Website",
"url": "https://www.spixi.io"
},
"card3": {
"card2": {
"title": "Ixian Distributed Ledger",
"subtitle": "Distributed Ledger Technology with a high performing and robust blockchain network.",
"additional": "Visit Ixian Website"
}
"additional": "Visit Ixian Website",
"url": "https://www.ixian.io"
},
"card3": {
"title": "IXI Names",
"subtitle": "Naming service powered by the Ixian platform. Secured by blockchain and expanding on the functionality of the traditional naming services.",
"additional": "Coming Soon",
"url": "https://www.ixian.com"
},
}
},
"BuildFloater": {
"title": "Let’s build your project",
"bookCall": "Book a Free Call"
"bookCall": "Book a Free Call",
"bookUrl": "mailto: [email protected]"
},
"Footer": {
"title": "Pioneering Decentralized Technologies",
"title": "Pioneering Decentralised Technologies",
"copyright": "© {year} IXI Labs. All rights reserved.",
"contact": {
"slo": {
"company": "IXI Labs d.o.o.",
"street": "Zaloška cesta 160C",
"city": "1260 Ljubljana-Polje",
"country": "Slovenija"
},
"eng": {
"company": "IXI Labs LTD",
"street": "Suite 99 Milton Keynes Business Centre",
"city": "Foxhunter Drive, Milton Keynes",
"country": "United Kingdom"
Expand Down
2 changes: 2 additions & 0 deletions src/app/Components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ const Footer = () => {
</div>
<div className={classes.rightContent}>
<div className={classes.singleColumn}>
<Text type={'caption-02'}>{t('contact.slo.company')}</Text>
<Text type={'caption-02'}>{t('contact.slo.street')}</Text>
<Text type={'caption-02'}>{t('contact.slo.city')}</Text>
<Text type={'caption-02'}>{t('contact.slo.country')}</Text>
</div>
<div className={classes.singleColumn}>
<Text type={'caption-02'}>{t('contact.eng.company')}</Text>
<Text type={'caption-02'}>{t('contact.eng.street')}</Text>
<Text type={'caption-02'}>{t('contact.eng.city')}</Text>
<Text type={'caption-02'}>{t('contact.eng.country')}</Text>
Expand Down
35 changes: 18 additions & 17 deletions src/app/Components/LatestProjects/LatestProjects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,43 +29,44 @@ const LatestProjects = () => {
</div>
<div className={classes.cards}>
<div className={classes.card}>
<Image
src={ixiNamesBg}
alt={'ixi-names-bg'}
className={classes.bgImage}
/>
<Image src={ixiNamesLogo} alt={'ixi-logo'} />
<Image src={spixiBg} alt={'spixi-bg'} className={classes.bgImage} />
<Image src={spixiLogo} alt={'spixi-logo'} />
<Text type={'title-05'} as={'h1'}>
{t('cards.card1.title')}
</Text>
<Text type={'body-03'}>{t('cards.card1.subtitle')}</Text>
<Text type={'subtitle-03'}>{t('cards.card1.additional')}</Text>
<Link href={t('cards.card1.url')} target={'_blank'}>
<Text type={'link'}>{t('cards.card1.additional')}</Text>
</Link>
</div>
<div className={classes.card}>
<Image src={spixiBg} alt={'spixi-bg'} className={classes.bgImage} />
<Image src={spixiLogo} alt={'spixi-logo'} />
<Image
src={ledgerBg}
alt={'ledger-bg'}
className={classes.bgImage}
/>
<Image src={ixianLogo} alt={'ixian-logo'} />
<Text type={'title-05'} as={'h1'}>
{t('cards.card2.title')}
</Text>
<Text type={'body-03'}>{t('cards.card2.subtitle')}</Text>
<Link href={'https://www.spixi.io/'} target={'_blank'}>
<Link href={t('cards.card2.url')} target={'_blank'}>
<Text type={'link'}>{t('cards.card2.additional')}</Text>
</Link>
</div>
<div className={classes.card}>
<Image
src={ledgerBg}
alt={'ledger-bg'}
className={classes.bgImage}
src={ixiNamesBg}
alt={'ixi-names-bg'}
className={classes.bgImage}
/>
<Image src={ixianLogo} alt={'ixian-logo'} />
<Image src={ixiNamesLogo} alt={'ixi-logo'} />
<Text type={'title-05'} as={'h1'}>
{t('cards.card3.title')}
</Text>
<Text type={'body-03'}>{t('cards.card3.subtitle')}</Text>
<Link href={'https://www.ixian.io/'} target={'_blank'}>
<Text type={'link'}>{t('cards.card3.additional')}</Text>
</Link>
<Text type={'subtitle-03'}>{t('cards.card3.additional')}</Text>
<Text type={'link'}>{t('cards.card3.additional')}</Text>
</div>
</div>
<LetsBuildFloater />
Expand Down
2 changes: 1 addition & 1 deletion src/app/Components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Navbar = () => {
<Link href={`#${Section.USE_CASES}`}>{t('useCases')}</Link>
<Link href={`#${Section.TECH_PRODUCTS}`}>{t('tech')}</Link>
</div>
<Button>{t('bookHere')}</Button>
<Button><Link href={t('bookUrl')}>{t('bookHere')}</Link></Button>
</ContentWrapper>
</nav>
);
Expand Down

0 comments on commit cbeb85e

Please sign in to comment.