diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 29897578e..417c764a2 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -263,30 +263,17 @@

No platform fees

- Drips is entirely open-source, and doesnʼt charge anything extra on top of network gas - fees. + Free to use beyond covering the cost of gas.

- - -
-

One balance for all your streams

-

Fund multiple streams using one account balance in a single transaction.

-
-
-

You're in control

-

- Your data and funds are yours forever. Drips runs fully on sovereign user-controlled - infrastructure. -

+

User controlled data

+

Fully sovereign infrastructure for maximum data security.

@@ -295,9 +282,7 @@

No need to wrap tokens

-

- Use ERC-20 tokens “as is”. No need to wrap them or trust a third party with your tokens. -

+

Stream native tokens. No need to trust third-parties with funds.

@@ -305,22 +290,8 @@ >
-

One contract. One payment graph.

-

- Drips uses one smart contract for streaming and splitting, enabling effortless and - flexible token routing. -

-
-
- -
-
-
-
-

Coming soon: Multi-Chain

-

Available on the most popular EVM networks: Ethereum, Mainnet, Polygon, Optimism.

+

One contract

+

Drips uses one smart contract for streaming and splitting.

@@ -624,7 +595,7 @@ section.grid { display: grid; - grid-template-columns: 1fr 1fr 1fr; + grid-template-columns: 1fr 1fr 1fr 1fr; gap: 1.5rem; } @@ -798,14 +769,6 @@ gap: 1rem; } - .illustration-container { - height: 100%; - } - - .illustration-container .illustration { - height: 100%; - } - /* TWEAKS */ .claim-input {