feat: add Hero component with Orbitron font to home page

- Add @fontsource/orbitron dependency for custom font styling
- Create Hero.astro component featuring logo, title, and description
- Update index.astro to render Hero component instead of basic heading
- Enhances homepage visual appeal with responsive grid layout and Orbitron font for branding
This commit is contained in:
2026-02-09 15:21:15 -06:00
parent 94988bcb73
commit 972ec0ea1f
4 changed files with 57 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
},
"dependencies": {
"@fontsource-variable/roboto": "^5.2.9",
"@fontsource/orbitron": "^5.2.8",
"@srjuggernaut-dev/srjuggernaut-panda-preset": "^0.0.17",
"astro": "^5.17.1"
},