Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
feat: update main page text
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Feb 15, 2022
1 parent a92c7c1 commit 273c128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/homepage-features/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ArrowOutside from '../../../static/img/icons/arrow-outside.svg';
const FeatureList = [
{
title: 'Aggregation protocol V4',
description: 'Engaging adopters and maximizing the network\'s decentralization through growing stakeowner numbers',
description: 'The 1inch Aggregation Protocol facilitates cost-efficient and secure swap transactions across multiple liquidity sources',
image: (
<div className={clsx(styles.featureCardImage, styles.aggregationProtocolImage)}/>
),
Expand Down Expand Up @@ -36,7 +36,7 @@ const FeatureList = [
},
{
title: 'Limit order protocol V2',
description: 'Running yield farming programs that have proven to be efficient bootstrapping tools for potential bluechips of the DeFi space',
description: 'The 1inch Limit Order Protocol facilitates the most innovative and flexible limit order swap opportunities in DeFi',
image: (
<div className={clsx(styles.featureCardImage, styles.limitOrderProtocolImage)}/>
),
Expand Down

0 comments on commit 273c128

Please sign in to comment.