feat(web): Add hero image and navbar

This commit is contained in:
Linnea Gräf
2024-11-17 03:02:24 +01:00
parent d268521054
commit a1b2a399ef
10 changed files with 636 additions and 14 deletions

View File

@@ -10,8 +10,10 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.16.13",
"@astrojs/check": "^0.9.4",
"@astrojs/tailwind": "^5.1.2",
"astro": "^4.16.13",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
}
}