From d5b62060076270b7bb095b9d83a4355c259d5586 Mon Sep 17 00:00:00 2001 From: miladjamali Date: Sat, 7 May 2022 19:41:58 +0300 Subject: [PATCH] boiler plate index page little sample --- pages/index.tsx | 46 ++++++++++++++++++++++++++++++--- public/images/icons/discord.svg | 3 +++ 2 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 public/images/icons/discord.svg diff --git a/pages/index.tsx b/pages/index.tsx index d46a461..9900a26 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -1,11 +1,49 @@ import { Box } from 'rebass/styled-components' +import { Card } from './../src/Elements/Card' +import { Text } from './../src/Elements/Typography' +import { Button } from './../src/Elements/Button' +import { Icon } from './../src/Elements/Icon' const Home = () => { return ( - - -

Zarela

-
+ + + + Zarela + + + ) } diff --git a/public/images/icons/discord.svg b/public/images/icons/discord.svg new file mode 100644 index 0000000..381cd04 --- /dev/null +++ b/public/images/icons/discord.svg @@ -0,0 +1,3 @@ + + +