Skip to content

Commit

Permalink
Update texts
Browse files Browse the repository at this point in the history
  • Loading branch information
ardier16 committed Jun 7, 2024
1 parent 3e38308 commit 16d46e5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 17 deletions.
8 changes: 4 additions & 4 deletions src/app/components/AirdropCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ export default function AirdropCard() {
Programmable Airdrop
</p>
<p className='max-w-[720px] text-h5 lg:text-h4'>
The beta launch is focused on distributing tokens to Ukrainian
citizens
The beta launch includes the distribution of additional tokens to
Ukrainian citizens
</p>
<p className='text-body3 opacity-50 lg:text-body2'>
This airdrop is part of a humanitarian effort to help direct funds
towards Ukraine. It showcases Rarimo’s identity infrastructure. and
how it can be used by projects and organizations to directly reach
towards Ukraine. It showcases Rarimo’s identity infrastructure and how
it can be used by projects and organizations to directly reach
civilians
</p>
<div className='mt-2 flex items-center gap-10 lg:mt-4'>
Expand Down
5 changes: 2 additions & 3 deletions src/app/components/HeroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ export default function HeroSection() {
GO INCOGNITO
</h1>
<p className='max-w-[720px] text-body2 text-text-secondary lg:text-body1'>
RariMe is a self-custody identity wallet that allows users to
verify their eligibility for Web3 services without exposing their
personal data
RariMe is a self-custody identity wallet, that unlocks fully
private but verifiable identity in the digital world
</p>
<AppStoreLinks className='mt-4' />
</div>
Expand Down
4 changes: 1 addition & 3 deletions src/app/components/IntegrationsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ export default function IntegrationsSection() {
<Container className='flex flex-col justify-between gap-6 lg:flex-row lg:items-end'>
<div className='flex flex-col gap-4 lg:gap-6'>
<h2 className='text-subtitle1 text-text-secondary'>Integrations</h2>
<p className='text-h4 text-text-primary lg:text-h3'>
Supported solutions
</p>
<p className='text-h4 text-text-primary lg:text-h3'>Supported</p>
</div>
<Button
as='a'
Expand Down
10 changes: 5 additions & 5 deletions src/app/components/PassportsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ export default function PassportsCard() {
return (
<div className='relative flex h-[484px] flex-col justify-between overflow-hidden rounded-xl bg-secondary-base px-6 py-8 text-base-white lg:h-[582px] lg:rounded-3xl lg:px-16 lg:py-16'>
<img
className='absolute -right-8 top-12 z-0 w-[440px] max-w-max lg:right-9 lg:top-20 lg:max-w-[880px]'
className='absolute -right-8 top-12 z-0 w-[440px] max-w-max lg:right-4 lg:top-16 lg:w-[720px]'
src='/images/home/passport-bg.png'
alt='Passports Section'
/>
<div className='flex h-16 w-16 items-center justify-center rounded-full bg-white bg-opacity-5 lg:h-18 lg:w-18'>
<ChipIcon className='h-6 w-6 text-white' />
</div>
<div className='z-10 flex max-w-[840px] flex-col gap-6 lg:gap-10'>
<div className='z-10 flex max-w-[700px] flex-col gap-6 lg:gap-10'>
<div className='flex flex-col gap-4 lg:gap-6'>
<p className='text-subtitle3 opacity-50 lg:text-subtitle1'>
Passport Scan
ZK Passport
</p>
<p className='text-h5 lg:text-h4'>
Convert identity documents into anonymous credentials, keeping your
activities private and untraceable
Convert your passport into an incognito ID and keep your activities
private and untraceable
</p>
</div>
<Button
Expand Down
4 changes: 2 additions & 2 deletions src/app/components/RewardsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export default function RewardsSection() {
<div className='flex flex-col gap-4 lg:gap-6'>
<h2 className='text-subtitle1 text-text-secondary'>Rewards</h2>
<p className='max-w-[860px] text-h4 text-text-primary lg:text-h3'>
You get rewards for using the app and identity proofs across different
ecosystems
Earn rewards by using the app and verifying your identity across
different platforms
</p>
</div>
<div className='flex flex-col gap-6 md:grid md:grid-cols-2'>
Expand Down

0 comments on commit 16d46e5

Please sign in to comment.