Skip to content

Commit

Permalink
Merge pull request #280 from Synthetixio/cav-wording
Browse files Browse the repository at this point in the history
Cav wording
  • Loading branch information
jmzwar authored Jun 13, 2024
2 parents 282d4b5 + d1cefd2 commit 9670e35
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
7 changes: 3 additions & 4 deletions src/sections/home/collateral.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@ export const Collateral = () => {
textStyle="heading-2xl"
width={{ base: '100%' }}
>
<GradientText>Staking Collateral</GradientText> with Synthetix{' '}
<GradientText>helps support deep liquidity</GradientText>, low
<GradientText>Depositing Collateral</GradientText> with Synthetix{' '}
<GradientText>supports deep liquidity</GradientText>, low
slippage, and highly competitive trading fees for our derivatives
markets.{' '}
<Box>
<Text mt="40px" as="div">
Stakers get <GradientText>rewarded</GradientText> for helping to
support a more robust ecosystem.
Depositors <GradientText>earn</GradientText> fees and incentives.
</Text>
</Box>
</Text>
Expand Down
4 changes: 2 additions & 2 deletions src/sections/home/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ export const Hero = () => {
p="10px 16px"
borderRadius="4px"
width="fit-content"
onClick={onClick}
onClick={() => window.open('https://liquidity.synthetix.eth.limo/', '_blank')}
size={{ base: 'lg', md: 'md' }}
>
Explore Ecosystem
Liquidity App
</Button>
</Flex>
<Box
Expand Down
16 changes: 7 additions & 9 deletions src/sections/home/interfaces.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const Interfaces = () => {
lineHeight="28px"
mb="16px"
>
STAKING INTERFACES
LIQUIDITY INTERFACES
</Text>
<Flex
flexDirection={{ base: 'column', md: 'row' }}
Expand All @@ -34,17 +34,16 @@ export const Interfaces = () => {
>
<Logo small />
<Text my="16px" fontFamily="heading" textStyle="heading-xl">
Staking Interface V2
Staking for V2
</Text>
<Text
fontFamily="heading"
fontSize="16px"
lineHeight="24px"
color="gray.500"
>
Stake your collateral via the Synthetix staking dapp to provide
liquidity to the Synthetix ecosystem. Earn weekly inflation
incentives and fees generated from your liquidity.
Stake SNX to provide liquidity to the Synthetix
ecosystem, and earn incentives and fees.
</Text>
<LinkBox mt="16px">
<Flex
Expand Down Expand Up @@ -92,17 +91,16 @@ export const Interfaces = () => {
fontFamily="heading"
textStyle="heading-xl"
>
Liquidity Interface for V3
Liquidity for V3
</Text>
<Text
fontFamily="heading"
fontSize="16px"
lineHeight="24px"
color="gray.500"
>
V3 staking is now live. Provide liquidity directly to the V3 system
with greater flexibility over which pools and markets you have
exposure to.
Deposit popular assets including SNX, USDC, ETH, and choose
your exposure to earn rewards and fees.
</Text>
<LinkBox mt="16px">
<Flex
Expand Down

0 comments on commit 9670e35

Please sign in to comment.