diff --git a/src/pages/Coins/Coins.jsx b/src/pages/Coins/Coins.jsx index 7b171d1..0fd42ad 100644 --- a/src/pages/Coins/Coins.jsx +++ b/src/pages/Coins/Coins.jsx @@ -1,5 +1,15 @@ -const Coins = () => { - return (

Coins

) -} +import './styles.sass'; +import StarCoin from '@/assets/StarCoin.png'; + +const Coins = () => ( +
+
+

Only pay for what you really need.

+

Why pay for features you don’t even use? With StarCoins, you only pay for + the features that you really need.

Pay your favourite features once, get them forever.

+
+ StarCoin +
+); export default Coins; \ No newline at end of file