add hero component

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2023-01-08 03:17:36 +06:00
parent 136b16c9d1
commit 51b5b59217
8 changed files with 519 additions and 6 deletions

View File

@@ -4,7 +4,11 @@
module.exports = {
content: [],
theme: {
extend: {},
extend: {
fontFamily: {
spacegrotesk: ['Space Grotesk', 'sans-serif'],
},
},
},
plugins: [require('@tailwindcss/typography')],
}