diff --git a/src/sections/home/collateral.tsx b/src/sections/home/collateral.tsx index bf45293f..cb89d3e5 100644 --- a/src/sections/home/collateral.tsx +++ b/src/sections/home/collateral.tsx @@ -1,11 +1,11 @@ -import { Button, Flex, Link, Text } from '@chakra-ui/react'; +import { Box, Flex, Link, Text } from '@chakra-ui/react'; import { GradientText } from 'src/components'; import { links } from 'src/utils/constants'; export const Collateral = () => { return ( - - + + { Start Staking + ); }; diff --git a/src/sections/home/ecosystem.tsx b/src/sections/home/ecosystem.tsx index 33895a66..4ab4bff6 100644 --- a/src/sections/home/ecosystem.tsx +++ b/src/sections/home/ecosystem.tsx @@ -2,7 +2,7 @@ import { Heading, Text, Box } from '@chakra-ui/react'; export const Ecosystem = () => { return ( - + { + ); }; diff --git a/src/sections/home/perps.tsx b/src/sections/home/perps.tsx index 83e0913b..f8bf95a0 100644 --- a/src/sections/home/perps.tsx +++ b/src/sections/home/perps.tsx @@ -1,4 +1,4 @@ -import { Button, Flex, Text } from '@chakra-ui/react'; +import { Box, Button, Flex, Text } from '@chakra-ui/react'; import { GradientText } from 'src/components'; export const Perps = () => { @@ -10,8 +10,8 @@ export const Perps = () => { }; return ( - - + + { Explore all Integrators + ); }; diff --git a/src/sections/home/staking.tsx b/src/sections/home/staking.tsx index 7def31b5..c408cb7e 100644 --- a/src/sections/home/staking.tsx +++ b/src/sections/home/staking.tsx @@ -4,7 +4,7 @@ import { links } from 'src/utils/constants'; export const Staking = () => { return ( - + { position="relative" w="100%" justifyContent="flex-end" + zIndex={1} >