feat: initialize web application with Tailwind CSS configuration, global styles, Header component, and Landing page.

This commit is contained in:
2026-03-17 10:03:47 +00:00
parent 0270a6cbdf
commit 5bd9daf70d
4 changed files with 20 additions and 17 deletions

View File

@@ -8,6 +8,9 @@ module.exports = {
colors: {
amber: colors.amber,
slate: colors.slate,
indigo: colors.indigo,
violet: colors.violet,
emerald: colors.emerald,
},
fontFamily: {
sans: ['Inter', 'system-ui', 'sans-serif'],